Hello community, here is the log from the commit of package yast2-printer checked in at Fri Feb 29 15:56:48 CET 2008. -------- --- yast2-printer/yast2-printer.changes 2008-02-29 10:46:02.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-printer/yast2-printer.changes 2008-02-29 13:31:27.774037000 +0100 @@ -1,0 +2,5 @@ +Fri Feb 29 13:31:04 CET 2008 - coolo@suse.de + +- fix spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-printer.spec ++++++ --- /var/tmp/diff_new_pack.OB1483/_old 2008-02-29 15:56:39.000000000 +0100 +++ /var/tmp/diff_new_pack.OB1483/_new 2008-02-29 15:56:39.000000000 +0100 @@ -14,7 +14,7 @@ Name: yast2-printer Version: 2.16.8 -Release: 1 +Release: 2 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -33,15 +33,7 @@ Summary: YaST2 - Printer Configuration %package devel-doc - -Name: yast2-printer -Version: 2.16.8 -Release: 1 -License: GPL v2 or later Group: Documentation/SUSE -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-printer-2.16.8.tar.bz2 -Prefix: /usr BuildRequires: cups-devel yast2-core-devel zlib-devel Summary: YaST2 - Developer documentation for yast2-printer @@ -145,8 +137,9 @@ %doc %{prefix}/share/doc/packages/yast2-printer %exclude %{prefix}/share/doc/packages/yast2-printer/COPYING %exclude %{prefix}/share/doc/packages/yast2-printer/README - %changelog +* Fri Feb 29 2008 coolo@suse.de +- fix spec file * Tue Feb 26 2008 mzugec@suse.de - automatic refresh of selection list box (bnc#363423) - 2.16.8 ++++++ yast2-printer-2.16.8.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-printer-2.16.8/configure new/yast2-printer-2.16.8/configure --- old/yast2-printer-2.16.8/configure 2008-02-26 17:48:34.000000000 +0100 +++ new/yast2-printer-2.16.8/configure 2008-02-29 13:18:43.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for yast2-printer 2.16.7. +# Generated by GNU Autoconf 2.61 for yast2-printer 2.16.8. # # Report bugs to <http://bugs.opensuse.org/>. # @@ -728,8 +728,8 @@ # Identity of this package. PACKAGE_NAME='yast2-printer' PACKAGE_TARNAME='yast2-printer' -PACKAGE_VERSION='2.16.7' -PACKAGE_STRING='yast2-printer 2.16.7' +PACKAGE_VERSION='2.16.8' +PACKAGE_STRING='yast2-printer 2.16.8' PACKAGE_BUGREPORT='http://bugs.opensuse.org/' ac_unique_file="RPMNAME" @@ -1451,7 +1451,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 yast2-printer 2.16.7 to adapt to many kinds of systems. +\`configure' configures yast2-printer 2.16.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1522,7 +1522,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-printer 2.16.7:";; + short | recursive ) echo "Configuration of yast2-printer 2.16.8:";; esac cat <<\_ACEOF @@ -1628,7 +1628,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -yast2-printer configure 2.16.7 +yast2-printer configure 2.16.8 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1642,7 +1642,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by yast2-printer $as_me 2.16.7, which was +It was created by yast2-printer $as_me 2.16.8, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2463,7 +2463,7 @@ # Define the identity of the package. PACKAGE='yast2-printer' - VERSION='2.16.7' + VERSION='2.16.8' cat >>confdefs.h <<_ACEOF @@ -2691,7 +2691,7 @@ -VERSION="2.16.7" +VERSION="2.16.8" RPMNAME="yast2-printer" MAINTAINER="Michal Zugec <mzugec@suse.cz>" @@ -22979,7 +22979,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by yast2-printer $as_me 2.16.7, which was +This file was extended by yast2-printer $as_me 2.16.8, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23032,7 +23032,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -yast2-printer config.status 2.16.7 +yast2-printer config.status 2.16.8 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-printer-2.16.8/configure.in new/yast2-printer-2.16.8/configure.in --- old/yast2-printer-2.16.8/configure.in 2008-02-26 17:48:04.000000000 +0100 +++ new/yast2-printer-2.16.8/configure.in 2008-02-29 13:18:25.000000000 +0100 @@ -1,9 +1,9 @@ dnl configure.in for yast2-printer dnl -dnl -- This file is generated by y2autoconf 2.16.4 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.16.3 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-printer, 2.16.7, http://bugs.opensuse.org/, yast2-printer) +AC_INIT(yast2-printer, 2.16.8, http://bugs.opensuse.org/, yast2-printer) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE(tar-ustar -Wno-portability) dnl Important YaST2 variables -VERSION="2.16.7" +VERSION="2.16.8" RPMNAME="yast2-printer" MAINTAINER="Michal Zugec <mzugec@suse.cz>" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de