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
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
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 @
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
lscsoft-glue (1.58.1-1) unstable; urgency=low
* February 2018 1.58.1 release with correct package numbering.
* February 2018 1.58.1 release with correct package numbering.
...
...
etc/glue.spec
View file @
ed01d8cb
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
Name: glue
Name: glue
Summary: The Grid LSC User Environment
Summary: The Grid LSC User Environment
Version: 1.58.
1
Version: 1.58.
2
Release: 1%{?dist}
Release: 1%{?dist}
License: GPLv2+
License: GPLv2+
Group: Development/Libraries
Group: Development/Libraries
...
@@ -56,7 +56,7 @@ rm -rf %{buildroot}
...
@@ -56,7 +56,7 @@ rm -rf %{buildroot}
--skip-build \
--skip-build \
--root=%{buildroot} \
--root=%{buildroot} \
--prefix=%{_glue_prefix}
--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
%check
PYTHONPATH="$RPM_BUILD_ROOT/usr/lib64/python2.7/site-packages" \
PYTHONPATH="$RPM_BUILD_ROOT/usr/lib64/python2.7/site-packages" \
...
@@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
...
@@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
%{_glue_prefix}/bin/ligolw_sqlite
%{_glue_prefix}/bin/ligolw_sqlite
%changelog
%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>
* Tue Jun 13 2017 Ryan Fisher <rpfisher@syr.edu>
- Mid O2 release to include M2Crypto removal and Kipp packaging changes.
- Mid O2 release to include M2Crypto removal and Kipp packaging changes.
...
...
setup.py
View file @
ed01d8cb
...
@@ -16,7 +16,7 @@ from distutils import log
...
@@ -16,7 +16,7 @@ from distutils import log
from
misc
import
generate_vcs_info
as
gvcsi
from
misc
import
generate_vcs_info
as
gvcsi
ver
=
"1.58.
1
"
ver
=
"1.58.
2
"
def
remove_root
(
path
,
root
):
def
remove_root
(
path
,
root
):
if
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