Update to 2.33.4

This commit is contained in:
David King 2016-01-19 11:03:10 +00:00
parent 8bef5a10b3
commit d2a073ba6a
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ libgtop-2.28.1.tar.bz2
/libgtop-2.31.91.tar.xz
/libgtop-2.32.0.tar.xz
/libgtop-2.33.3.tar.xz
/libgtop-2.33.4.tar.xz

View File

@ -2,7 +2,7 @@
Name: libgtop2
Summary: LibGTop library (version 2)
Version: 2.33.3
Version: 2.33.4
Release: 1%{?dist}
License: GPLv2+
URL: http://download.gnome.org/sources/libgtop
@ -37,7 +37,7 @@ make %{?_smp_mflags}
%install
%make_install
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
find %{buildroot} -name '*.la' -delete
%find_lang %{po_package}
@ -66,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%exclude %{_datadir}/info
%changelog
* Tue Jan 19 2016 David King <amigadave@amigadave.com> - 2.33.4-1
- Update to 2.33.4
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 2.33.3-1
- Update to 2.33.3

View File

@ -1 +1 @@
76ad9585c2d80d4640310d9c6e197756 libgtop-2.33.3.tar.xz
5ef8a703d46a7519bbb6ef0dba07b840 libgtop-2.33.4.tar.xz