Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glue
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Bruntz
glue
Commits
ed01d8cb
Commit
ed01d8cb
authored
6 years ago
by
Ryan Fisher
Browse files
Options
Downloads
Patches
Plain Diff
Updating packaging files to new bug fix release number.
parent
91077fd3
Branches
glue-1-58-branch
Branches containing commit
Tags
glue-release-1.58.2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
etc/glue.spec
+5
-2
5 additions, 2 deletions
etc/glue.spec
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
12 additions
and
3 deletions
debian/changelog
+
6
−
0
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
* February 2018 1.58.1 release with correct package numbering.
...
...
This diff is collapsed.
Click to expand it.
etc/glue.spec
+
5
−
2
View file @
ed01d8cb
...
...
@@ -8,7 +8,7 @@
Name: glue
Summary: The Grid LSC User Environment
Version: 1.58.
1
Version: 1.58.
2
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.58.
1
-py2.?.egg-info
rm -rf $RPM_BUILD_ROOT/usr/lib64/python2.?/site-packages/glue-1.58.
2
-py2.?.egg-info
%check
PYTHONPATH="$RPM_BUILD_ROOT/usr/lib64/python2.7/site-packages" \
...
...
@@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
%{_glue_prefix}/bin/ligolw_sqlite
%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>
- Mid O2 release to include M2Crypto removal and Kipp packaging changes.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
ed01d8cb
...
...
@@ -16,7 +16,7 @@ from distutils import log
from
misc
import
generate_vcs_info
as
gvcsi
ver
=
"
1.58.
1
"
ver
=
"
1.58.
2
"
def
remove_root
(
path
,
root
):
if
root
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment