commit perl-Unicode-String for openSUSE:Factory

2016-09-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Unicode-String for 
openSUSE:Factory checked in at 2016-09-30 15:31:19

Comparing /work/SRC/openSUSE:Factory/perl-Unicode-String (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Unicode-String.new (New)


Package is "perl-Unicode-String"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Unicode-String/perl-Unicode-String.changes  
2015-08-29 20:04:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Unicode-String.new/perl-Unicode-String.changes 
2016-09-30 15:31:19.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep  9 06:17:46 UTC 2016 - co...@suse.com
+
+- updated to 2.10
+  * Applied patch from Michael Joyce that is required to make the
+test pass for perl-5.24 (perl522.patch)
+
+---

Old:

  Unicode-String-2.09.tar.gz
  perl522.patch

New:

  Unicode-String-2.10.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Unicode-String.spec ++
--- /var/tmp/diff_new_pack.LR081a/_old  2016-09-30 15:31:21.0 +0200
+++ /var/tmp/diff_new_pack.LR081a/_new  2016-09-30 15:31:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Unicode-String
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,52 +17,56 @@
 
 
 Name:   perl-Unicode-String
-Version:2.09
+Version:2.10
 Release:0
-Summary:String of Unicode characters (UCS2/UTF16)
-License:Artistic-1.0
+%define cpan_name Unicode-String
+Summary:String of Unicode characters (UTF-16BE)
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Url:http://cpan.org/modules/by-module/Unicode/
-Source: 
http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Unicode-String-%version.tar.gz
-Patch0: perl522.patch
+Url:http://search.cpan.org/dist/Unicode-String/
+Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/GAAS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
-A Unicode::String object represents a sequence of Unicode characters.
-The Unicode Standard is a fixed-width, uniform encoding scheme for
-written characters and text. This encoding treats alphabetic
-characters, ideographic characters, and symbols identically, which
-means that they can be used in any mixture and with equal facility. 
-Unicode is modeled on the ASCII character set, but uses a 16-bit
-encoding to support full multilingual text.
-
-
-
-Authors:
-
-Gisle Aas 
+A 'Unicode::String' object represents a sequence of Unicode characters.
+Methods are provided to convert between various external formats
+(encodings) and 'Unicode::String' objects, and methods are provided for
+common string manipulations.
+
+The functions utf32be(), utf32le(), utf16be(), utf16le(), utf8(), utf7(),
+latin1(), uhex(), uchr() can be imported from the 'Unicode::String' module
+and will work as constructors initializing strings of the corresponding
+encoding.
+
+The 'Unicode::String' objects overload various operators, which means that
+they in most cases can be treated like plain strings.
+
+Internally a 'Unicode::String' object is represented by a string of 2 byte
+numbers in network byte order (big-endian). This representation is not
+visible by the API provided, but it might be useful to know in order to
+predict the efficiency of the provided methods.
 
 %prep
-%setup -n Unicode-String-%{version}
-%patch0 -p2
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-make %{?_smp_mflags}
-make test
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%files
-%defattr(-,root,root)
-%doc README Changes
-%doc %{_mandir}/man?/*
-%{perl_vendorarch}/Unicode
-%{perl_vendorarch}/auto/Unicode
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes README
 
 %changelog

++ Unicode-String-2.09.tar.gz -> Unicode-String-2.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Unicode-String-2.09/Changes 
new/Unicode-String-2.10/Changes
--- old/Unicode-String-2.09/Changes 2005-10-26 

commit perl-Unicode-String for openSUSE:Factory

2015-08-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Unicode-String for 
openSUSE:Factory checked in at 2015-08-29 20:04:48

Comparing /work/SRC/openSUSE:Factory/perl-Unicode-String (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Unicode-String.new (New)


Package is perl-Unicode-String

Changes:

--- /work/SRC/openSUSE:Factory/perl-Unicode-String/perl-Unicode-String.changes  
2014-10-16 18:16:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Unicode-String.new/perl-Unicode-String.changes 
2015-08-29 20:04:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 27 10:42:46 UTC 2015 - h...@imb-jena.de
+
+- perl522.patch: fix to make module work with perl-5.22
+
+---

New:

  perl522.patch



Other differences:
--
++ perl-Unicode-String.spec ++
--- /var/tmp/diff_new_pack.3S2bHF/_old  2015-08-29 20:04:50.0 +0200
+++ /var/tmp/diff_new_pack.3S2bHF/_new  2015-08-29 20:04:50.0 +0200
@@ -24,6 +24,7 @@
 Group:  Development/Libraries/Perl
 Url:http://cpan.org/modules/by-module/Unicode/
 Source: 
http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Unicode-String-%version.tar.gz
+Patch0: perl522.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
@@ -46,6 +47,7 @@
 
 %prep
 %setup -n Unicode-String-%{version}
+%patch0 -p2
 
 %build
 perl Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall

++ perl522.patch ++
--- a/Unicode-String-2.09/lib/Unicode/CharName.pm   2005-10-25 
20:11:00.0 +0200
+++ b/Unicode-String-2.09/lib/Unicode/CharName.pm   2015-08-27 
12:33:13.761929481 +0200
@@ -77,7 +77,7 @@
return join(, HANGUL SYLLABLE , @s)
}
 }
-_init_names() unless defined %NAMES;
+_init_names() unless %NAMES;
 $NAMES{sprintf(%04X,$code)}
 }
 



commit perl-Unicode-String for openSUSE:Factory

2014-10-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Unicode-String for 
openSUSE:Factory checked in at 2014-10-16 18:14:49

Comparing /work/SRC/openSUSE:Factory/perl-Unicode-String (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Unicode-String.new (New)


Package is perl-Unicode-String

Changes:

--- /work/SRC/openSUSE:Factory/perl-Unicode-String/perl-Unicode-String.changes  
2011-11-21 12:50:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Unicode-String.new/perl-Unicode-String.changes 
2014-10-16 18:16:48.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 15 07:28:46 UTC 2014 - jeng...@inai.de
+
+- Use source URLs and remove ancient specfile tags and sections
+
+---



Other differences:
--
++ perl-Unicode-String.spec ++
--- /var/tmp/diff_new_pack.vva9Dz/_old  2014-10-16 18:16:48.0 +0200
+++ /var/tmp/diff_new_pack.vva9Dz/_new  2014-10-16 18:16:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Unicode-String
 #
-# 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,18 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Unicode-String
 Version:2.09
-Release:143
-AutoReqProv:on
-Group:  Development/Libraries/Perl
+Release:0
+Summary:String of Unicode characters (UCS2/UTF16)
 License:Artistic-1.0
+Group:  Development/Libraries/Perl
 Url:http://cpan.org/modules/by-module/Unicode/
-Summary:String of Unicode characters (UCS2/UTF16)
-Source: Unicode-String-%{version}.tar.gz
+Source: 
http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Unicode-String-%version.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
@@ -56,13 +53,9 @@
 make test
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install_vendor
 %perl_process_packlist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc README Changes

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



commit perl-Unicode-String for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Unicode-String for 
openSUSE:Factory checked in at 2011-12-06 18:49:22

Comparing /work/SRC/openSUSE:Factory/perl-Unicode-String (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Unicode-String.new (New)


Package is perl-Unicode-String, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ perl-Unicode-String.spec ++
--- /var/tmp/diff_new_pack.Eqo2MW/_old  2011-12-06 19:22:37.0 +0100
+++ /var/tmp/diff_new_pack.Eqo2MW/_new  2011-12-06 19:22:37.0 +0100
@@ -23,7 +23,7 @@
 Release:143
 AutoReqProv:on
 Group:  Development/Libraries/Perl
-License:Artistic
+License:Artistic-1.0
 Url:http://cpan.org/modules/by-module/Unicode/
 Summary:String of Unicode characters (UCS2/UTF16)
 Source: Unicode-String-%{version}.tar.gz

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



commit perl-Unicode-String for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Unicode-String for 
openSUSE:Factory checked in at 2011-11-21 12:49:54

Comparing /work/SRC/openSUSE:Factory/perl-Unicode-String (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Unicode-String.new (New)


Package is perl-Unicode-String, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Unicode-String/perl-Unicode-String.changes  
2011-09-23 12:39:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Unicode-String.new/perl-Unicode-String.changes 
2011-11-21 12:50:00.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:07:26 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Unicode-String-2.09.tar.bz2

New:

  Unicode-String-2.09.tar.gz



Other differences:
--
++ perl-Unicode-String.spec ++
--- /var/tmp/diff_new_pack.A3B6yS/_old  2011-11-21 12:50:04.0 +0100
+++ /var/tmp/diff_new_pack.A3B6yS/_new  2011-11-21 12:50:04.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Unicode-String (Version 2.09)
+# spec file for package perl-Unicode-String
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -26,7 +26,7 @@
 License:Artistic
 Url:http://cpan.org/modules/by-module/Unicode/
 Summary:String of Unicode characters (UCS2/UTF16)
-Source: Unicode-String-%{version}.tar.bz2
+Source: Unicode-String-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl

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