Hello community,

here is the log from the commit of package groff for openSUSE:Factory checked 
in at 2012-03-20 11:27:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/groff (Old)
 and      /work/SRC/openSUSE:Factory/.groff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "groff", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/groff/groff.changes      2011-10-02 
10:10:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.groff.new/groff.changes 2012-03-20 
11:27:21.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Mar 18 00:14:49 UTC 2012 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Enable parallel build with %_smp_mflags
+
+-------------------------------------------------------------------
gxditview.changes: same change

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

Other differences:
------------------
++++++ groff.spec ++++++
--- /var/tmp/diff_new_pack.mSlIRf/_old  2012-03-20 11:27:23.000000000 +0100
+++ /var/tmp/diff_new_pack.mSlIRf/_new  2012-03-20 11:27:23.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package groff
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,16 +14,12 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
-
-
 Name:           groff
-License:        BSD-3-Clause ; GPL-2.0+
-Group:          Productivity/Publishing/Troff
 Version:        1.21
-Release:        1
+Release:        0
 Summary:        GNU troff Document Formatting System
+License:        BSD-3-Clause ; GPL-2.0+
+Group:          Productivity/Publishing/Troff
 Url:            http://www.gnu.org/software/groff/groff.html
 Source0:        ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
 Source3:        zzz-groff.sh
@@ -51,15 +47,14 @@
 Patch10:        groff-force-locale-usage.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++
 BuildRequires:  bison
 BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 Provides:       normal-groff = %{version}-%{release}
 Provides:       jgroff = %{version}-%{release}
 Obsoletes:      jgroff < %{version}
 Requires(pre):  %fillup_prereq
 Requires(pre):  %install_info_prereq
-AutoReqProv:    on
 # for pre-grohtml and pdfroff
 Recommends:     netpbm
 Recommends:     ghostscript-library
@@ -76,9 +71,8 @@
 /usr/X11R6/man/.
 
 %package doc
-License:        BSD-3-Clause ; GPL-2.0+
-Group:          Productivity/Publishing/Troff
 Summary:        HTML documentation and examples for groff
+Group:          Productivity/Publishing/Troff
 
 %description doc
 The groff package provides compatible versions of troff, nroff, eqn,
@@ -91,7 +85,7 @@
 /usr/X11R6/man/.
 
 %prep
-%setup -q -n groff-%{version} 
+%setup -q
 %patch0 -p1 -b .debian
 %patch1
 %patch2 -p1 -b .bnc540600
@@ -118,9 +112,9 @@
 export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 %{configure}
 ulimit -c unlimited
-%{__make}
+make %{?_smp_mflags}
 pushd doc
-    %{__make}
+    make %{?_smp_mflags}
     makeinfo groff.texinfo
 popd
 
@@ -143,9 +137,6 @@
 
 %fdupes -s %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 

++++++ gxditview.spec ++++++
--- /var/tmp/diff_new_pack.mSlIRf/_old  2012-03-20 11:27:23.000000000 +0100
+++ /var/tmp/diff_new_pack.mSlIRf/_new  2012-03-20 11:27:23.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gxditview
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,16 +14,12 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
-
 Name:           gxditview
-License:        MIT
-Group:          Productivity/Publishing/Troff
-AutoReqProv:    on
 Version:        1.21
-Release:        1
+Release:        0
 Summary:        Ditroff Output Displayer for Groff
+License:        MIT
+Group:          Productivity/Publishing/Troff
 Url:            http://www.gnu.org/software/groff/groff.html
 Source0:        ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
 # for file in `cat series | grep -v '^#' | grep  '^[a-z]' `; do
@@ -52,9 +48,9 @@
 the -X option.
 
 %package -n groff-devx
+Summary:        X output devices for groff
 License:        BSD-3-Clause ; GPL-2.0+
 Group:          Productivity/Publishing/Troff
-Summary:        X output devices for groff
 Requires:       groff
 Supplements:    groff
 
@@ -81,7 +77,7 @@
 #
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" CXXFLAGS="$RPM_OPT_FLAGS 
-fno-strict-aliasing" INSTALL_PROGRAM='${INSTALL}'
 %{configure}
-%{__make}
+make %{?_smp_mflags}
 
 %install
 
@@ -101,9 +97,6 @@
 %{__install} -m 0644 %{name}.man %{buildroot}%{_mandir}/man1/%{name}.1
 popd
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc src/devices/xditview/ChangeLog

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

Reply via email to