This commit is contained in:
parent
665a1c1f67
commit
3c8ea39874
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4622590dab02a3b4d39f65fcd967694b0659619db9433ecf37933e7f6aa145b3
|
||||
size 10669484
|
3
libzypp-4.15.2.tar.bz2
Normal file
3
libzypp-4.15.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4eeaf409ae177373be8270dea6c8c6d6fb88defe4d62905a12f26bd0d1b9841
|
||||
size 10670973
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
|
||||
|
||||
- Prevent target::unload from creating a system repo in order
|
||||
to unload it. (bnc 382297)
|
||||
- version 4.15.2
|
||||
- revision 9822
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
|
||||
|
||||
- Prevent deselected or deleted items from being re-selected due to
|
||||
recommends (aka. persistent soft locks). Unlike hard locked, those
|
||||
items will be automatically selected if required. The list of soft
|
||||
locked items is stored in /var/lib/zypp/SoftLocks.
|
||||
- version 4.15.1
|
||||
- revision 9818
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
|
||||
|
||||
- Remove obsolete AdditionalCapabilities interface from ResPool.
|
||||
Forward sat::Pool::RepositoryIterator. There's no more need to
|
||||
maintain an extra Repository list in ResPool.
|
||||
- revision 9806
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
|
||||
|
||||
- Support dependencies requiring a specific architecture:
|
||||
"name[.arch] [op edition]". See class Capability for details
|
||||
about how to construct dependencies. (bnc #305445)
|
||||
- version 4.15.0
|
||||
- revision 9805
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
|
||||
|
||||
- patch attributes and deprecate old ones
|
||||
- 4.14.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
|
||||
|
||||
- change locks api -
|
||||
- make more functions const
|
||||
- replace add/remove by selectable to add/remove by ident or name and kind
|
||||
- rename iterator to const_iterator to avoid confusion
|
||||
- revision 9781
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
|
||||
|
||||
- Do architecture changes while "dup" in the external distribution
|
||||
upgrade ONLY. bnc #382274
|
||||
- Added "ignore" to the solutions
|
||||
- Added "self-conflicts" to the solution
|
||||
- added new solver mechanism "resolveQueue"
|
||||
- Bugfix broken/satisfied products
|
||||
- rev 9776
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
|
||||
|
||||
- Added Pattern::core returning the packages required by a pattern.
|
||||
(see also Pattern::depends and Pattern::contents).
|
||||
- revision 9771
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
|
||||
|
||||
- Added Target::release(), returning the targets distribution
|
||||
release string.
|
||||
- revision 9761
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
|
||||
|
||||
|
56
libzypp.spec
56
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 4.13.3)
|
||||
# spec file for package libzypp (Version 4.15.2)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -17,9 +17,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 4.13.3
|
||||
Version: 4.15.2
|
||||
Release: 1
|
||||
Source: libzypp-4.13.3.tar.bz2
|
||||
Source: libzypp-4.15.2.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -63,7 +63,7 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Requires: libzypp == 4.13.3
|
||||
Requires: libzypp == 4.15.2
|
||||
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 libsatsolver-devel
|
||||
@ -157,6 +157,54 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Apr 25 2008 ma@suse.de
|
||||
- Prevent target::unload from creating a system repo in order
|
||||
to unload it. (bnc 382297)
|
||||
- version 4.15.2
|
||||
- revision 9822
|
||||
* Fri Apr 25 2008 ma@suse.de
|
||||
- Prevent deselected or deleted items from being re-selected due to
|
||||
recommends (aka. persistent soft locks). Unlike hard locked, those
|
||||
items will be automatically selected if required. The list of soft
|
||||
locked items is stored in /var/lib/zypp/SoftLocks.
|
||||
- version 4.15.1
|
||||
- revision 9818
|
||||
* Thu Apr 24 2008 ma@suse.de
|
||||
- Remove obsolete AdditionalCapabilities interface from ResPool.
|
||||
Forward sat::Pool::RepositoryIterator. There's no more need to
|
||||
maintain an extra Repository list in ResPool.
|
||||
- revision 9806
|
||||
* Wed Apr 23 2008 ma@suse.de
|
||||
- Support dependencies requiring a specific architecture:
|
||||
"name[.arch] [op edition]". See class Capability for details
|
||||
about how to construct dependencies. (bnc #305445)
|
||||
- version 4.15.0
|
||||
- revision 9805
|
||||
* Tue Apr 22 2008 dmacvicar@suse.de
|
||||
- patch attributes and deprecate old ones
|
||||
- 4.14.0
|
||||
* Tue Apr 22 2008 jreidinger@suse.cz
|
||||
- change locks api -
|
||||
- make more functions const
|
||||
- replace add/remove by selectable to add/remove by ident or name and kind
|
||||
- rename iterator to const_iterator to avoid confusion
|
||||
- revision 9781
|
||||
* Tue Apr 22 2008 schubi@suse.de
|
||||
- Do architecture changes while "dup" in the external distribution
|
||||
upgrade ONLY. bnc #382274
|
||||
- Added "ignore" to the solutions
|
||||
- Added "self-conflicts" to the solution
|
||||
- added new solver mechanism "resolveQueue"
|
||||
- Bugfix broken/satisfied products
|
||||
- rev 9776
|
||||
* Tue Apr 22 2008 ma@suse.de
|
||||
- Added Pattern::core returning the packages required by a pattern.
|
||||
(see also Pattern::depends and Pattern::contents).
|
||||
- revision 9771
|
||||
* Mon Apr 21 2008 ma@suse.de
|
||||
- Added Target::release(), returning the targets distribution
|
||||
release string.
|
||||
- revision 9761
|
||||
* Sat Apr 19 2008 ma@suse.de
|
||||
- per default abort if package installation fails. (bnc #381203)
|
||||
- version 4.13.3
|
||||
|
Loading…
Reference in New Issue
Block a user