Hello community,

here is the log from the commit of package libzypp-testsuite-tools for 
openSUSE:Factory checked in at 2014-08-13 08:49:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzypp-testsuite-tools (Old)
 and      /work/SRC/openSUSE:Factory/.libzypp-testsuite-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzypp-testsuite-tools"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libzypp-testsuite-tools/libzypp-testsuite-tools.changes
  2014-05-20 14:22:58.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.libzypp-testsuite-tools.new/libzypp-testsuite-tools.changes
     2014-08-13 08:49:10.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug  1 11:26:32 CEST 2014 - [email protected]
+
+- Also install deptestomatic.noui (bnc#889426)
+- version 4.4.2
+
+-------------------------------------------------------------------
@@ -5 +11 @@
-- ersion 4.4.1
+- version 4.4.1

Old:
----
  zypp-testsuite-tools-4.4.1.tar.bz2

New:
----
  zypp-testsuite-tools-4.4.2.tar.bz2

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

Other differences:
------------------
++++++ libzypp-testsuite-tools.spec ++++++
--- /var/tmp/diff_new_pack.63gkS5/_old  2014-08-13 08:49:11.000000000 +0200
+++ /var/tmp/diff_new_pack.63gkS5/_new  2014-08-13 08:49:11.000000000 +0200
@@ -33,9 +33,9 @@
 Summary:        Package, Patch, Pattern, and Product Management - 
testsuite-tools
 License:        GPL-2.0
 Group:          System/Packages
-Version:        4.4.1
+Version:        4.4.2
 Release:        0
-Source:         zypp-testsuite-tools-4.4.1.tar.bz2
+Source:         zypp-testsuite-tools-4.4.2.tar.bz2
 
 %description
 Package, Patch, Pattern, and Product Management - testsuite-tools
@@ -52,7 +52,7 @@
     Ladislav Slezak <[email protected]>
 
 %prep
-%setup -q -n zypp-testsuite-tools-4.4.1
+%setup -q -n zypp-testsuite-tools-4.4.2
 
 %build
 mv configure.ac x

++++++ zypp-testsuite-tools-4.4.1.tar.bz2 -> zypp-testsuite-tools-4.4.2.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-testsuite-tools-4.4.1/VERSION 
new/zypp-testsuite-tools-4.4.2/VERSION
--- old/zypp-testsuite-tools-4.4.1/VERSION      2014-05-19 12:45:50.000000000 
+0200
+++ new/zypp-testsuite-tools-4.4.2/VERSION      2014-08-01 11:41:11.000000000 
+0200
@@ -49,5 +49,5 @@
 m4_define([LIBZYPPTESTSUITE_MINOR],     [4])
 m4_define([LIBZYPPTESTSUITE_COMPATMINOR], [0])
 dnl ==================================================
-m4_define([LIBZYPPTESTSUITE_PATCH],     [1])
+m4_define([LIBZYPPTESTSUITE_PATCH],     [2])
 dnl ==================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-testsuite-tools-4.4.1/aclocal.m4 
new/zypp-testsuite-tools-4.4.2/aclocal.m4
--- old/zypp-testsuite-tools-4.4.1/aclocal.m4   2014-05-19 12:45:58.000000000 
+0200
+++ new/zypp-testsuite-tools-4.4.2/aclocal.m4   2014-08-01 11:41:20.000000000 
+0200
@@ -1326,7 +1326,7 @@
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -1340,7 +1340,10 @@
          x86_64-*linux*)
            LD="${LD-ld} -m elf_i386"
            ;;
-         ppc64-*linux*|powerpc64-*linux*)
+         powerpc64le-*linux*)
+           LD="${LD-ld} -m elf32lppclinux"
+           ;;
+         powerpc64-*linux*)
            LD="${LD-ld} -m elf32ppclinux"
            ;;
          s390x-*linux*)
@@ -1359,7 +1362,10 @@
          x86_64-*linux*)
            LD="${LD-ld} -m elf_x86_64"
            ;;
-         ppc*-*linux*|powerpc*-*linux*)
+         powerpcle-*linux*)
+           LD="${LD-ld} -m elf64lppc"
+           ;;
+         powerpc-*linux*)
            LD="${LD-ld} -m elf64ppc"
            ;;
          s390*-*linux*|s390*-*tpf*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-testsuite-tools-4.4.1/configure 
