Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
G
glue
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
4
Merge Requests
4
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
glue
Commits
ed01d8cb
Commit
ed01d8cb
authored
Mar 15, 2018
by
Ryan Fisher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating packaging files to new bug fix release number.
parent
91077fd3
Pipeline
#14661
passed with stages
in 10 minutes and 59 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
debian/changelog
debian/changelog
+6
-0
etc/glue.spec
etc/glue.spec
+5
-2
setup.py
setup.py
+1
-1
No files found.
debian/changelog
View file @
ed01d8cb
lscsoft-glue (1.58.2-1) unstable; urgency=low
* March 2018 1.58.2 bug fix for 1.58 release with change to ligolw rows.
-- Ryan Fisher <ryan.fisher@ligo.org> Tue, 13 Mar 2018 15:08:00 -0500
lscsoft-glue (1.58.1-1) unstable; urgency=low
* February 2018 1.58.1 release with correct package numbering.
...
...
etc/glue.spec
View file @
ed01d8cb
...
...
@@ -8,7 +8,7 @@
Name: glue
Summary: The Grid LSC User Environment
Version: 1.58.
1
Version: 1.58.
2
Release: 1%{?dist}
License: GPLv2+
Group: Development/Libraries
...
...
@@ -56,7 +56,7 @@ rm -rf %{buildroot}
--skip-build \
--root=%{buildroot} \
--prefix=%{_glue_prefix}
rm -rf $RPM_BUILD_ROOT/usr/lib64/python2.?/site-packages/glue-1.58.
1
-py2.?.egg-info
rm -rf $RPM_BUILD_ROOT/usr/lib64/python2.?/site-packages/glue-1.58.
2
-py2.?.egg-info
%check
PYTHONPATH="$RPM_BUILD_ROOT/usr/lib64/python2.7/site-packages" \
...
...
@@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
%{_glue_prefix}/bin/ligolw_sqlite
%changelog
* Tue Mar 13 2018 Ryan Fisher <rpfisher@syr.edu>
- Pre O-3 release with packaging changes, better testing and more Python 3 compatibility.
* Tue Jun 13 2017 Ryan Fisher <rpfisher@syr.edu>
- Mid O2 release to include M2Crypto removal and Kipp packaging changes.
...
...
setup.py
View file @
ed01d8cb
...
...
@@ -16,7 +16,7 @@ from distutils import log
from
misc
import
generate_vcs_info
as
gvcsi
ver
=
"1.58.
1
"
ver
=
"1.58.
2
"
def
remove_root
(
path
,
root
):
if
root
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment