OBS User unknown 2008-02-29 09:26:50 +00:00 committed by Git OBS Bridge
parent 3178204adf
commit 283b72d25d
4 changed files with 48 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
- special exception message if server returns 403 response
(forbidden) (port from SP2)
- MediaException messages marked for translation
Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
-------------------------------------------------------------------
- make sure we have target cache on target initialize
- version 4.3.0
-------------------------------------------------------------------
Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
- DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
file systems (#333166)
- rev. 8915
-------------------------------------------------------------------
Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
- Fixed Capabilites iterator exposing prereq marker.
- revision 8914
-------------------------------------------------------------------
Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 4.2.10)
# spec file for package libzypp (Version 4.3.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.2.10
Release: 2
Source: libzypp-4.2.10.tar.bz2
Version: 4.3.0
Release: 1
Source: libzypp-4.3.0.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
@ -57,7 +57,7 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
Requires: libzypp == 4.2.10
Requires: libzypp == 4.3.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
@ -146,6 +146,20 @@ if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Thu Feb 28 2008 jkupec@suse.cz
- special exception message if server returns 403 response
(forbidden) (port from SP2)
- MediaException messages marked for translation
* Wed Feb 27 2008 dmacvicar@suse.de
- make sure we have target cache on target initialize
- version 4.3.0
* Tue Feb 26 2008 lslezak@suse.cz
- DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
file systems (#333166)
- rev. 8915
* Tue Feb 26 2008 ma@suse.de
- Fixed Capabilites iterator exposing prereq marker.
- revision 8914
* Tue Feb 26 2008 schubi@suse.de
- postinstall script fixed
- version 4.2.10