Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
glue
Commits
c8d0b23e
Commit
c8d0b23e
authored
Feb 20, 2018
by
Ryan Fisher
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'glue-1-58-branch' into 'master'
Glue 1 58 branch See merge request
lscsoft/glue!34
parents
e058b062
d91e329f
Pipeline
#12929
passed with stages
in 9 minutes and 52 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
+15
-3
debian/changelog
debian/changelog
+12
-0
etc/glue.spec
etc/glue.spec
+2
-2
setup.py
setup.py
+1
-1
No files found.
debian/changelog
View file @
c8d0b23e
lscsoft-glue (1.58.1-1) unstable; urgency=low
* February 2018 1.58.1 release with correct package numbering.
-- Ryan Fisher <ryan.fisher@ligo.org> Tue, 20 Feb 2018 15:57:00 -0500
lscsoft-glue (1.58.0-1) unstable; urgency=low
* February 2018 1.58.0 release to include python 3 and other updates.
-- Ryan Fisher <ryan.fisher@ligo.org> Tue, 20 Feb 2018 15:53:00 -0500
lscsoft-glue (1.57.0-2) UNRELEASED; urgency=medium
* local package
...
...
etc/glue.spec
View file @
c8d0b23e
...
...
@@ -8,7 +8,7 @@
Name: glue
Summary: The Grid LSC User Environment
Version: 1.5
7.0
Version: 1.5
8.1
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.5
7.0
-py2.?.egg-info
rm -rf $RPM_BUILD_ROOT/usr/lib64/python2.?/site-packages/glue-1.5
8.1
-py2.?.egg-info
%check
PYTHONPATH="$RPM_BUILD_ROOT/usr/lib64/python2.7/site-packages" \
...
...
setup.py
View file @
c8d0b23e
...
...
@@ -16,7 +16,7 @@ from distutils import log
from
misc
import
generate_vcs_info
as
gvcsi
ver
=
"1.5
7.0
"
ver
=
"1.5
8.1
"
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