This commit is contained in:
parent
7a9b95641a
commit
17b1666a29
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f174bf4ddc4dc943c462fef7dbc8e3b57c9fda48af372d7531520ecb338dd935
|
||||
size 15450144
|
3
libzypp-3.14.0.tar.bz2
Normal file
3
libzypp-3.14.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e177c1b6d75466739c76493d16758b56b03b9fd1b7761a3d0e6e18ed19a759c
|
||||
size 2084032
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
|
||||
|
||||
- support also "Plaindir" as valid repo type name (#298622)
|
||||
- revision 6616
|
||||
- version 3.14.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
- fix segfault in Progress reporting
|
||||
- progress report use name instead of alias (#298035)
|
||||
- repoinfo returns alias if name is empty
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
- merge patch by dmueller to get rid of boost-regex
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
- dont create a second CacheStore in the same scope, will lock...
|
||||
#297627
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 9 15:04:21 CEST 2007 - jkupec@suse.cz
|
||||
|
||||
- fixed some RepoManager exception docs & history
|
||||
- r6558
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 9 13:33:59 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
- feature #302135: Graceful update of 3rd party packages
|
||||
Automatic upgrading only sees packages from same vendor
|
||||
This allows not needed to have those locked.
|
||||
- Add persistent locks file which allow wildcards. Users
|
||||
can lock certain packages adding lines like "kde* < 3.5"
|
||||
- add applyLocks() to apply persistent locks before solving
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 9 13:28:20 CEST 2007 - schubi@suse.de
|
||||
|
||||
- recognize changes in the pool (e.g. changing /etc/sysconfig/storage
|
||||
#271912 wq
|
||||
- Added locking resolvables in the testcases
|
||||
- rev 6544
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 16:04:07 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
|
36
libzypp.spec
36
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 3.13.15)
|
||||
# spec file for package libzypp (Version 3.14.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -16,9 +16,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Autoreqprov: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 3.13.15
|
||||
Version: 3.14.0
|
||||
Release: 1
|
||||
Source: libzypp-3.13.15.tar.bz2
|
||||
Source: libzypp-3.14.0.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -44,7 +44,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 3.13.15
|
||||
Requires: libzypp == 3.14.0
|
||||
Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel
|
||||
Requires: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
|
||||
Requires: cmake
|
||||
@ -125,6 +125,34 @@ cd ..
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Aug 10 2007 - jkupec@suse.cz
|
||||
- support also "Plaindir" as valid repo type name (#298622)
|
||||
- revision 6616
|
||||
- version 3.14.0
|
||||
* Fri Aug 10 2007 - dmacvicar@suse.de
|
||||
- fix segfault in Progress reporting
|
||||
- progress report use name instead of alias (#298035)
|
||||
- repoinfo returns alias if name is empty
|
||||
* Fri Aug 10 2007 - dmacvicar@suse.de
|
||||
- merge patch by dmueller to get rid of boost-regex
|
||||
* Fri Aug 10 2007 - dmacvicar@suse.de
|
||||
- dont create a second CacheStore in the same scope, will lock...
|
||||
[#297627]
|
||||
* Thu Aug 09 2007 - jkupec@suse.cz
|
||||
- fixed some RepoManager exception docs & history
|
||||
- r6558
|
||||
* Thu Aug 09 2007 - dmacvicar@suse.de
|
||||
- feature #302135: Graceful update of 3rd party packages
|
||||
Automatic upgrading only sees packages from same vendor
|
||||
This allows not needed to have those locked.
|
||||
- Add persistent locks file which allow wildcards. Users
|
||||
can lock certain packages adding lines like "kde* < 3.5"
|
||||
- add applyLocks() to apply persistent locks before solving
|
||||
* Thu Aug 09 2007 - schubi@suse.de
|
||||
- recognize changes in the pool (e.g. changing /etc/sysconfig/storage
|
||||
[#271912] wq
|
||||
- Added locking resolvables in the testcases
|
||||
- rev 6544
|
||||
* Wed Aug 08 2007 - dmacvicar@suse.de
|
||||
- add migrate-sources to %%post (#292986)
|
||||
- 3.13.15
|
||||
|
Loading…
x
Reference in New Issue
Block a user