Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
lalsuite-archive
Commits
b7816bfd
Commit
b7816bfd
authored
May 04, 2017
by
Ryan Fisher
Browse files
Prepping a new release
parent
aa426de9
Changes
3
Hide whitespace changes
Inline
Side-by-side
glue/debian/changelog
View file @
b7816bfd
lscsoft-glue (1.56.0-1) unstable; urgency=low
* O2 mid-run updated release to include change to ssl libraries.
-- Ryan Fisher <ryan.fisher@ligo.org> Thu, 4 May 2017 17:14:00 -0500
lscsoft-glue (1.55.2-1) unstable; urgency=low
* Added install_requires to python installation.
...
...
glue/etc/glue.spec
View file @
b7816bfd
...
...
@@ -8,7 +8,7 @@
Name: glue
Summary: The Grid LSC User Environment
Version: 1.5
5.2
Version: 1.5
6.0
Release: 1%{?dist}
License: None
Group: Development/Libraries
...
...
@@ -55,7 +55,7 @@ rm -rf %{buildroot}
--skip-build \
--root=%{buildroot} \
--prefix=%{_glue_prefix}
rm -rf $RPM_BUILD_ROOT/usr/lib64/python2.?/site-packages/glue-1.5
5.2
-py2.?.egg-info
rm -rf $RPM_BUILD_ROOT/usr/lib64/python2.?/site-packages/glue-1.5
6.0
-py2.?.egg-info
%clean
rm -rf $RPM_BUILD_ROOT
...
...
glue/setup.py
View file @
b7816bfd
...
...
@@ -39,7 +39,7 @@ from distutils import log
from
misc
import
generate_vcs_info
as
gvcsi
ver
=
"1.5
5.2
"
ver
=
"1.5
6.0
"
def
remove_root
(
path
,
root
):
if
root
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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