This commit is contained in:
parent
8ab7c57d53
commit
563da2bb3a
@ -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
3
libzypp-3.20.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca0fbe5d568c5533e8477eba07e3b4be6c23b946233dedd63f9c07355f195d86
|
||||
size 2914381
|
@ -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
|
||||
|
||||
|
45
libzypp.spec
45
libzypp.spec
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user