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