OBS User unknown 2008-10-26 22:21:12 +00:00 committed by Git OBS Bridge
parent fb302a5fd7
commit 8b948ed289
3 changed files with 41 additions and 22 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Oct 26 14:53:56 CET 2008 - coolo@suse.de
- adding svn r11488 to fix compile of PackageKit
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 24 18:12:34 CEST 2008 - ma@suse.de Fri Oct 24 18:12:34 CEST 2008 - ma@suse.de

View File

@ -25,9 +25,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management Summary: Package, Patch, Pattern, and Product Management
Version: 5.19.0 Version: 5.19.0
Release: 1 Release: 2
Source: libzypp-5.19.0.tar.bz2 Source: libzypp-5.19.0.tar.bz2
Source1: libzypp-rpmlintrc Source1: libzypp-rpmlintrc
Patch0: r11488.diff
Prefix: /usr Prefix: /usr
Provides: yast2-packagemanager Provides: yast2-packagemanager
Obsoletes: yast2-packagemanager Obsoletes: yast2-packagemanager
@ -96,6 +97,7 @@ Authors:
%prep %prep
%setup -q %setup -q
%patch0 -p0
%build %build
mkdir build mkdir build
@ -228,6 +230,8 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/pkgconfig/libzypp.pc %{_libdir}/pkgconfig/libzypp.pc
%changelog %changelog
* Sun Oct 26 2008 coolo@suse.de
- adding svn r11488 to fix compile of PackageKit
* Fri Oct 24 2008 ma@suse.de * Fri Oct 24 2008 ma@suse.de
- Remove error prone methods from OnMediaLocation API to prevent - Remove error prone methods from OnMediaLocation API to prevent
accidental missuse. (bnc #437328) accidental missuse. (bnc #437328)
@ -611,7 +615,7 @@ rm -rf "$RPM_BUILD_ROOT"
Thus removed satisfiedProduct iterator, fixed Selctables. Thus removed satisfiedProduct iterator, fixed Selctables.
- Removed class ProductInfo as we keep Product. - Removed class ProductInfo as we keep Product.
- revision 10797 - revision 10797
* Fri Aug 08 2008 dmacvicar@suse.de * Thu Aug 07 2008 dmacvicar@suse.de
- implement relogin suggested support (fate#304889) - implement relogin suggested support (fate#304889)
* Wed Aug 06 2008 ma@suse.de * Wed Aug 06 2008 ma@suse.de
- Detect correct download path even if repository type - Detect correct download path even if repository type
@ -691,7 +695,7 @@ rm -rf "$RPM_BUILD_ROOT"
- corrected logging of solver settings - corrected logging of solver settings
- regard locking while doUpdate (bnc #405427) - regard locking while doUpdate (bnc #405427)
- revision 10564 - revision 10564
* Sun Jul 13 2008 jkupec@suse.cz * Sat Jul 12 2008 jkupec@suse.cz
- make curl use the right transfer mode - make curl use the right transfer mode
(CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272) (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
- revision 10559 - revision 10559
@ -794,7 +798,7 @@ rm -rf "$RPM_BUILD_ROOT"
from resolvePool or resolveQueue we will have to take care for both from resolvePool or resolveQueue we will have to take care for both
cases. (bnc#393969) cases. (bnc#393969)
- r 10252 - r 10252
* Wed May 28 2008 coolo@suse.de * Tue May 27 2008 coolo@suse.de
- compile with RPM_OPT_FLAGS - compile with RPM_OPT_FLAGS
* Mon May 26 2008 jkupec@suse.cz * Mon May 26 2008 jkupec@suse.cz
- old2new locks file converter script added to %%post (jredinger) - old2new locks file converter script added to %%post (jredinger)
@ -989,7 +993,7 @@ rm -rf "$RPM_BUILD_ROOT"
locked items is stored in /var/lib/zypp/SoftLocks. locked items is stored in /var/lib/zypp/SoftLocks.
- version 4.15.1 - version 4.15.1
- revision 9818 - revision 9818
* Thu Apr 24 2008 ma@suse.de * Wed Apr 23 2008 ma@suse.de
- Remove obsolete AdditionalCapabilities interface from ResPool. - Remove obsolete AdditionalCapabilities interface from ResPool.
Forward sat::Pool::RepositoryIterator. There's no more need to Forward sat::Pool::RepositoryIterator. There's no more need to
maintain an extra Repository list in ResPool. maintain an extra Repository list in ResPool.
@ -1543,7 +1547,7 @@ rm -rf "$RPM_BUILD_ROOT"
* Mon Sep 17 2007 lslezak@suse.cz * Mon Sep 17 2007 lslezak@suse.cz
- fixed DU parsing in inst-sys (#308659) - fixed DU parsing in inst-sys (#308659)
- revision 7256 - revision 7256
* Sat Sep 15 2007 ma@suse.de * Fri Sep 14 2007 ma@suse.de
- Enable using patch and delta rpms. (#309124) - Enable using patch and delta rpms. (#309124)
- version 3.24.0 - version 3.24.0
- revision 7253 - revision 7253
@ -1652,7 +1656,7 @@ rm -rf "$RPM_BUILD_ROOT"
* Mon Sep 03 2007 schubi@suse.de * Mon Sep 03 2007 schubi@suse.de
- new translations added - new translations added
- rev 7083 - rev 7083
* Sat Sep 01 2007 ma@suse.de * Fri Aug 31 2007 ma@suse.de
- Added ability to switch off use of patch and delta rpms via zypp.conf (#305864) - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
[main] [main]
download.use_patchrpm = no download.use_patchrpm = no
@ -2016,7 +2020,7 @@ rm -rf "$RPM_BUILD_ROOT"
- Added interface to install source packages via zypper. - Added interface to install source packages via zypper.
- revision 6373 - revision 6373
- version 3.13.5 - version 3.13.5
* Wed Aug 01 2007 ma@suse.de * Tue Jul 31 2007 ma@suse.de
- Added package attributes Package::sourcePkgName and - Added package attributes Package::sourcePkgName and
Package::sourcePkgEdition. Name and edition of the source Package::sourcePkgEdition. Name and edition of the source
rpm this package was built from. rpm this package was built from.
@ -2480,7 +2484,7 @@ rm -rf "$RPM_BUILD_ROOT"
(it was already fixed as we don't reimplement (it was already fixed as we don't reimplement
the method, but we still serialized, parsed) the method, but we still serialized, parsed)
- r4709 - r4709
* Wed Nov 29 2006 ma@suse.de * Tue Nov 28 2006 ma@suse.de
- fixed Patch::interactive to return true as well, if the patch - fixed Patch::interactive to return true as well, if the patch
itself has a licence. (#224192) itself has a licence. (#224192)
- revision 4702 - revision 4702
@ -2555,7 +2559,7 @@ rm -rf "$RPM_BUILD_ROOT"
* Thu Nov 16 2006 dmacvicar@suse.de * Thu Nov 16 2006 dmacvicar@suse.de
- Handle media eject failures (#216545) - Handle media eject failures (#216545)
- r4606 - r4606
* Thu Nov 16 2006 ma@suse.de * Wed Nov 15 2006 ma@suse.de
- Reimplemented RpmDb::checkPackage using librpm API instead - Reimplemented RpmDb::checkPackage using librpm API instead
of parsing "rpm --checksig" output. (#163202) of parsing "rpm --checksig" output. (#163202)
- Version 2.7.4 - Version 2.7.4
@ -2917,7 +2921,7 @@ rm -rf "$RPM_BUILD_ROOT"
- better error handling (Exception types) - better error handling (Exception types)
- make tmp file names more readable depending on the context - make tmp file names more readable depending on the context
- r4026 - r4026
* Wed Aug 23 2006 dmacvicar@suse.de * Tue Aug 22 2006 dmacvicar@suse.de
- decouple probing from source creation, using the new - decouple probing from source creation, using the new
media test for existence functions. media test for existence functions.
- r4019 - r4019
@ -3069,7 +3073,7 @@ rm -rf "$RPM_BUILD_ROOT"
Bugfix #178292 was wrong. Bugfix #178292 was wrong.
- Only warn on incompleting installed resolvables (#185197) - Only warn on incompleting installed resolvables (#185197)
- rev 3644 - rev 3644
* Thu Jun 15 2006 kkaempf@suse.de * Wed Jun 14 2006 kkaempf@suse.de
- Atoms might only be installed via patches (#184714) - Atoms might only be installed via patches (#184714)
- rev 3642 - rev 3642
* Wed Jun 14 2006 dmacvicar@suse.de * Wed Jun 14 2006 dmacvicar@suse.de
@ -3135,7 +3139,7 @@ rm -rf "$RPM_BUILD_ROOT"
* Wed Jun 07 2006 ma@suse.de * Wed Jun 07 2006 ma@suse.de
- fixed memory leak in PersistentStorage (#168690) - fixed memory leak in PersistentStorage (#168690)
- revision 3519 - revision 3519
* Wed Jun 07 2006 ma@suse.de * Tue Jun 06 2006 ma@suse.de
- fixed memory leak in XMLSourceCacheParser (#168690) - fixed memory leak in XMLSourceCacheParser (#168690)
- revision 3517 - revision 3517
* Fri Jun 02 2006 schubi@suse.de * Fri Jun 02 2006 schubi@suse.de
@ -3476,7 +3480,7 @@ rm -rf "$RPM_BUILD_ROOT"
edition. edition.
- filter 'other' entries with incompatible arch in yum parser. - filter 'other' entries with incompatible arch in yum parser.
- rev 3177 - rev 3177
* Sat Apr 22 2006 jsrain@suse.de * Fri Apr 21 2006 jsrain@suse.de
- initialize the product category according to source (#168061) - initialize the product category according to source (#168061)
- rev 3172 - rev 3172
* Fri Apr 21 2006 mvidner@suse.cz * Fri Apr 21 2006 mvidner@suse.cz
@ -3626,7 +3630,7 @@ rm -rf "$RPM_BUILD_ROOT"
* Tue Apr 11 2006 visnov@suse.cz * Tue Apr 11 2006 visnov@suse.cz
- ask user if a file exists but does not have a checksum (#162797) - ask user if a file exists but does not have a checksum (#162797)
- rev 3044 - rev 3044
* Tue Apr 11 2006 jsrain@suse.de * Mon Apr 10 2006 jsrain@suse.de
- parse time and size elements from delta and patch RPM - parse time and size elements from delta and patch RPM
- rev 3043 - rev 3043
* Mon Apr 10 2006 mt@suse.de * Mon Apr 10 2006 mt@suse.de
@ -3796,7 +3800,7 @@ rm -rf "$RPM_BUILD_ROOT"
- restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/, - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
/lib64/, ...) /lib64/, ...)
- rev 2886 - rev 2886
* Mon Apr 03 2006 kkaempf@suse.de * Sun Apr 02 2006 kkaempf@suse.de
- skip incompatible archs in primary parsing. - skip incompatible archs in primary parsing.
- rev 2883 - rev 2883
* Sun Apr 02 2006 kkaempf@suse.de * Sun Apr 02 2006 kkaempf@suse.de
@ -3860,7 +3864,7 @@ rm -rf "$RPM_BUILD_ROOT"
* Tue Mar 28 2006 jsrain@suse.de * Tue Mar 28 2006 jsrain@suse.de
- added support for external scripts to metadata (#159928) - added support for external scripts to metadata (#159928)
- r2709 - r2709
* Sun Mar 26 2006 jsrain@suse.de * Sat Mar 25 2006 jsrain@suse.de
- report separate exception when trying to start source cache again to - report separate exception when trying to start source cache again to
suppress incorrect error message in XEN installation suppress incorrect error message in XEN installation
- r2682 - r2682
@ -4002,7 +4006,7 @@ rm -rf "$RPM_BUILD_ROOT"
- errors are also important in ResolverInfo. - errors are also important in ResolverInfo.
- improve debug output in ResolverContext. - improve debug output in ResolverContext.
- rev 2455 - rev 2455
* Tue Mar 14 2006 jsrain@suse.de * Mon Mar 13 2006 jsrain@suse.de
- delete RPMs downloaded via HTTP/FTP after installnig them - delete RPMs downloaded via HTTP/FTP after installnig them
(#157011) (#157011)
- fixed product registration (reverted autorefresh patch) (#157566) - fixed product registration (reverted autorefresh patch) (#157566)
@ -4013,7 +4017,7 @@ rm -rf "$RPM_BUILD_ROOT"
(#157501) (#157501)
- clean up media handling. - clean up media handling.
- rev 2448 - rev 2448
* Mon Mar 13 2006 kkaempf@suse.de * Sun Mar 12 2006 kkaempf@suse.de
- init Modalias properly. - init Modalias properly.
- fix warnings in testcases. - fix warnings in testcases.
- rev 2432 - rev 2432
@ -4056,7 +4060,7 @@ rm -rf "$RPM_BUILD_ROOT"
- silently ignore multiple installs of the same package. - silently ignore multiple installs of the same package.
- fix disk usage for installs and uninstalls. - fix disk usage for installs and uninstalls.
- rev 2308 - rev 2308
* Tue Mar 07 2006 kkaempf@suse.de * Mon Mar 06 2006 kkaempf@suse.de
- zmd-backend: filter out incompatible architectures from - zmd-backend: filter out incompatible architectures from
repository. repository.
- rev 2298 - rev 2298
@ -4220,7 +4224,7 @@ rm -rf "$RPM_BUILD_ROOT"
- separate rpm log (#151431). - separate rpm log (#151431).
- allow extended product requires. - allow extended product requires.
- rev 1954 - rev 1954
* Wed Feb 22 2006 kkaempf@suse.de * Tue Feb 21 2006 kkaempf@suse.de
- provide the XML schema files in the main package. (#152593) - provide the XML schema files in the main package. (#152593)
* Tue Feb 21 2006 kkaempf@suse.de * Tue Feb 21 2006 kkaempf@suse.de
- provide arch compat handling. - provide arch compat handling.
@ -4360,7 +4364,7 @@ rm -rf "$RPM_BUILD_ROOT"
- fix off-by-one bug in bitfield handling - fix off-by-one bug in bitfield handling
- revert source/susetags to rev 1411 - revert source/susetags to rev 1411
- rev 1586 - rev 1586
* Fri Feb 10 2006 kkaempf@suse.de * Thu Feb 09 2006 kkaempf@suse.de
- dont prereq-sort non-packages - dont prereq-sort non-packages
- rev 1584 - rev 1584
* Thu Feb 09 2006 kkaempf@suse.de * Thu Feb 09 2006 kkaempf@suse.de

10
r11488.diff Normal file
View File

@ -0,0 +1,10 @@
--- zypp/base/LogControl.h (revision 11487)
+++ zypp/base/LogControl.h (revision 11488)
@@ -13,6 +13,7 @@
#define ZYPP_BASE_LOGCONTROL_H
#include <iosfwd>
+#include <iostream>
#include "zypp/base/Logger.h"
#include "zypp/base/PtrTypes.h"