diff --git a/libzypp-3.15.0.tar.bz2 b/libzypp-3.15.0.tar.bz2 index deac436..706a278 100644 --- a/libzypp-3.15.0.tar.bz2 +++ b/libzypp-3.15.0.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8642e21c99f448c61724149fea63e1ddfac0811175714f1b79242391c33612c3 -size 3012719 +oid sha256:16fc1c4b4e57f34db614c3812e43f2b234a166764b89ac1845c6a676aa6321e9 +size 3067767 diff --git a/libzypp.changes b/libzypp.changes index 5d666cd..725b8ce 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de + +- discard pattern files with incompatbile architecture, both + for download and for parsing. (#298716) +- rev 6711 + +------------------------------------------------------------------- +Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de + +- run sqlite asynchronously and add sql index files where + appropriate, gives 6x performance on certain operations. + Bumping cache schema version to 1004. + (#300998) +- rev 6710 + +------------------------------------------------------------------- +Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de + +- fix String::endsWith (#301038) +- rev 6709 + +------------------------------------------------------------------- +Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de + +- added an _explicitly_requested in QueueItemConflict ( as already in + QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to + remove the conflicting item without an error message. Bug 299819 +- rev 6699 + +------------------------------------------------------------------- +Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz + +- forgot to set default refresh policy in checkIfToRefreshMetadata +- repo.refresh.delay default set to 10 minutes +- 6693 + ------------------------------------------------------------------- Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de diff --git a/libzypp.spec b/libzypp.spec index 941bdf4..ba71d2f 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management Version: 3.15.0 -Release: 1 +Release: 2 Source: libzypp-3.15.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr @@ -125,6 +125,28 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Thu Aug 16 2007 - kkaempf@suse.de +- discard pattern files with incompatbile architecture, both + for download and for parsing. (#298716) +- rev 6711 +* Thu Aug 16 2007 - kkaempf@suse.de +- run sqlite asynchronously and add sql index files where + appropriate, gives 6x performance on certain operations. + Bumping cache schema version to 1004. + (#300998) +- rev 6710 +* Thu Aug 16 2007 - kkaempf@suse.de +- fix String::endsWith (#301038) +- rev 6709 +* Thu Aug 16 2007 - schubi@suse.de +- added an _explicitly_requested in QueueItemConflict ( as already in + QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to + remove the conflicting item without an error message. Bug 299819 +- rev 6699 +* Thu Aug 16 2007 - jkupec@suse.cz +- forgot to set default refresh policy in checkIfToRefreshMetadata +- repo.refresh.delay default set to 10 minutes +- 6693 * Wed Aug 15 2007 - schubi@suse.de - Bugfix while regarding correct vendor in update - r6677