[pure] Fix up the regex match for libpure to fail if the soname changes

Adam Jackson ajax at fedoraproject.org
Wed Mar 6 17:09:10 UTC 2013


commit adf7e7f7dc648e720dad92871c236ae6dcca1b3c
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Mar 6 12:09:06 2013 -0500

    Fix up the regex match for libpure to fail if the soname changes

 pure.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pure.spec b/pure.spec
index bf33306..a16db61 100644
--- a/pure.spec
+++ b/pure.spec
@@ -1,6 +1,6 @@
 Name:           pure
 Version:        0.57
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A term-rewriting functional programming language
 
 Group:          Development/Languages
@@ -136,7 +136,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING* NEWS README TODO etc
 %{_bindir}/pure*
-%{_libdir}/libpure*.so.*
+%{_libdir}/libpure.so.8*
 %exclude %{_libdir}/pure/pure_main.c
 %{_libdir}/pure*
 # own these to avoid dangling symlinks
@@ -169,6 +169,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 06 2013 Adam Jackson <ajax at redhat.com> 0.57-2
+- Fix up the regex match for libpure to fail if the soname changes
+
 * Mon Feb 18 2013 Jens Petersen <petersen at redhat.com> - 0.57-1
 - update to 0.57 which builds with llvm-3.2
 - update urls to new bitbucket home


More information about the scm-commits mailing list