OBS User unknown 2008-11-28 14:31:12 +00:00 committed by Git OBS Bridge
parent d1af568977
commit d49f8fec98
4 changed files with 56 additions and 10 deletions

View File

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

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

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Nov 28 00:05:17 CET 2008 - ma@suse.de
- Take into account the requirements of all obsoleted packages uninstall
scripts when computing the installation order. (bnc #439802)
- revision 11823
- version 5.24.3 (23)
-------------------------------------------------------------------
Thu Nov 27 14:45:07 CET 2008 - dmacvicar@suse.de
- fix maybeUnsuported() method returning wrong result
- add testcase for future coverage
- don't force time based uuid for anonymous id string (bnc #449654)
- RELEASE: 5.24.2 (23)
-------------------------------------------------------------------
Wed Nov 26 17:18:00 CET 2008 - ma@suse.de
- Call 'repo2solv -R' (recursive scan) for plaindir repos. (bnc #443350)
- revision 11810
-------------------------------------------------------------------
Wed Nov 26 17:09:12 CET 2008 - dmacvicar@suse.de
- SHA1SUMS.key is not imported by zypp as known key (bnc #446188)
- path and url in add_on_products.xml is evaluated wrong
(bnc #446170)
-------------------------------------------------------------------
Mon Nov 24 17:47:35 CET 2008 - schubi@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 5.24.1)
# spec file for package libzypp (Version 5.24.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -24,16 +24,16 @@ Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management
Version: 5.24.1
Release: 2
Source: libzypp-5.24.1.tar.bz2
Version: 5.24.3
Release: 1
Source: libzypp-5.24.3.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
Obsoletes: yast2-packagemanager
Recommends: logrotate
BuildRequires: cmake
BuildRequires: libsatsolver-devel >= 0.12.1 openssl-devel
BuildRequires: libsatsolver-devel >= 0.13.0 openssl-devel
BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel
%if 0%{?suse_version}
BuildRequires: libexpat-devel
@ -76,10 +76,10 @@ Authors:
%package devel
License: GPL v2 or later
Requires: libzypp == 5.24.1
Requires: libzypp == 5.24.3
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 >= 0.10.14
Requires: cmake libsatsolver-devel >= 0.13.0
Summary: Package, Patch, Pattern, and Product Management - developers files
Group: System/Packages
Provides: yast2-packagemanager-devel
@ -233,6 +233,23 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Fri Nov 28 2008 ma@suse.de
- Take into account the requirements of all obsoleted packages uninstall
scripts when computing the installation order. (bnc #439802)
- revision 11823
- version 5.24.3 (23)
* Thu Nov 27 2008 dmacvicar@suse.de
- fix maybeUnsuported() method returning wrong result
- add testcase for future coverage
- don't force time based uuid for anonymous id string (bnc #449654)
- RELEASE: 5.24.2 (23)
* Wed Nov 26 2008 ma@suse.de
- Call 'repo2solv -R' (recursive scan) for plaindir repos. (bnc #443350)
- revision 11810
* Wed Nov 26 2008 dmacvicar@suse.de
- SHA1SUMS.key is not imported by zypp as known key (bnc #446188)
- path and url in add_on_products.xml is evaluated wrong
(bnc #446170)
* Mon Nov 24 2008 schubi@suse.de
- activate locking for doUpdate (bnc #447684)
- revision 11792