- New upstream release of 0.6.0.
This commit is contained in:
parent
bc95d87110
commit
a5c4785ca7
@ -1 +1 @@
|
||||
PackageKit-0.5.5.tar.bz2
|
||||
PackageKit-0.6.0.tar.bz2
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.5.5
|
||||
Version: 0.6.0
|
||||
#Release: 0.1.%{?alphatag}git%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
@ -378,7 +378,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%files glib
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%{_libdir}/*packagekit-glib*.so.*
|
||||
%{_libdir}/*packagekit-glib2.so.*
|
||||
|
||||
%files qt
|
||||
%defattr(-,root,root,-)
|
||||
@ -428,10 +428,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%files glib-devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%{_libdir}/libpackagekit-glib*.so
|
||||
%{_libdir}/pkgconfig/packagekit-glib*.pc
|
||||
%{_libdir}/libpackagekit-glib2.so
|
||||
%{_libdir}/pkgconfig/packagekit-glib2.pc
|
||||
%dir %{_includedir}/PackageKit
|
||||
%dir %{_includedir}/PackageKit/packagekit-glib
|
||||
%dir %{_includedir}/PackageKit/packagekit-glib2
|
||||
%{_includedir}/PackageKit/packagekit-glib*/*.h
|
||||
|
||||
@ -454,6 +453,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Tue Jan 05 2010 Richard Hughes <rhughes@redhat.com> - 0.6.0-1
|
||||
- New upstream release of 0.6.0.
|
||||
|
||||
* Mon Dec 07 2009 Richard Hughes <rhughes@redhat.com> - 0.5.5-1
|
||||
- New upstream release of 0.5.5.
|
||||
- Check the filename is valid before exploding. Fixes #537381
|
||||
|
||||
Loading…
Reference in New Issue
Block a user