OBS User unknown 2007-08-29 20:36:43 +00:00 committed by Git OBS Bridge
parent 8ab7c57d53
commit 563da2bb3a
4 changed files with 116 additions and 12 deletions

View File

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

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

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

View File

@ -1,3 +1,70 @@
-------------------------------------------------------------------
Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
- prevent progress report in destructor (#299680)
- r6998
-------------------------------------------------------------------
Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
- treat non-filelists.xml <file> entries as file provides capabilities
in YUM parser (#304701)
- r6992
-------------------------------------------------------------------
Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
- the media.1/media uniquely identifies a 'susetags' repo, not
the content file (#304200)
-------------------------------------------------------------------
Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
- fixed locale dir (#304649)
- r6984
-------------------------------------------------------------------
Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
- don't treat normal package license as "license to confirm"
(#305906)
-------------------------------------------------------------------
Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
- Fixed fix for #293039. Segfault due to uninitialzed data.
- version 3.19.3
- revision 6980
-------------------------------------------------------------------
Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
- reduced too much verbosed ResolverContext logging; Bug 303971
- r 6977
-------------------------------------------------------------------
Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
- Fixed PlainDir repositories to provide real disk usage data. For
repomd and others that do not provide any detailed disk usage info,
assume the packgage size is required below "/". Peviously they were
treated as being empy.
- version 3.19.2
- revision 6972
-------------------------------------------------------------------
Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
- Add a new solver solution in the case of running in a timeout:
ProblemSolutionDoubleTimeout.h
#Bug 302496
- revision 6970
-------------------------------------------------------------------
Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
- bug in fix for (#292986)
-------------------------------------------------------------------
Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
@ -20,7 +87,7 @@ Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
-------------------------------------------------------------------
Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
- real fix for reading signature ids. (#390535).
- real fix for reading signature ids. (#390535).
- delete metadata when removing repo (#301037).
-------------------------------------------------------------------
@ -56,7 +123,7 @@ Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
* Changing of filesystem whithin a workflow, cause the solver results will
be reset if the filesystem dependencies have been changed
Bug 271912
- r 6901
- r 6901
-------------------------------------------------------------------
Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
@ -77,15 +144,15 @@ Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
intsys mode (#297136)
- signature and checksum verification fixes. Still pending
problem ZYpp getting no output from gpg when running from zypper.
(#302059)
(#302059)
-------------------------------------------------------------------
Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
- Do not strip resolvables which have the same name but different kind
- Do not strip resolvables which have the same name but different kind
(ResolverInfo*)
- Flag info NEEDEDBY correctly if it will be used by freshen/supplement
- r 6830
- r 6830
-------------------------------------------------------------------
Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 3.19.1)
# spec file for package libzypp (Version 3.20.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.19.1
Version: 3.20.0
Release: 1
Source: libzypp-3.19.1.tar.bz2
Source: libzypp-3.20.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.19.1
Requires: libzypp == 3.20.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,43 @@ cd ..
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Wed Aug 29 2007 - kkaempf@suse.de
- prevent progress report in destructor (#299680)
- r6998
* Wed Aug 29 2007 - jkupec@suse.cz
- treat non-filelists.xml <file> entries as file provides capabilities
in YUM parser (#304701)
- r6992
* Wed Aug 29 2007 - kkaempf@suse.de
- the media.1/media uniquely identifies a 'susetags' repo, not
the content file (#304200)
* Wed Aug 29 2007 - jkupec@suse.cz
- fixed locale dir (#304649)
- r6984
* Wed Aug 29 2007 - kkaempf@suse.de
- don't treat normal package license as "license to confirm"
(#305906)
* Wed Aug 29 2007 - ma@suse.de
- Fixed fix for #293039. Segfault due to uninitialzed data.
- version 3.19.3
- revision 6980
* Wed Aug 29 2007 - schubi@suse.de
- reduced too much verbosed ResolverContext logging; Bug 303971
- r 6977
* Wed Aug 29 2007 - ma@suse.de
- Fixed PlainDir repositories to provide real disk usage data. For
repomd and others that do not provide any detailed disk usage info,
assume the packgage size is required below "/". Peviously they were
treated as being empy.
- version 3.19.2
- revision 6972
* Wed Aug 29 2007 - schubi@suse.de
- Add a new solver solution in the case of running in a timeout:
ProblemSolutionDoubleTimeout.h
[#]Bug 302496
- revision 6970
* Wed Aug 29 2007 - dmacvicar@suse.de
- bug in fix for (#292986)
* Tue Aug 28 2007 - dmacvicar@suse.de
- (#297001) - libzypp: can't skip broken packages
- re enable importing zypp keyring from rpm.(#302379)