SHA256
1
0
forked from pool/libzypp
OBS User unknown 2008-07-17 20:44:26 +00:00 committed by Git OBS Bridge
parent 017d6e155a
commit b2d10c88dc
4 changed files with 216 additions and 99 deletions

View File

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

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

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

View File

@ -1,3 +1,75 @@
-------------------------------------------------------------------
Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
- Allow parallel installation of packages which have been defined
in zypp.conf (parameter "multiversion") Fate #302050
- Additional check for broken system.
(defined in zypp.conv: solver.checkSystemFile)
- revision 10600
-------------------------------------------------------------------
Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
- Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
- version 5.2.1
- revision 10596
-------------------------------------------------------------------
Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
- Remove Atom, Script, Message and other obsolete classes.
- version 5.2.0
- revision 10592
-------------------------------------------------------------------
Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
- Also report the name of the locking process in ZYppFactoryException
(bnc #280537)
- revision 10572
-------------------------------------------------------------------
Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
- corrected logging of solver settings
- regard locking while doUpdate (bnc #405427)
- revision 10564
-------------------------------------------------------------------
Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
- make curl use the right transfer mode
(CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
- revision 10559
-------------------------------------------------------------------
Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
- reuse existing disk mounts (applied Marius' patch) (bnc #208222)
- revision 10557
-------------------------------------------------------------------
Wed Jul 9 18:13:58 CEST 2008 - ma@suse.de
- Provide Package::url() if available in solv file. (bnc #402434)
- A missing cookie file must not be treated as an error. Simply
rebuild the cache (bnc #405867)
- Add 22x22 and 24x24 icons (bnc #329635)
- revision 10528
-------------------------------------------------------------------
Mon Jul 7 13:39:09 CEST 2008 - schubi@suse.de
- Do not update an already updated package (bnc #400422)
- revision 10504
-------------------------------------------------------------------
Fri Jul 4 17:19:24 CEST 2008 - ma@suse.de
- Also check if the fingerprint matches before importing updated keys.
(bnc #393160)
- revision 10500
-------------------------------------------------------------------
Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 5.0.2)
# spec file for package libzypp (Version 5.1.1)
#
# 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: 5.0.2
Version: 5.1.1
Release: 1
Source: libzypp-5.0.2.tar.bz2
Source: libzypp-5.1.1.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
@ -60,7 +60,7 @@ Authors:
%package devel
License: GPL v2 or later
Requires: libzypp == 5.0.2
Requires: libzypp == 5.1.1
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
@ -188,11 +188,14 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /etc/zypp/repos.d
%dir /etc/zypp/products.d
%config(noreplace) /etc/zypp/zypp.conf
%config(noreplace) /etc/zypp/systemCheck
%{prefix}/lib/zypp
%{prefix}/share/zypp
%{prefix}/share/applications/package-manager.desktop
%{prefix}/share/icons/hicolor/scalable/apps/package-manager-icon.svg
%{prefix}/share/icons/hicolor/16x16/apps/package-manager-icon.png
%{prefix}/share/icons/hicolor/22x22/apps/package-manager-icon.png
%{prefix}/share/icons/hicolor/24x24/apps/package-manager-icon.png
%{prefix}/share/icons/hicolor/32x32/apps/package-manager-icon.png
%{prefix}/share/icons/hicolor/48x48/apps/package-manager-icon.png
%{prefix}/bin/package-manager
@ -211,6 +214,48 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Thu Jul 17 2008 schubi@suse.de
- Allow parallel installation of packages which have been defined
in zypp.conf (parameter "multiversion") Fate #302050
- Additional check for broken system.
(defined in zypp.conv: solver.checkSystemFile)
- revision 10600
* Wed Jul 16 2008 ma@suse.de
- Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
- version 5.2.1
- revision 10596
* Wed Jul 16 2008 ma@suse.de
- Remove Atom, Script, Message and other obsolete classes.
- version 5.2.0
- revision 10592
* Mon Jul 14 2008 ma@suse.de
- Also report the name of the locking process in ZYppFactoryException
(bnc #280537)
- revision 10572
* Mon Jul 14 2008 schubi@suse.de
- corrected logging of solver settings
- regard locking while doUpdate (bnc #405427)
- revision 10564
* Sun Jul 13 2008 jkupec@suse.cz
- make curl use the right transfer mode
(CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
- revision 10559
* Sat Jul 12 2008 jkupec@suse.cz
- reuse existing disk mounts (applied Marius' patch) (bnc #208222)
- revision 10557
* Wed Jul 09 2008 ma@suse.de
- Provide Package::url() if available in solv file. (bnc #402434)
- A missing cookie file must not be treated as an error. Simply
rebuild the cache (bnc #405867)
- Add 22x22 and 24x24 icons (bnc #329635)
- revision 10528
* Mon Jul 07 2008 schubi@suse.de
- Do not update an already updated package (bnc #400422)
- revision 10504
* Fri Jul 04 2008 ma@suse.de
- Also check if the fingerprint matches before importing updated keys.
(bnc #393160)
- revision 10500
* Tue Jul 01 2008 dmacvicar@suse.de
- forward port add message attribute to patches.
- port import newer keys if a trusted key is updated