[libHX] - Update to latest release - remove devel %files %{_includedir} globbing - Update soname

Till Maas till at fedoraproject.org
Mon Aug 16 18:50:35 UTC 2010


commit bc7479f43bf4f4fb0a548ec35852c04b7f3619f6
Author: Till Maas <opensource at till.name>
Date:   Mon Aug 16 20:50:24 2010 +0200

    - Update to latest release
    - remove devel %files %{_includedir} globbing
    - Update soname

 .gitignore |    2 ++
 libHX.spec |   16 ++++++++++------
 sources    |    4 ++--
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b55519..59d0a55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 libHX-3.4.tar.xz
 libHX-3.4.tar.xz.asc
+libHX-3.5.tar.xz
+libHX-3.5.tar.xz.asc
diff --git a/libHX.spec b/libHX.spec
index 5d16c48..ff7084b 100644
--- a/libHX.spec
+++ b/libHX.spec
@@ -1,6 +1,6 @@
 Name:           libHX
-Version:        3.4
-Release:        2%{?dist}
+Version:        3.5
+Release:        1%{?dist}
 Summary:        General-purpose library for typical low-level operations
 
 Group:          System Environment/Libraries
@@ -78,16 +78,15 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.LGPL2 LICENSE.LGPL3 LICENSE.GPL3
-/%{_lib}/libHX.so.22
-/%{_lib}/libHX.so.22.3.0
+/%{_lib}/libHX.so.25
+/%{_lib}/libHX.so.25.0.0
 
 
 %files devel
 %defattr(-,root,root,-)
 %doc doc/* README.txt
-%{_includedir}/*
-%{_includedir}/libHX.h
 %dir %{_includedir}/libHX
+%{_includedir}/libHX.h
 %{_includedir}/libHX/ctype_helper.h
 %{_includedir}/libHX/defs.h
 %{_includedir}/libHX/deque.h
@@ -105,6 +104,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 16 2010 Till Maas <opensource at till.name> - 3.5-1
+- Update to latest release
+- remove devel %%files %%{_includedir} globbing
+- Update soname
+
 * Sat Aug 07 2010 Till Maas <opensource at till.name> - 3.4-2
 - Use less globbing in %%files to detect changes
 
diff --git a/sources b/sources
index 4ce0236..6cdd9c4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-763be6db5e331e8d2f4fd7fb850c6b68  libHX-3.4.tar.xz
-97098807934dc4df5c168ea6e04afc01  libHX-3.4.tar.xz.asc
+3d1131641417912f772bf846a4394c8b  libHX-3.5.tar.xz
+05230e0d4a705e8739cf991259b120cc  libHX-3.5.tar.xz.asc


More information about the scm-commits mailing list