[gap-Browse] New upstream release. Add missing post and postun scripts.

Jerry James jjames at fedoraproject.org
Mon Oct 21 15:34:45 UTC 2013


commit d8c0fac529008f7e0163dd5bf8130181e5cf01d8
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Mon Oct 21 09:34:37 2013 -0600

    New upstream release.
    Add missing post and postun scripts.

 .gitignore      |    2 +-
 gap-Browse.spec |   12 ++++++++++--
 sources         |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3cb4427..e63f87a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Browse-1.8.2.tar.bz2
+/Browse-1.8.3.tar.bz2
diff --git a/gap-Browse.spec b/gap-Browse.spec
index 3ca1b44..732604c 100644
--- a/gap-Browse.spec
+++ b/gap-Browse.spec
@@ -8,8 +8,8 @@
 # That test is more useful if the altasrep package is also installed.
 
 Name:           gap-Browse
-Version:        1.8.2
-Release:        5%{?dist}
+Version:        1.8.3
+Release:        1%{?dist}
 Summary:        GAP browser for 2-dimensional arrays of data
 
 License:        GPLv3+
@@ -81,11 +81,19 @@ rm -fr %{buildroot}%{_gap_dir}/pkg/Browse/src
 # Ensure the shared object has proper permissions
 find %{buildroot}%{_gap_dir}/pkg/Browse/bin -name \*.so -exec chmod 0755 {} \;
 
+%post -p %{_bindir}/update-gap-workspace
+
+%postun -p %{_bindir}/update-gap-workspace
+
 %files
 %doc CHANGES README doc/GPL
 %{_gap_dir}/pkg/Browse/
 
 %changelog
+* Mon Oct 21 2013 Jerry James <loganjerry at gmail.com> - 1.8.3-1
+- New upstream release
+- Add missing post and postun scripts
+
 * Wed Aug  7 2013 Jerry James <loganjerry at gmail.com> - 1.8.2-5
 - This package needs gap-character-tables at runtime
 
diff --git a/sources b/sources
index 1be2924..73485f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62d48ac8f1ce49cc700006620abd07e0  Browse-1.8.2.tar.bz2
+eb76fd668f0d39da37d8601eecb36036  Browse-1.8.3.tar.bz2


More information about the scm-commits mailing list