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
ef7c16c5
Commit
ef7c16c5
authored
May 22, 2015
by
Ryan Fisher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ER7 release attempt 1.
parent
b7c0ad8b
Changes
3
Show 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 @
ef7c16c5
glue (1.48-1) unstable; urgency=low
* ER7 release of glue.
-- Ryan Fisher <ryan.fisher@ligo.org> Fri, 22 May 2015 12:37:00 -0900
glue (1.47-2) unstable; urgency=low
* added missing python modules to python-glue.install
...
...
etc/glue.spec
View file @
ef7c16c5
...
...
@@ -8,7 +8,7 @@
Name: glue
Summary: The Grid LSC User Environment
Version: 1.4
7.1
Version: 1.4
8
Release: 1.lscsoft
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.6/site-packages/glue-1.4
7.1
-py2.6.egg-info
rm -rf $RPM_BUILD_ROOT/usr/lib64/python2.6/site-packages/glue-1.4
8
-py2.6.egg-info
%clean
rm -rf $RPM_BUILD_ROOT
...
...
@@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
%{glue_python_sitearch}/glue/git_version.pyc
%changelog
* Fri May 22 2015 Ryan Fisher <rpfisher@syr.edu>
- ER7 release.
* Wed Nov 19 2014 Ryan Fisher <rpfisher@syr.edu>
- ER6 pre-release bug fix for dmt files method of ligolw_segment_query.
...
...
setup.py
View file @
ef7c16c5
...
...
@@ -37,7 +37,7 @@ from distutils import log
from
misc
import
generate_vcs_info
as
gvcsi
ver
=
"1.4
7.1
"
ver
=
"1.4
8
"
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