OBS User unknown 2008-05-16 21:26:15 +00:00 committed by Git OBS Bridge
parent a16e8ed5a1
commit abb23b2494
4 changed files with 53 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
- Added new calls : isInstalledBy (const PoolItem item);
installs (const PoolItem item);
- r 10125
- 4.23.0
-------------------------------------------------------------------
Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
- don't run merge in save when toAdd/Remove queue is empty
- throw when locks cannot load its file
- r10124
-------------------------------------------------------------------
Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
- throw more describing exception when repo probing failed
(bnc #389690)
- revision 10118
-------------------------------------------------------------------
Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
- allow call only merge old locks and newly added/removed without
saving it to file
- -revision 10104
-------------------------------------------------------------------
Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 4.21.3)
# spec file for package libzypp (Version 4.23.0)
#
# 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.21.3
Version: 4.23.0
Release: 1
Source: libzypp-4.21.3.tar.bz2
Source: libzypp-4.23.0.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
@ -60,7 +60,7 @@ Authors:
%package devel
License: GPL v2 or later
Requires: libzypp == 4.21.3
Requires: libzypp == 4.23.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,23 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Fri May 16 2008 schubi@suse.de
- Added new calls : isInstalledBy (const PoolItem item);
installs (const PoolItem item);
- r 10125
- 4.23.0
* Fri May 16 2008 jreidinger@suse.cz
- don't run merge in save when toAdd/Remove queue is empty
- throw when locks cannot load its file
- r10124
* Fri May 16 2008 jreidinger@suse.cz
- throw more describing exception when repo probing failed
(bnc #389690)
- revision 10118
* Thu May 15 2008 jreidinger@suse.cz
- allow call only merge old locks and newly added/removed without
saving it to file
- -revision 10104
* Tue May 13 2008 dmacvicar@suse.de
- report non packages as keep installed if satisfied to the
user interace (Selectables)