commit susedoc-buildbook for openSUSE:Factory
Hello community, here is the log from the commit of package susedoc-buildbook for openSUSE:Factory checked in at Fri Sep 24 00:58:26 CEST 2010. -------- --- susedoc-buildbook/susedoc-buildbook.changes 2010-09-10 16:21:52.000000000 +0200 +++ /mounts/work_src_done/STABLE/susedoc-buildbook/susedoc-buildbook.changes 2010-09-21 10:34:44.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Sep 21 10:34:01 CEST 2010 - ke@suse.de + +- 0.16: +* update_spec.pl: Fix typo (use obsoletes). +* buildbook: Fix the obsoleting opensuse-manuals_??-pdf statement. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- susedoc-buildbook-0.15.tar.bz2 New: ---- susedoc-buildbook-0.16.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ susedoc-buildbook.spec ++++++ --- /var/tmp/diff_new_pack.arnOwP/_old 2010-09-24 00:58:11.000000000 +0200 +++ /var/tmp/diff_new_pack.arnOwP/_new 2010-09-24 00:58:11.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package susedoc-buildbook (Version 0.15) +# spec file for package susedoc-buildbook (Version 0.16) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,7 +23,7 @@ Group: Documentation/SUSE AutoReqProv: on Summary: susedoc Book Build Script -Version: 0.15 +Version: 0.16 Release: 1 Source: %{name}-%{version}.tar.bz2 Url: https://svn.berlios.de/svnroot/repos/opensuse-doc/trunk/susedoc-buildbook ++++++ susedoc-buildbook-0.15.tar.bz2 -> susedoc-buildbook-0.16.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/susedoc-buildbook-0.15/NEWS new/susedoc-buildbook-0.16/NEWS --- old/susedoc-buildbook-0.15/NEWS 2010-09-09 09:38:01.000000000 +0200 +++ new/susedoc-buildbook-0.16/NEWS 2010-09-21 10:32:49.000000000 +0200 @@ -1,3 +1,7 @@ +0.16: +* update_spec.pl: Fix typo, actually use obsoletes entries. +* buildbook.sh: Fix the obsoleting opensuse-manuals_??-pdf statement. + 0.15: * Fix typo in .spec.in. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/susedoc-buildbook-0.15/buildbook.sh new/susedoc-buildbook-0.16/buildbook.sh --- old/susedoc-buildbook-0.15/buildbook.sh 2010-08-02 15:11:37.000000000 +0200 +++ new/susedoc-buildbook-0.16/buildbook.sh 2010-09-21 13:07:04.000000000 +0200 @@ -477,7 +477,8 @@ ;; esac done - pdfobs="$pdfobs opensuse-manuals=11.3-pdf" + ### append "-pdf" after(!) the version number!!! + pdfobs="$pdfobs opensuse-manuals_$LL=11.3-pdf" set_obs_in_spec elif [ $product = sled-manuals ]; then # obsolete since sle11 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/susedoc-buildbook-0.15/configure new/susedoc-buildbook-0.16/configure --- old/susedoc-buildbook-0.15/configure 2010-09-09 09:38:54.000000000 +0200 +++ new/susedoc-buildbook-0.16/configure 2010-09-21 10:09:11.000000000 +0200 @@ -2121,7 +2121,7 @@ # Define the identity of the package. PACKAGE=susedoc-buildbook - VERSION=0.15 + VERSION=0.16 cat >>confdefs.h <<_ACEOF diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/susedoc-buildbook-0.15/configure.ac new/susedoc-buildbook-0.16/configure.ac --- old/susedoc-buildbook-0.15/configure.ac 2010-09-09 09:38:09.000000000 +0200 +++ new/susedoc-buildbook-0.16/configure.ac 2010-09-21 10:04:44.000000000 +0200 @@ -1,4 +1,4 @@ AC_INIT([book.spec.in]) -AM_INIT_AUTOMAKE([susedoc-buildbook], [0.15]) +AM_INIT_AUTOMAKE([susedoc-buildbook], [0.16]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/susedoc-buildbook-0.15/update_spec.pl new/susedoc-buildbook-0.16/update_spec.pl --- old/susedoc-buildbook-0.15/update_spec.pl 2010-07-15 13:54:08.000000000 +0200 +++ new/susedoc-buildbook-0.16/update_spec.pl 2010-09-21 09:56:24.000000000 +0200 @@ -156,7 +156,7 @@ # FIXME: the above and below lists of tags should be dynamic, no? if (/^(Requires:\s*)(.*)$/) { - flush_multi($pname, 'requires'); + flush_multi($pname, 'obsoletes'); } if (/^(Provides:\s*)(.*)$/) { flush_multi($pname, 'provides'); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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