Accepting request 312906 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/312906
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Unicode-LineBreak?expand=0&rev=8
This commit is contained in:
Luiz Fernando Ranghetti 2015-06-21 17:07:00 +00:00 committed by Git OBS Bridge
parent 161be2e206
commit 77b078b5e3
5 changed files with 44 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c06dfb5036bbcc1043b366df48fd3a993a6cfaa1c2c5b4efd2b0d87fec54f8d
size 299755

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ecea8c87f35dff9e0281c846e3d5140d5323b64b5dc2c8f0d36020354e03881
size 243243

23
cpanspec.yml Normal file
View File

@ -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

View File

@ -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

View File

@ -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