2.21.5
This commit is contained in:
parent
9bcda25782
commit
b687dacb21
@ -1 +1 @@
|
||||
gdk-pixbuf-2.21.4.tar.bz2
|
||||
gdk-pixbuf-2.21.5.tar.bz2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: gdk-pixbuf2
|
||||
Version: 2.21.4
|
||||
Release: 2%{?dist}
|
||||
Version: 2.21.5
|
||||
Release: 1%{?dist}
|
||||
Summary: An image loading library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -71,12 +71,12 @@ touch $RPM_BUILD_ROOT%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache
|
||||
gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
if [ $1 -gt 0 ]; then
|
||||
gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache
|
||||
gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
||||
fi
|
||||
|
||||
%files -f gdk-pixbuf.lang
|
||||
@ -107,6 +107,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.21.5-1
|
||||
- Update to 2.21.5
|
||||
|
||||
* Sat Jun 26 2010 Matthias Clasen <mclasen@redhat.com> 2.21.4-2
|
||||
- Rename to gdk-pixbuf2 to avoid conflict with the
|
||||
existing gdk-pixbuf package
|
||||
|
||||
Loading…
Reference in New Issue
Block a user