This commit is contained in:
parent
e48b213e84
commit
691dc59c42
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 14 15:40:25 CET 2007 - schubi@suse.de
|
||||
|
||||
- The context of establishPool will be stored in Resolver and will be
|
||||
regarded for the next solver run everytime. So it will be not reset by
|
||||
any solver run anymore.
|
||||
bug 191810 ( A broken patch will not be installed again)
|
||||
- revision 5026
|
||||
- version 2.15.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 14 14:34:12 CET 2007 - ma@suse.de
|
||||
|
||||
- Added new upgrade options to fine tune version and patch handling.
|
||||
(F301990)
|
||||
- version 2.15.0
|
||||
- revision 5023
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 12:42:19 CET 2007 - schubi@suse.de
|
||||
|
||||
- Simultaneouqusly establishing of items which are conflicting eachother is
|
||||
useless. So only one will be established. Fixed in QueueItemInstall.cc
|
||||
Bug 243595
|
||||
- Revision 5018
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 13:41:47 CET 2007 - schubi@suse.de
|
||||
|
||||
|
25
libzypp.spec
25
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 2.14.5)
|
||||
# spec file for package libzypp (Version 2.15.1)
|
||||
#
|
||||
# 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: 2.14.5
|
||||
Version: 2.15.1
|
||||
Release: 1
|
||||
Source: zypp-2.14.5.tar.bz2
|
||||
Source: zypp-2.15.1.tar.bz2
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
Obsoletes: yast2-packagemanager
|
||||
@ -68,7 +68,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -q -n zypp-2.14.5
|
||||
%setup -q -n zypp-2.15.1
|
||||
|
||||
%build
|
||||
mv configure.ac x
|
||||
@ -119,6 +119,23 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog -n libzypp
|
||||
* Wed Feb 14 2007 - schubi@suse.de
|
||||
- The context of establishPool will be stored in Resolver and will be
|
||||
regarded for the next solver run everytime. So it will be not reset by
|
||||
any solver run anymore.
|
||||
bug 191810 ( A broken patch will not be installed again)
|
||||
- revision 5026
|
||||
- version 2.15.1
|
||||
* Wed Feb 14 2007 - ma@suse.de
|
||||
- Added new upgrade options to fine tune version and patch handling.
|
||||
(F301990)
|
||||
- version 2.15.0
|
||||
- revision 5023
|
||||
* Tue Feb 13 2007 - schubi@suse.de
|
||||
- Simultaneouqusly establishing of items which are conflicting eachother is
|
||||
useless. So only one will be established. Fixed in QueueItemInstall.cc
|
||||
Bug 243595
|
||||
- Revision 5018
|
||||
* Mon Feb 12 2007 - schubi@suse.de
|
||||
- Stopping after 50 valid solver results. Anymore would be useless. Bug
|
||||
243595
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b73539b4f1fc113f446cc15800d795b678636fe4e37db16663c01e2c063734d3
|
||||
size 17782108
|
3
zypp-2.15.1.tar.bz2
Normal file
3
zypp-2.15.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02201d886c68e794c7016575f7fa93a49c45711fb5b5e7066b8dd42f8756ace8
|
||||
size 17785210
|
Loading…
Reference in New Issue
Block a user