Hello community,

here is the log from the commit of package perl-Encode-JIS2K for 
openSUSE:Factory checked in at 2014-11-13 09:19:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Encode-JIS2K (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Encode-JIS2K.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Encode-JIS2K"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Encode-JIS2K/perl-Encode-JIS2K.changes      
2011-11-18 15:47:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Encode-JIS2K.new/perl-Encode-JIS2K.changes 
2014-11-13 09:19:33.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 21:20:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in postun script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Encode-JIS2K.spec ++++++
--- /var/tmp/diff_new_pack.44Bws4/_old  2014-11-13 09:19:34.000000000 +0100
+++ /var/tmp/diff_new_pack.44Bws4/_new  2014-11-13 09:19:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Encode-JIS2K
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,21 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-Encode-JIS2K
-License:        Artistic-1.0
-Group:          Development/Libraries/Perl
 Requires:       /usr/bin/enc2xs
-AutoReqProv:    on
 Version:        0.02
-Release:        145
+Release:        0
 Url:            http://search.cpan.org/~dankogai/Encode-JIS2K-0.02/
 Source0:        
http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/Encode-JIS2K-0.02.tar.gz
 Patch0:         perl-Encode-JIS2K.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        JIS X 0212 (aka JIS 2000) Encodings
+License:        Artistic-1.0
+Group:          Development/Libraries/Perl
 %{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -64,7 +61,7 @@
 enc2xs -C > /dev/null 2>&1
 
 %postun
-if [ $1 == 0 ] ; then
+if [ $1 = 0 ]; then
     enc2xs -C > /dev/null 2>&1
 fi
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to