Mailinglist Archive: opensuse-commit (429 mails)

< Previous Next >
commit susedoc-buildbook for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 02 Jul 2010 16:09:42 +0200
  • Message-id: <20100702140942.C173020246@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package susedoc-buildbook for
openSUSE:Factory
checked in at Fri Jul 2 16:09:42 CEST 2010.



--------
--- susedoc-buildbook/susedoc-buildbook.changes 2010-06-17 13:14:16.000000000
+0200
+++ susedoc-buildbook/susedoc-buildbook.changes 2010-06-30 17:23:24.000000000
+0200
@@ -1,0 +2,7 @@
+Wed Jun 30 17:22:18 CEST 2010 - ke@xxxxxxx
+
+- 0.7:
+* Remove default pdf sub-package from the template spec file;
+ bnc#618691.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
susedoc-buildbook-0.6.tar.bz2

New:
----
susedoc-buildbook-0.7.tar.bz2

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

Other differences:
------------------
++++++ susedoc-buildbook.spec ++++++
--- /var/tmp/diff_new_pack.gErEal/_old 2010-07-02 16:09:32.000000000 +0200
+++ /var/tmp/diff_new_pack.gErEal/_new 2010-07-02 16:09:32.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package susedoc-buildbook (Version 0.6)
+# spec file for package susedoc-buildbook (Version 0.7)
#
# 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.6
+Version: 0.7
Release: 1
Source: %{name}-%{version}.tar.bz2
Url:
https://svn.berlios.de/svnroot/repos/opensuse-doc/trunk/susedoc-buildbook

++++++ susedoc-buildbook-0.6.tar.bz2 -> susedoc-buildbook-0.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/susedoc-buildbook-0.6/NEWS
new/susedoc-buildbook-0.7/NEWS
--- old/susedoc-buildbook-0.6/NEWS 2010-06-17 13:08:05.000000000 +0200
+++ new/susedoc-buildbook-0.7/NEWS 2010-06-30 17:18:10.000000000 +0200
@@ -1,3 +1,7 @@
+0.7:
+* Remove default pdf sub-package from the template spec file;
+ bnc#618691.
+
0.6:
* buildbook.sh: Add usage info; thanks to Jürgen Weigert.
* buildbook.sh and book.spec.in: Remove some outdated Obsolete
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/susedoc-buildbook-0.6/book.spec.in
new/susedoc-buildbook-0.7/book.spec.in
--- old/susedoc-buildbook-0.6/book.spec.in 2010-06-17 13:05:11.000000000
+0200
+++ new/susedoc-buildbook-0.7/book.spec.in 2010-06-30 17:07:17.000000000
+0200
@@ -13,28 +13,17 @@
Source903: attributes
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-Group: Documentation/SuSE
+Group: Documentation/SUSE
License: GFDL
Summary: SUSE LINUX Adminguide (english)
%define _defaultdocdir %{_datadir}/doc/manual
%define _docdir %{_datadir}/doc/manual
-%define PDFDOC %{_defaultdocdir}/%{name}-pdf

%description
-

#PDFSUB

-%package pdf
-Group: Documentation/SuSE
-License: GFDL
-Summary: SUSE LINUX Adminguide (english)
-Provides: locale(desktop-data-openSUSE:@LL@)
-#PDFOBS
-
-%description pdf
--
-
%prep
#%setup -c -q
#PREP
@@ -210,11 +199,6 @@
%clean
rm -fr ${RPM_BUILD_ROOT}

-%files pdf
-%defattr(-, root, root)
-%dir %{_defaultdocdir}
-# we ship opensuse-manual_$LL-pdf just because of the provides/obsoletes
-# %doc *.pdf
#PDFXXX

#PDFFILES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/susedoc-buildbook-0.6/buildbook.sh
new/susedoc-buildbook-0.7/buildbook.sh
--- old/susedoc-buildbook-0.6/buildbook.sh 2010-06-17 13:06:46.000000000
+0200
+++ new/susedoc-buildbook-0.7/buildbook.sh 2010-06-30 16:53:58.000000000
+0200
@@ -436,8 +436,6 @@
if [ $product = opensuse-manuals ]; then
# rename opensuse-manual to opensuse-manuals on 11.2
obs="$obs opensuse-manual_$LL"
- # quickstarts are part of opensuse-manual since 10.3
- obs="$obs opensuse-quickstart_$LL"
# kde and gnome quickstarts are part of opensuse-manual (since 11.1)
obs="$obs opensuse-kdequick_$LL opensuse-gnomequick_$LL"
obs="$obs opensuse-gnomeuser_$LL opensuse-kdeuser_$LL
opensuse-kde3user_$LL"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/susedoc-buildbook-0.6/configure
new/susedoc-buildbook-0.7/configure
--- old/susedoc-buildbook-0.6/configure 2010-06-16 15:20:21.000000000 +0200
+++ new/susedoc-buildbook-0.7/configure 2010-06-30 17:20:18.000000000 +0200
@@ -2205,7 +2205,7 @@

# Define the identity of the package.
PACKAGE=susedoc-buildbook
- VERSION=0.6
+ VERSION=0.7


cat >>confdefs.h <<_ACEOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/susedoc-buildbook-0.6/configure.ac
new/susedoc-buildbook-0.7/configure.ac
--- old/susedoc-buildbook-0.6/configure.ac 2010-06-16 15:19:57.000000000
+0200
+++ new/susedoc-buildbook-0.7/configure.ac 2010-06-30 17:18:21.000000000
+0200
@@ -1,4 +1,4 @@
AC_INIT([book.spec.in])
-AM_INIT_AUTOMAKE([susedoc-buildbook], [0.6])
+AM_INIT_AUTOMAKE([susedoc-buildbook], [0.7])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread