Hello community,
here is the log from the commit of package perl-Encode-HanExtra for
openSUSE:Factory checked in at 2015-02-06 10:17:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Encode-HanExtra (Old)
and /work/SRC/openSUSE:Factory/.perl-Encode-HanExtra.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Encode-HanExtra"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Encode-HanExtra/perl-Encode-HanExtra.changes
2014-11-13 09:19:32.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Encode-HanExtra.new/perl-Encode-HanExtra.changes
2015-02-06 10:17:32.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Feb 3 15:32:50 CET 2015 - [email protected]
+
+- sort the entries in HanExtra.c for consistent packaging
+ (boo#915951):
+ HanExtra-include-sort.patch
+
+-------------------------------------------------------------------
New:
----
HanExtra-include-sort.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Encode-HanExtra.spec ++++++
--- /var/tmp/diff_new_pack.rFlDqg/_old 2015-02-06 10:17:33.000000000 +0100
+++ /var/tmp/diff_new_pack.rFlDqg/_new 2015-02-06 10:17:33.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Encode-HanExtra
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,6 +22,7 @@
Release: 0
Url: http://search.cpan.org/~autrijus/Encode-HanExtra-0.23/
Source0:
http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/Encode-HanExtra-0.23.tar.gz
+Patch1: HanExtra-include-sort.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Extra sets of Chinese encodings
License: MIT
@@ -48,6 +49,7 @@
%prep
%setup -q -n Encode-HanExtra-%{version}
+%patch1 -p1
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
++++++ HanExtra-include-sort.patch ++++++
---
Makefile.PL | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -112,7 +112,7 @@ sub post_initialize {
#define U8 U8
#include "encode.h"
END
- foreach my $table (keys %tables) {
+ foreach my $table (sort keys %tables) {
print XS qq[#include "${table}.h"\n];
}
print XS <<"END";
@@ -141,7 +141,7 @@ PROTOTYPES: DISABLE
BOOT:
{
END
- foreach my $table (keys %tables) {
+ foreach my $table (sort keys %tables) {
print XS qq[#include "${table}.exh"\n];
}
print XS "}\n";
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]