new/zypp-testsuite-tools-4.4.2/configure
--- old/zypp-testsuite-tools-4.4.1/configure    2014-05-19 12:45:59.000000000 
+0200
+++ new/zypp-testsuite-tools-4.4.2/configure    2014-08-01 11:41:20.000000000 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for zypp-testsuite-tools 4.4.1.
+# Generated by GNU Autoconf 2.69 for zypp-testsuite-tools 4.4.2.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='zypp-testsuite-tools'
 PACKAGE_TARNAME='zypp-testsuite-tools'
-PACKAGE_VERSION='4.4.1'
-PACKAGE_STRING='zypp-testsuite-tools 4.4.1'
+PACKAGE_VERSION='4.4.2'
+PACKAGE_STRING='zypp-testsuite-tools 4.4.2'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1331,7 +1331,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 zypp-testsuite-tools 4.4.1 to adapt to many kinds of 
systems.
+\`configure' configures zypp-testsuite-tools 4.4.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1403,7 +1403,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of zypp-testsuite-tools 4.4.1:";;
+     short | recursive ) echo "Configuration of zypp-testsuite-tools 4.4.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1514,7 +1514,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-zypp-testsuite-tools configure 4.4.1
+zypp-testsuite-tools configure 4.4.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1913,7 +1913,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by zypp-testsuite-tools $as_me 4.4.1, which was
+It was created by zypp-testsuite-tools $as_me 4.4.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2889,7 +2889,7 @@
 
 # Define the identity of the package.
  PACKAGE='zypp-testsuite-tools'
- VERSION='4.4.1'
+ VERSION='4.4.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -7509,7 +7509,7 @@
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -7527,7 +7527,10 @@
          x86_64-*linux*)
            LD="${LD-ld} -m elf_i386"
            ;;
-         ppc64-*linux*|powerpc64-*linux*)
+         powerpc64le-*linux*)
+           LD="${LD-ld} -m elf32lppclinux"
+           ;;
+         powerpc64-*linux*)
            LD="${LD-ld} -m elf32ppclinux"
            ;;
          s390x-*linux*)
@@ -7546,7 +7549,10 @@
          x86_64-*linux*)
            LD="${LD-ld} -m elf_x86_64"
            ;;
-         ppc*-*linux*|powerpc*-*linux*)
+         powerpcle-*linux*)
+           LD="${LD-ld} -m elf64lppc"
+           ;;
+         powerpc-*linux*)
            LD="${LD-ld} -m elf64ppc"
            ;;
          s390*-*linux*|s390*-*tpf*)
@@ -16465,7 +16471,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by zypp-testsuite-tools $as_me 4.4.1, which was
+This file was extended by zypp-testsuite-tools $as_me 4.4.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16531,7 +16537,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-zypp-testsuite-tools config.status 4.4.1
+zypp-testsuite-tools config.status 4.4.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-testsuite-tools-4.4.1/src/Makefile.am 
new/zypp-testsuite-tools-4.4.2/src/Makefile.am
--- old/zypp-testsuite-tools-4.4.1/src/Makefile.am      2014-01-24 
08:40:52.000000000 +0100
+++ new/zypp-testsuite-tools-4.4.2/src/Makefile.am      2014-08-01 
11:41:11.000000000 +0200
@@ -15,7 +15,7 @@
 noinst_PROGRAMS = deptestomatic.noui deptestomatic.multi
 
 testsuitesolversrcbindir = ${testsuitebindir}
-testsuitesolversrcbin_DATA = deptestomatic.multi
+testsuitesolversrcbin_DATA = deptestomatic.noui deptestomatic.multi
 
 deptestomatic_multi_SOURCES =                          \
        deptestomatic.cc                                \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-testsuite-tools-4.4.1/src/Makefile.in 
new/zypp-testsuite-tools-4.4.2/src/Makefile.in
--- old/zypp-testsuite-tools-4.4.1/src/Makefile.in      2014-05-19 
12:46:01.000000000 +0200
+++ new/zypp-testsuite-tools-4.4.2/src/Makefile.in      2014-08-01 
11:41:22.000000000 +0200
@@ -362,7 +362,7 @@
 
 LDADD = -lzypp -lxml2 -lexpat -lQtCore -lQtGui -lQt3Support -lqdialogsolver 
-lyui
 testsuitesolversrcbindir = ${testsuitebindir}
-testsuitesolversrcbin_DATA = deptestomatic.multi
+testsuitesolversrcbin_DATA = deptestomatic.noui deptestomatic.multi
 deptestomatic_multi_SOURCES = \
        deptestomatic.cc                                \
        KeyRingCallbacks.h                              \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to