OBS User unknown 2008-03-26 15:22:30 +00:00 committed by Git OBS Bridge
parent 31151dc01a
commit 15b5de2600
4 changed files with 53 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
- support plaindir again (at least the most important parts)
-------------------------------------------------------------------
Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
- Throwing special exception MediaBadCAException in case of SSL
certificate validation failure.(bnc #223512)
- revision 9250
-------------------------------------------------------------------
Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
- add new error IO_SOFT to media request callback for temporary
connection problem. (bnc #328822)
- add new media exception timeout when somethink fail due to exceed
timeout
- mediacurl throw timeout exception when timeouted
- revision 9246
-------------------------------------------------------------------
Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
- return more information from checking if metadata need refresh,
so user can get better info. (bnc #307249)
- revision 9231
-------------------------------------------------------------------
Tue Mar 18 21:59:04 CET 2008 - ma@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 4.5.0)
# spec file for package libzypp (Version 4.6.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.5.0
Version: 4.6.0
Release: 1
Source: libzypp-4.5.0.tar.bz2
Source: libzypp-4.6.0.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
@ -62,7 +62,7 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
Requires: libzypp == 4.5.0
Requires: libzypp == 4.6.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
@ -156,6 +156,23 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Mon Mar 24 2008 coolo@suse.de
- support plaindir again (at least the most important parts)
* Fri Mar 21 2008 jreidinger@suse.cz
- Throwing special exception MediaBadCAException in case of SSL
certificate validation failure.(bnc #223512)
- revision 9250
* Fri Mar 21 2008 jreidinger@suse.cz
- add new error IO_SOFT to media request callback for temporary
connection problem. (bnc #328822)
- add new media exception timeout when somethink fail due to exceed
timeout
- mediacurl throw timeout exception when timeouted
- revision 9246
* Thu Mar 20 2008 jreidinger@suse.cz
- return more information from checking if metadata need refresh,
so user can get better info. (bnc #307249)
- revision 9231
* Tue Mar 18 2008 ma@suse.de
- class sat::LocaleSupport: Convenience methods to manage support
for language specific packages.