OBS User unknown 2007-09-01 11:12:41 +00:00 committed by Git OBS Bridge
parent 3273ae6412
commit cce6946332
4 changed files with 50 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
- Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
[main]
download.use_patchrpm = no
download.use_deltarpm = no
- version 3.22.0
- revision 7069
-------------------------------------------------------------------
Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
- On demand translate patch requirements into a list of atoms.
Required by the UI to display packages acssociated with a patch.
(#300612)
- version 3.21.1
- revision 7065
-------------------------------------------------------------------
Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
- enrich ResolverInfo with the reason if a user-initiated request
fails (#304325, #306240)
- r 7051
-------------------------------------------------------------------
Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 3.21.0)
# spec file for package libzypp (Version 3.22.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.21.0
Version: 3.22.0
Release: 1
Source: libzypp-3.21.0.tar.bz2
Source: libzypp-3.22.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.21.0
Requires: libzypp == 3.22.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,23 @@ cd ..
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Fri Aug 31 2007 - ma@suse.de
- Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
[main]
download.use_patchrpm = no
download.use_deltarpm = no
- version 3.22.0
- revision 7069
* Fri Aug 31 2007 - ma@suse.de
- On demand translate patch requirements into a list of atoms.
Required by the UI to display packages acssociated with a patch.
(#300612)
- version 3.21.1
- revision 7065
* Fri Aug 31 2007 - kkaempf@suse.de
- enrich ResolverInfo with the reason if a user-initiated request
fails (#304325, #306240)
- r 7051
* Thu Aug 30 2007 - jkupec@suse.cz
- added missing implementation of LogControl::setLineFormater()
(lslezak)