Mailinglist Archive: opensuse-commit (1187 mails)

< Previous Next >
commit yast2-pkg-bindings
  • From: root@xxxxxxx (h_root)
  • Date: Fri, 7 Apr 2006 06:13:05 +0200 (CEST)
  • Message-id: <20060407041305.DCC9E8AE84@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-pkg-bindings
checked in at Fri Apr 7 06:13:05 CEST 2006.

--------
--- yast2-pkg-bindings/yast2-pkg-bindings.changes 2006-04-06 20:30:10.000000000 +0200
+++ yast2-pkg-bindings/yast2-pkg-bindings.changes 2006-04-06 23:01:43.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 6 22:38:39 CEST 2006 - visnov@xxxxxxx
+
+- fix build
+- 2.13.52
+
+-------------------------------------------------------------------

Old:
----
yast2-pkg-bindings-2.13.51.tar.bz2

New:
----
yast2-pkg-bindings-2.13.52.tar.bz2

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

Other differences:
------------------
++++++ yast2-pkg-bindings.spec ++++++
--- /var/tmp/diff_new_pack.jkUogp/_old 2006-04-07 06:12:43.000000000 +0200
+++ /var/tmp/diff_new_pack.jkUogp/_new 2006-04-07 06:12:43.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-pkg-bindings (Version 2.13.51)
+# spec file for package yast2-pkg-bindings (Version 2.13.52)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild

Name: yast2-pkg-bindings
-Version: 2.13.51
+Version: 2.13.52
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-pkg-bindings-2.13.51.tar.bz2
+Source0: yast2-pkg-bindings-2.13.52.tar.bz2
prefix: /usr
BuildRequires: blocxx-devel boost boost-devel dbus-1-devel docbook-xsl-stylesheets doxygen gcc-c++ hal-devel libgcrypt-devel libxcrypt-devel libxslt libzypp libzypp-devel perl-XML-Writer rpm-devel sgml-skel yast2-core-devel yast2-devtools
Summary: YaST2 Package Manager Access
@@ -36,7 +36,7 @@
Stanislav Visnovsky <visnov@xxxxxxx>

%prep
-%setup -n yast2-pkg-bindings-2.13.51
+%setup -n yast2-pkg-bindings-2.13.52

%build
%{prefix}/bin/y2tool y2autoconf
@@ -67,6 +67,9 @@
%doc %{prefix}/share/doc/packages/yast2-pkg-bindings

%changelog -n yast2-pkg-bindings
+* Thu Apr 06 2006 - visnov@xxxxxxx
+- fix build
+- 2.13.52
* Thu Apr 06 2006 - jsrain@xxxxxxx
- fixed YCP signature of Pkg::SourceCleanupBroken
- 2.13.50

++++++ yast2-pkg-bindings-2.13.51.tar.bz2 -> yast2-pkg-bindings-2.13.52.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.13.51/VERSION new/yast2-pkg-bindings-2.13.52/VERSION
--- old/yast2-pkg-bindings-2.13.51/VERSION 2006-04-06 20:28:38.000000000 +0200
+++ new/yast2-pkg-bindings-2.13.52/VERSION 2006-04-06 22:39:03.000000000 +0200
@@ -1 +1 @@
-2.13.51
+2.13.52
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.13.51/src/Callbacks.cc new/yast2-pkg-bindings-2.13.52/src/Callbacks.cc
--- old/yast2-pkg-bindings-2.13.51/src/Callbacks.cc 2006-04-06 20:24:08.000000000 +0200
+++ new/yast2-pkg-bindings-2.13.52/src/Callbacks.cc 2006-04-06 22:52:28.000000000 +0200
@@ -364,7 +364,7 @@

if ( zypp::isKind<zypp::Package> (resolvable_ptr) )
{
- zypp::Package::Ptr pkg =
+ zypp::Package::constPtr pkg =
zypp::asKind<zypp::Package>(resolvable_ptr);

size = pkg->archivesize();
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.13.51/src/Package.cc new/yast2-pkg-bindings-2.13.52/src/Package.cc
--- old/yast2-pkg-bindings-2.13.51/src/Package.cc 2006-04-06 20:26:23.000000000 +0200
+++ new/yast2-pkg-bindings-2.13.52/src/Package.cc 2006-04-06 22:38:28.000000000 +0200
@@ -2105,8 +2105,8 @@
zypp::ZYpp::CommitResult result;

// clean the last reported source
- DownloadResolvableReceive::last_source_id = -1;
- DownloadResolvableReceive::last_source_media = -1;
+ // DownloadResolvableReceive::last_source_id = -1;
+ // DownloadResolvableReceive::last_source_media = -1;

try
{


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



Remember to have fun...


< Previous Next >