diff --git a/Unicode-LineBreak-2014.06.tar.gz b/Unicode-LineBreak-2014.06.tar.gz deleted file mode 100644 index 05340a6..0000000 --- a/Unicode-LineBreak-2014.06.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c06dfb5036bbcc1043b366df48fd3a993a6cfaa1c2c5b4efd2b0d87fec54f8d -size 299755 diff --git a/Unicode-LineBreak-2015.06.tar.gz b/Unicode-LineBreak-2015.06.tar.gz new file mode 100644 index 0000000..ebd18be --- /dev/null +++ b/Unicode-LineBreak-2015.06.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ecea8c87f35dff9e0281c846e3d5140d5323b64b5dc2c8f0d36020354e03881 +size 243243 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Unicode-LineBreak.changes b/perl-Unicode-LineBreak.changes index c2f70e5..0760c1f 100644 --- a/perl-Unicode-LineBreak.changes +++ b/perl-Unicode-LineBreak.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jun 21 08:56:43 UTC 2015 - coolo@suse.com + +- updated to 2015.06 + see /usr/share/doc/packages/perl-Unicode-LineBreak/Changes + + 2015.06 Sun Jun 21 2015 + # Unicode 8.0.0, bundled sombok 2.4.0. + ! lib/Unicode/LineBreak.pod + ! lib/POD2/JA/Unicode/LineBreak.pod + ! t/18currency.y + - add a change for U+20BE. + ------------------------------------------------------------------- Tue Jun 24 20:17:33 UTC 2014 - elchevive@opensuse.org diff --git a/perl-Unicode-LineBreak.spec b/perl-Unicode-LineBreak.spec index 63d2924..d842d3e 100644 --- a/perl-Unicode-LineBreak.spec +++ b/perl-Unicode-LineBreak.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Unicode-LineBreak # -# Copyright (c) 2012 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 @@ -17,14 +17,15 @@ Name: perl-Unicode-LineBreak -Version: 2014.06 +Version: 2015.06 Release: 0 %define cpan_name Unicode-LineBreak Summary: UAX #14 Unicode Line Breaking Algorithm License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Unicode-LineBreak/ -Source: http://www.cpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -39,7 +40,6 @@ by Annex #11 [UAX #11] will be concerned to determine breaking positions. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -55,6 +55,6 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc ARTISTIC Changes Changes.REL1 GPL Makefile.PL.sombok perl-Unicode-LineBreak.spec README Todo.REL1 +%doc ARTISTIC Changes Changes.REL1 GPL Makefile.PL.sombok README Todo.REL1 %changelog