OBS User unknown 2008-04-11 21:07:58 +00:00 committed by Git OBS Bridge
parent 12971aa65b
commit a7dd0c2f8a
4 changed files with 127 additions and 8 deletions

3
libzypp-4.11.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1dacaaf528f92cc75e845eaf059e31cef2132489586a5a11ffe09b6767c583f7
size 15438902

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a186661c53164f082f3d87dcfe79cadf0a25802ab92e22b0a3375494ae9e9c0
size 5723072

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
- Install ResPoolProxy index to speedup Solvable to Selectable
conversion.
- version 4.11.0
- revision 9558
-------------------------------------------------------------------
Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
- Implement update scripts installed by packages. After every
package install /var/adm/update-scripts is scanned for the first
file starting with "<name>-<version>.<release>-", which is then
executed.
- revision 9547
-------------------------------------------------------------------
Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
- Fix SolvIterMixin to avioid multiple visits of the same Selectable.
- Add Resolvable::poolItem() providing access to the corresponding
PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
to PoolItem.
- Add ResPool::satisfiedProductsBegin/End iterator over all products
whose dependencies are satisfied. This reflects the status determined
by the last solver run. (#368104)
- revision 9535
-------------------------------------------------------------------
Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
- switch to new locks api
- revision 9524
-------------------------------------------------------------------
Wed Apr 9 21:24:54 CEST 2008 - ma@suse.de
- Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
- Add SolvIterMixin: Base class providing PoolItem_iterator and
Selectable_iterator iterator types based on a Solvable iterator.
- Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
PoolItem_iterator and Selectable_iterator.
- Add Solvable::SplitIdent: Helper class that splits an identifier
into kind and name.
- Provide methods Pattern::contents returning a collection of packages
associated with the pattern/patch.
- revision 9496
-------------------------------------------------------------------
Tue Apr 8 15:50:48 CEST 2008 - jreidinger@suse.cz
- add comparing to PoolQuery
- revision 9466
-------------------------------------------------------------------
Tue Apr 8 15:18:22 CEST 2008 - dmacvicar@suse.de
- selectable API updates and changes
- 4.10.0
-------------------------------------------------------------------
Tue Apr 8 13:18:30 CEST 2008 - jreidinger@suse.cz
- move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
- revision 9452
-------------------------------------------------------------------
Tue Apr 8 10:52:30 CEST 2008 - jreidinger@suse.cz
- initial implementation of new locks (FATE #120118 and #120352)
- revision 9442
-------------------------------------------------------------------
Fri Apr 4 14:01:45 CEST 2008 - jreidinger@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 4.8.0)
# spec file for package libzypp (Version 4.11.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -17,15 +17,15 @@ Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management
Version: 4.8.0
Version: 4.11.0
Release: 1
Source: libzypp-4.8.0.tar.bz2
Source: libzypp-4.11.0.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
Obsoletes: yast2-packagemanager
BuildRequires: cmake
BuildRequires: libsatsolver-devel openssl-devel
BuildRequires: libsatsolver-devel >= 0.0.26 openssl-devel
BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel
%if 0%{?suse_version}
BuildRequires: hicolor-icon-theme rpm-devel update-desktop-files
@ -63,7 +63,7 @@ Authors:
%package devel
License: GPL v2 or later
Requires: libzypp == 4.8.0
Requires: libzypp == 4.11.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 libsatsolver-devel
@ -157,6 +157,52 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Fri Apr 11 2008 ma@suse.de
- Install ResPoolProxy index to speedup Solvable to Selectable
conversion.
- version 4.11.0
- revision 9558
* Fri Apr 11 2008 kkaempf@suse.de
- Implement update scripts installed by packages. After every
package install /var/adm/update-scripts is scanned for the first
file starting with "<name>-<version>.<release>-", which is then
executed.
- revision 9547
* Fri Apr 11 2008 ma@suse.de
- Fix SolvIterMixin to avioid multiple visits of the same Selectable.
- Add Resolvable::poolItem() providing access to the corresponding
PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
to PoolItem.
- Add ResPool::satisfiedProductsBegin/End iterator over all products
whose dependencies are satisfied. This reflects the status determined
by the last solver run. (#368104)
- revision 9535
* Fri Apr 11 2008 jreidinger@suse.cz
- switch to new locks api
- revision 9524
* Wed Apr 09 2008 ma@suse.de
- Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
- Add SolvIterMixin: Base class providing PoolItem_iterator and
Selectable_iterator iterator types based on a Solvable iterator.
- Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
PoolItem_iterator and Selectable_iterator.
- Add Solvable::SplitIdent: Helper class that splits an identifier
into kind and name.
- Provide methods Pattern::contents returning a collection of packages
associated with the pattern/patch.
- revision 9496
* Tue Apr 08 2008 jreidinger@suse.cz
- add comparing to PoolQuery
- revision 9466
* Tue Apr 08 2008 dmacvicar@suse.de
- selectable API updates and changes
- 4.10.0
* Tue Apr 08 2008 jreidinger@suse.cz
- move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
- revision 9452
* Tue Apr 08 2008 jreidinger@suse.cz
- initial implementation of new locks (FATE #120118 and #120352)
- revision 9442
* Fri Apr 04 2008 jreidinger@suse.cz
- add split with respect to escaped delimeters and also for quotes
- revision 9373