Mailinglist Archive: opensuse-commit (1649 mails)

< Previous Next >
commit libzypp
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 24 Oct 2008 13:20:31 +0200
  • Message-id: <20081024112032.5EB2267816B@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package libzypp
checked in at Fri Oct 24 13:20:31 CEST 2008.


--------
--- libzypp/libzypp.changes 2008-10-20 21:02:25.000000000 +0200
+++ /mounts/work_src_done/STABLE/libzypp/libzypp.changes 2008-10-24
12:39:36.834742000 +0200
@@ -1,0 +2,5 @@
+Fri Oct 24 12:39:06 CEST 2008 - coolo@xxxxxxx
+
+- hotfix against broken boost includes
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
libzypp-r11473.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libzypp.spec ++++++
--- /var/tmp/diff_new_pack.MN6497/_old 2008-10-24 13:19:59.000000000 +0200
+++ /var/tmp/diff_new_pack.MN6497/_new 2008-10-24 13:19:59.000000000 +0200
@@ -25,10 +25,11 @@
AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management
Version: 5.16.1
-Release: 3
+Release: 10000
Source: libzypp-5.16.1.tar.bz2
Source1: libzypp-rpmlintrc
Patch0: libzypp-bnc-409927.patch
+Patch1: libzypp-r11473.diff
Prefix: /usr
Provides: yast2-packagemanager
Obsoletes: yast2-packagemanager
@@ -98,6 +99,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p0

%build
mkdir build
@@ -230,6 +232,8 @@
%{_libdir}/pkgconfig/libzypp.pc

%changelog
+* Fri Oct 24 2008 coolo@xxxxxxx
+- hotfix against broken boost includes
* Mon Oct 20 2008 mrueckert@xxxxxxx
- fix rpmlint warnings
- use requires_eq

++++++ libzypp-r11473.diff ++++++
Index: zypp/PathInfo.cc
===================================================================
--- zypp/PathInfo.cc (Revision 11472)
+++ zypp/PathInfo.cc (Revision 11473)
@@ -18,9 +18,6 @@
#include <fstream>
#include <iomanip>

-#include <boost/filesystem/operations.hpp>
-#include <boost/filesystem/exception.hpp>
-
#include "zypp/base/Logger.h"
#include "zypp/base/String.h"
#include "zypp/base/IOStream.h"
@@ -598,13 +595,13 @@
// METHOD NAME : readdir
// METHOD TYPE : int
//
-
+
bool DirEntry::operator==( const DirEntry &rhs ) const
{
// if one of the types is not known, use the name only
if ( type == FT_NOT_AVAIL || rhs.type == FT_NOT_AVAIL )
return ( name == rhs.name );
- return ((name == rhs.name ) && (type == rhs.type));
+ return ((name == rhs.name ) && (type == rhs.type));
}

int readdir( DirContent & retlist, const Pathname & path,

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >