OBS User unknown 2008-09-09 17:12:21 +00:00 committed by Git OBS Bridge
parent 3dd92d0f9b
commit 8f7bf6175e
4 changed files with 92 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,56 @@
-------------------------------------------------------------------
Tue Sep 9 17:33:03 CEST 2008 - dmacvicar@suse.de
- provide context about the repository (name/alias) if available when
checking signatures (bnc#370223)
- 5.8.0
-------------------------------------------------------------------
Tue Sep 9 13:04:11 CEST 2008 - ma@suse.de
- Add ServiceInfo interface to define a set of catalogs (repository
aliases) to be enabled on next refresh.
- revision 10970
-------------------------------------------------------------------
Tue Sep 9 11:40:42 CEST 2008 - ma@suse.de
- Fix reading of Traget::targetDistribution.
- Allow to configure default answers in signature verification workflow.
- revision 10968
-------------------------------------------------------------------
Mon Sep 8 17:11:02 CEST 2008 - jkupec@suse.cz
- CredentialManager added to manage stored credentials
- MediaCurl adapted to use CredentialManager to read credentials
- revision 10958
-------------------------------------------------------------------
Fri Sep 5 11:40:05 CEST 2008 - jkupec@suse.cz
- operator ==, !=, < definition moved to RepoInfoBase from
the derived classes
- fixed RepoInfo::dumpAsIniOn() to not print 'type' if it is unknown
(bnc #407515)
- {Repo,Service}Info::dumpAsXMLOn(ostream) added
- RepoInfo::dumpRepoOn() deprecated in favor of dumpAsIniOn()
- use shared_ptr instead of itrusive for {Repo,Service}Info
- revision 10931:10942
-------------------------------------------------------------------
Thu Sep 4 16:47:07 CEST 2008 - jkupec@suse.cz
- RepoInfo{,Base} setters made void
- revision 10931
-------------------------------------------------------------------
Wed Sep 3 14:53:06 CEST 2008 - jkupec@suse.cz
- skip repositories with non-matching target distro when reading
repoindex
- revision 10926
-------------------------------------------------------------------
Tue Sep 2 11:04:52 CEST 2008 - schubi@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 5.7.0)
# spec file for package libzypp (Version 5.8.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -24,9 +24,9 @@ Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management
Version: 5.7.0
Version: 5.8.0
Release: 1
Source: libzypp-5.7.0.tar.bz2
Source: libzypp-5.8.0.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
@ -70,7 +70,7 @@ Authors:
%package devel
License: GPL v2 or later
Requires: libzypp == 5.7.0
Requires: libzypp == 5.8.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
@ -228,6 +228,38 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Tue Sep 09 2008 dmacvicar@suse.de
- provide context about the repository (name/alias) if available when
checking signatures (bnc#370223)
- 5.8.0
* Tue Sep 09 2008 ma@suse.de
- Add ServiceInfo interface to define a set of catalogs (repository
aliases) to be enabled on next refresh.
- revision 10970
* Tue Sep 09 2008 ma@suse.de
- Fix reading of Traget::targetDistribution.
- Allow to configure default answers in signature verification workflow.
- revision 10968
* Mon Sep 08 2008 jkupec@suse.cz
- CredentialManager added to manage stored credentials
- MediaCurl adapted to use CredentialManager to read credentials
- revision 10958
* Fri Sep 05 2008 jkupec@suse.cz
- operator ==, !=, < definition moved to RepoInfoBase from
the derived classes
- fixed RepoInfo::dumpAsIniOn() to not print 'type' if it is unknown
(bnc #407515)
- {Repo,Service}Info::dumpAsXMLOn(ostream) added
- RepoInfo::dumpRepoOn() deprecated in favor of dumpAsIniOn()
- use shared_ptr instead of itrusive for {Repo,Service}Info
- revision 10931:10942
* Thu Sep 04 2008 jkupec@suse.cz
- RepoInfo{,Base} setters made void
- revision 10931
* Wed Sep 03 2008 jkupec@suse.cz
- skip repositories with non-matching target distro when reading
repoindex
- revision 10926
* Tue Sep 02 2008 schubi@suse.de
- Enabled distupgrade of the SAT solver. In order to use the old
distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.