Hello community,

here is the log from the commit of package openjade for openSUSE:Factory 
checked in at 2012-06-12 07:24:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openjade (Old)
 and      /work/SRC/openSUSE:Factory/.openjade.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/openjade/openjade.changes        2011-11-28 
12:55:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openjade.new/openjade.changes   2012-06-12 
07:24:43.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 11 13:39:17 CEST 2012 - [email protected]
+
+- don't use obsolete getops.pl
+
+-------------------------------------------------------------------

New:
----
  openjade-1.3.2-getopts.patch

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

Other differences:
------------------
++++++ openjade.spec ++++++
--- /var/tmp/diff_new_pack.rpmp1y/_old  2012-06-12 07:24:44.000000000 +0200
+++ /var/tmp/diff_new_pack.rpmp1y/_new  2012-06-12 07:24:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openjade
 #
-# 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
@@ -15,15 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           openjade
-BuildRequires:  gcc-c++ libtool opensp-devel
-License:        MIT
-Group:          Productivity/Publishing/SGML
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  opensp-devel
 Version:        1.3.2
 Release:        0
 Summary:        DSSSL Engine for SGML Documents
+License:        MIT
+Group:          Productivity/Publishing/SGML
 Source:         
http://switch.dl.sourceforge.net/sourceforge/openjade/openjade-1.3.2.tar.bz2
 Source1:        jade_style-sheet.dtd
 Source2:        %{name}-README.SuSE
@@ -31,6 +31,7 @@
 Patch2:         openjade-1.3.2-makefile.patch
 Patch3:         openjade-1.3.2-shared.patch
 Patch4:         gcc46_default_ctors.patch
+Patch5:         openjade-1.3.2-getopts.patch
 # Conflicts: jade_dsl
 Obsoletes:      jade_dsl
 Provides:       jade jade_dsl
@@ -67,9 +68,7 @@
     Sebastian Rahtz <[email protected]>
 
 %package devel
-License:        MIT
 Summary:        DSSSL Engine (development package)
-Group:          Productivity/Publishing/SGML
 Requires:       %{name} = %{version}
 
 %description devel
@@ -108,6 +107,7 @@
 %patch2 -p1
 %patch3
 %patch4
+%patch5
 
 %build
 # export CXXFLAGS='-O'

++++++ openjade-1.3.2-getopts.patch ++++++
--- ./msggen.pl.orig    2012-06-11 11:35:22.000000000 +0000
+++ ./msggen.pl 2012-06-11 11:37:06.000000000 +0000
@@ -4,6 +4,7 @@
 # See the file COPYING for copying permission.
 
 use POSIX;
+use Getopt::Std;
 
 # Package and version.
 $package = 'openjade';
@@ -18,8 +19,7 @@ $gen_c = 0;
 undef $opt_l;
 undef $opt_p;
 undef $opt_t;
-do 'getopts.pl';
-&Getopts('l:p:t:');
+getopts('l:p:t:');
 $module = $opt_l;
 $pot_file = $opt_p;
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to