diff options
author | Oliver Falk <oliver@linux-kernel.at> | 2013-09-17 08:10:01 +0200 |
---|---|---|
committer | Oliver Falk <oliver@linux-kernel.at> | 2013-09-17 08:10:01 +0200 |
commit | 11844f31f3f5bb6fc50baceab45bee6ee27a32bc (patch) | |
tree | 4342ae33b74b2b4d2a3bd60fc119a4f50e6295ca | |
parent | d6a15c1058e18bf9c3ecf0e9ce9c87c09ef91e7c (diff) | |
download | libstatgrab-11844f31f3f5bb6fc50baceab45bee6ee27a32bc.tar.gz libstatgrab-11844f31f3f5bb6fc50baceab45bee6ee27a32bc.tar.xz libstatgrab-11844f31f3f5bb6fc50baceab45bee6ee27a32bc.zip |
* Tue Sep 17 2013 Oliver Falk <oliver@linux-kernel.at> - 1:0.17-4.1
- Fix BZ#1008491 - too many broken deps
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | libstatgrab.spec | 8 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 8 insertions, 2 deletions
@@ -1 +1,2 @@ /libstatgrab-0.90.tar.gz +/libstatgrab-0.17.tar.gz diff --git a/libstatgrab.spec b/libstatgrab.spec index 1669401..e5911db 100644 --- a/libstatgrab.spec +++ b/libstatgrab.spec @@ -1,8 +1,9 @@ %global pkgname statgrab Name: libstatgrab -Version: 0.90 -Release: 1%{?dist} +Version: 0.17 +Release: 4%{?dist}.1 +Epoch: 1 Summary: A library that provides cross platform access to statistics about the system License: LGPLv2+ URL: http://www.i-scream.org/libstatgrab @@ -113,6 +114,9 @@ find %{buildroot} -name '*.la' -delete %{_mandir}/*/saidar* %changelog +* Tue Sep 17 2013 Oliver Falk <oliver@linux-kernel.at> - 1:0.17-4.1 +- Fix BZ#1008491 - too many broken deps + * Fri Aug 16 2013 Christopher Meng <rpm@cicku.me> - 0.90-2 - SPEC Cleanup. - Remove unneeded Requires. @@ -1 +1,2 @@ b7c349c500fabc14d04c7c1ac7770d94 libstatgrab-0.90.tar.gz +58385c9392898be3b09ffc5e3ebe8717 libstatgrab-0.17.tar.gz |