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
3f602e96
Commit
3f602e96
authored
Jan 25, 2017
by
Ryan Fisher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mid O2 release for Debian compatibility for lalsuite
parent
34d48e30
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
debian/changelog
debian/changelog
+7
-0
etc/glue.spec
etc/glue.spec
+5
-2
setup.py
setup.py
+1
-1
No files found.
debian/changelog
View file @
3f602e96
glue (1.54.0-1) unstable; urgency=low
* O2 mid-run updated release. Updated python 3 compatibility fix from Leo to
fix Debian package build for lalsuite. Various updates from Kipp.
-- Ryan Fisher <ryan.fisher@ligo.org> Wed, 25 Jan 2017 16:14:00 -0500
glue (1.53.0-1) unstable; urgency=low
* ER10 updated release. Python 3 compatibility from Leo, various updates
...
...
etc/glue.spec
View file @
3f602e96
...
...
@@ -8,7 +8,7 @@
Name: glue
Summary: The Grid LSC User Environment
Version: 1.5
3
.0
Version: 1.5
4
.0
Release: 1%{?dist}
License: None
Group: Development/Libraries
...
...
@@ -48,7 +48,7 @@ rm -rf %{buildroot}
--skip-build \
--root=%{buildroot} \
--prefix=%{_glue_prefix}
rm -rf $RPM_BUILD_ROOT/usr/lib64/python2.?/site-packages/glue-1.5
3
.0-py2.?.egg-info
rm -rf $RPM_BUILD_ROOT/usr/lib64/python2.?/site-packages/glue-1.5
4
.0-py2.?.egg-info
%clean
rm -rf $RPM_BUILD_ROOT
...
...
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
%{glue_python_sitearch}/glue/git_version.pyc
%changelog
* Wed Jan 25 2017 Ryan Fisher <rpfisher@syr.edu>
- O2 mid-run updated release. Updated python 3 compatibility fix from Leo to fix Debian package build for lalsuite. Various updates from Kipp.
* Wed Oct 19 2016 Ryan Fisher <rpfisher@syr.edu>
- ER10 updated release. Python 3 compatibility from Leo, various updates from Kipp.
...
...
setup.py
View file @
3f602e96
...
...
@@ -39,7 +39,7 @@ from distutils import log
from
misc
import
generate_vcs_info
as
gvcsi
ver
=
"1.5
3
.0"
ver
=
"1.5
4
.0"
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