Hello community,
here is the log from the commit of package libzypp-zmd-backend
checked in at Mon Nov 27 18:36:55 CET 2006.
--------
--- libzypp-zmd-backend/libzypp-zmd-backend.changes 2006-11-25 12:30:16.000000000 +0100
+++ /mounts/work_src_done/STABLE/STABLE/libzypp-zmd-backend/libzypp-zmd-backend.changes 2006-11-27 18:05:59.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Nov 27 17:52:29 CET 2006 - dmacvicar(a)suse.de
+
+- replace spaces for underscores in product name at reading
+- require libzypp 2.8.7
+- r4692
+
+-------------------------------------------------------------------
Old:
----
zmd-backend-7.1.1.0_0.4.tar.bz2
New:
----
zmd-backend-7.1.1.0_0.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libzypp-zmd-backend.spec ++++++
--- /var/tmp/diff_new_pack.bkOKjk/_old 2006-11-27 18:36:45.000000000 +0100
+++ /var/tmp/diff_new_pack.bkOKjk/_new 2006-11-27 18:36:45.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package libzypp-zmd-backend (Version 7.1.1.0_0.4)
+# spec file for package libzypp-zmd-backend (Version 7.1.1.0_0.5)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,8 +11,8 @@
# norootforbuild
Name: libzypp-zmd-backend
-Version: 7.1.1.0_0.4
-Release: 35
+Version: 7.1.1.0_0.5
+Release: 1
License: GNU General Public License (GPL)
Group: System/Management
Summary: ZMD backend for Package, Patch, Pattern, and Product Management
@@ -24,9 +24,9 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: dejagnu gcc-c++ sqlite-zmd sqlite-zmd-devel
# API Changes in zypp 2.1
-BuildRequires: libzypp-devel >= 2.8.1
-BuildRequires: libzypp >= 2.8.1
-Requires: libzypp >= 2.8.1
+BuildRequires: libzypp-devel >= 2.8.7
+BuildRequires: libzypp >= 2.8.7
+Requires: libzypp >= 2.8.7
Source: zmd-backend-%{version}.tar.bz2
Prefix: /usr
@@ -73,6 +73,10 @@
/etc/logrotate.d/zmd-backend
%changelog -n libzypp-zmd-backend
+* Mon Nov 27 2006 - dmacvicar(a)suse.de
+- replace spaces for underscores in product name at reading
+- require libzypp 2.8.7
+- r4692
* Sat Nov 25 2006 - kkaempf(a)suse.de
- adapt requestMedia callback (#223726)
- pass RPM_OPT_FLAGS to configure (#223730)
++++++ zmd-backend-7.1.1.0_0.4.tar.bz2 -> zmd-backend-7.1.1.0_0.5.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0_0.4/Makefile.in new/zmd-backend-7.1.1.0_0.5/Makefile.in
--- old/zmd-backend-7.1.1.0_0.4/Makefile.in 2006-11-25 12:26:23.000000000 +0100
+++ new/zmd-backend-7.1.1.0_0.5/Makefile.in 2006-11-27 18:02:25.000000000 +0100
@@ -40,7 +40,7 @@
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/libzypp-zmd-backend.spec.in $(top_srcdir)/configure \
COPYING config.guess config.sub depcomp install-sh ltmain.sh \
- missing
+ missing mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
@@ -48,7 +48,7 @@
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno configure.status.lineno
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = libzypp-zmd-backend.spec
SOURCES =
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0_0.4/VERSION new/zmd-backend-7.1.1.0_0.5/VERSION
--- old/zmd-backend-7.1.1.0_0.4/VERSION 2006-09-14 10:49:56.000000000 +0200
+++ new/zmd-backend-7.1.1.0_0.5/VERSION 2006-11-27 17:57:03.000000000 +0100
@@ -1 +1 @@
-m4_define([BACKEND_VERSION], [7.1.1.0_0.4])
+m4_define([BACKEND_VERSION], [7.1.1.0_0.5])
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0_0.4/configure new/zmd-backend-7.1.1.0_0.5/configure
--- old/zmd-backend-7.1.1.0_0.4/configure 2006-11-25 12:26:18.000000000 +0100
+++ new/zmd-backend-7.1.1.0_0.5/configure 2006-11-27 18:02:28.000000000 +0100
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.60 for zmd-backend 7.1.1.0_0.4.
+# Generated by GNU Autoconf 2.60 for zmd-backend 7.1.1.0_0.5.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -711,8 +711,8 @@
# Identity of this package.
PACKAGE_NAME='zmd-backend'
PACKAGE_TARNAME='zmd-backend'
-PACKAGE_VERSION='7.1.1.0_0.4'
-PACKAGE_STRING='zmd-backend 7.1.1.0_0.4'
+PACKAGE_VERSION='7.1.1.0_0.5'
+PACKAGE_STRING='zmd-backend 7.1.1.0_0.5'
PACKAGE_BUGREPORT=''
ac_unique_file="src/Makefile.am"
@@ -1431,7 +1431,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures zmd-backend 7.1.1.0_0.4 to adapt to many kinds of systems.
+\`configure' configures zmd-backend 7.1.1.0_0.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1502,7 +1502,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of zmd-backend 7.1.1.0_0.4:";;
+ short | recursive ) echo "Configuration of zmd-backend 7.1.1.0_0.5:";;
esac
cat <<\_ACEOF
@@ -1622,7 +1622,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-zmd-backend configure 7.1.1.0_0.4
+zmd-backend configure 7.1.1.0_0.5
generated by GNU Autoconf 2.60
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1636,7 +1636,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by zmd-backend $as_me 7.1.1.0_0.4, which was
+It was created by zmd-backend $as_me 7.1.1.0_0.5, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ $0 $@
@@ -2436,7 +2436,7 @@
# Define the identity of the package.
PACKAGE='zmd-backend'
- VERSION='7.1.1.0_0.4'
+ VERSION='7.1.1.0_0.5'
cat >>confdefs.h <<_ACEOF
@@ -31191,7 +31191,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by zmd-backend $as_me 7.1.1.0_0.4, which was
+This file was extended by zmd-backend $as_me 7.1.1.0_0.5, which was
generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -31244,7 +31244,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-zmd-backend config.status 7.1.1.0_0.4
+zmd-backend config.status 7.1.1.0_0.5
configured by $0, generated by GNU Autoconf 2.60,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0_0.4/libzypp-zmd-backend.spec.in new/zmd-backend-7.1.1.0_0.5/libzypp-zmd-backend.spec.in
--- old/zmd-backend-7.1.1.0_0.4/libzypp-zmd-backend.spec.in 2006-11-25 12:20:30.000000000 +0100
+++ new/zmd-backend-7.1.1.0_0.5/libzypp-zmd-backend.spec.in 2006-11-27 17:52:04.000000000 +0100
@@ -25,9 +25,9 @@
BuildRequires: dejagnu gcc-c++ sqlite-zmd sqlite-zmd-devel
# API Changes in zypp 2.1
-BuildRequires: libzypp-devel >= 2.8.1
-BuildRequires: libzypp >= 2.8.1
-Requires: libzypp >= 2.8.1
+BuildRequires: libzypp-devel >= 2.8.7
+BuildRequires: libzypp >= 2.8.7
+Requires: libzypp >= 2.8.7
Source: zmd-backend-%{version}.tar.bz2
Prefix: /usr
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0_0.4/src/Makefile.in new/zmd-backend-7.1.1.0_0.5/src/Makefile.in
--- old/zmd-backend-7.1.1.0_0.4/src/Makefile.in 2006-11-25 12:26:23.000000000 +0100
+++ new/zmd-backend-7.1.1.0_0.5/src/Makefile.in 2006-11-27 18:02:24.000000000 +0100
@@ -47,7 +47,7 @@
am__aclocal_m4_deps = $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
am__installdirs = "$(DESTDIR)$(bindir)"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0_0.4/src/dbsource/DbSourceImpl.cc new/zmd-backend-7.1.1.0_0.5/src/dbsource/DbSourceImpl.cc
--- old/zmd-backend-7.1.1.0_0.4/src/dbsource/DbSourceImpl.cc 2006-09-14 10:49:56.000000000 +0200
+++ new/zmd-backend-7.1.1.0_0.5/src/dbsource/DbSourceImpl.cc 2006-11-27 17:44:37.000000000 +0100
@@ -908,6 +908,10 @@
sqlite_int64 id = sqlite3_column_int64( handle, 0 );
name = (const char *) sqlite3_column_text( handle, 1 );
+
+ // replace spaces to underscore in name
+ std::replace(name.begin(), name.end(), ' ', '_');
+
string version ((const char *) sqlite3_column_text( handle, 2 ));
string release ((const char *) sqlite3_column_text( handle, 3 ));
unsigned epoch = sqlite3_column_int( handle, 4 );
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0_0.4/src/dbsource/Makefile.in new/zmd-backend-7.1.1.0_0.5/src/dbsource/Makefile.in
--- old/zmd-backend-7.1.1.0_0.4/src/dbsource/Makefile.in 2006-11-25 12:26:23.000000000 +0100
+++ new/zmd-backend-7.1.1.0_0.5/src/dbsource/Makefile.in 2006-11-27 18:02:24.000000000 +0100
@@ -49,7 +49,7 @@
am__aclocal_m4_deps = $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0_0.4/testsuite/Makefile.in new/zmd-backend-7.1.1.0_0.5/testsuite/Makefile.in
--- old/zmd-backend-7.1.1.0_0.4/testsuite/Makefile.in 2006-11-25 12:26:23.000000000 +0100
+++ new/zmd-backend-7.1.1.0_0.5/testsuite/Makefile.in 2006-11-27 18:02:25.000000000 +0100
@@ -42,7 +42,7 @@
am__aclocal_m4_deps = $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
SOURCES =
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0_0.4/testsuite/tests/Makefile.in new/zmd-backend-7.1.1.0_0.5/testsuite/tests/Makefile.in
--- old/zmd-backend-7.1.1.0_0.4/testsuite/tests/Makefile.in 2006-11-25 12:26:23.000000000 +0100
+++ new/zmd-backend-7.1.1.0_0.5/testsuite/tests/Makefile.in 2006-11-27 18:02:25.000000000 +0100
@@ -45,7 +45,7 @@
am__aclocal_m4_deps = $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
PROGRAMS = $(noinst_PROGRAMS)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org