This commit is contained in:
parent
8ba46f0d48
commit
2b96e0ad57
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8642e21c99f448c61724149fea63e1ddfac0811175714f1b79242391c33612c3
|
oid sha256:16fc1c4b4e57f34db614c3812e43f2b234a166764b89ac1845c6a676aa6321e9
|
||||||
size 3012719
|
size 3067767
|
||||||
|
@ -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
|
Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
24
libzypp.spec
24
libzypp.spec
@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
Version: 3.15.0
|
Version: 3.15.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Source: libzypp-3.15.0.tar.bz2
|
Source: libzypp-3.15.0.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
@ -125,6 +125,28 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 15 2007 - schubi@suse.de
|
||||||
- Bugfix while regarding correct vendor in update
|
- Bugfix while regarding correct vendor in update
|
||||||
- r6677
|
- r6677
|
||||||
|
Loading…
Reference in New Issue
Block a user