Hello community,
here is the log from the commit of package perl-Unicode-LineBreak for
openSUSE:Factory checked in at 2016-04-03 23:06:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Unicode-LineBreak (Old)
and /work/SRC/openSUSE:Factory/.perl-Unicode-LineBreak.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Unicode-LineBreak"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Unicode-LineBreak/perl-Unicode-LineBreak.changes
2015-12-06 07:27:47.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Unicode-LineBreak.new/perl-Unicode-LineBreak.changes
2016-04-03 23:06:14.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Mar 29 10:20:41 UTC 2016 - [email protected]
+
+- updated to 2016.003
+ see /usr/share/doc/packages/perl-Unicode-LineBreak/Changes.REL1
+
+-------------------------------------------------------------------
Old:
----
Unicode-LineBreak-2015.12.tar.gz
New:
----
Unicode-LineBreak-2016.003.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Unicode-LineBreak.spec ++++++
--- /var/tmp/diff_new_pack.ChtxVA/_old 2016-04-03 23:06:15.000000000 +0200
+++ /var/tmp/diff_new_pack.ChtxVA/_new 2016-04-03 23:06:15.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Unicode-LineBreak
#
-# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
Name: perl-Unicode-LineBreak
-Version: 2015.12
+Version: 2016.003
Release: 0
%define cpan_name Unicode-LineBreak
Summary: UAX #14 Unicode Line Breaking Algorithm
++++++ Unicode-LineBreak-2015.12.tar.gz -> Unicode-LineBreak-2016.003.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Unicode-LineBreak-2015.12/Changes
new/Unicode-LineBreak-2016.003/Changes
--- old/Unicode-LineBreak-2015.12/Changes 2015-11-29 04:46:26.000000000
+0100
+++ new/Unicode-LineBreak-2016.003/Changes 2016-03-28 18:44:23.000000000
+0200
@@ -1,3 +1,11 @@
+2016.003 Tue Mar 29 2016
+# No new features, version number as canonical numstring.
+
+2016.002_27 Sat Feb 27 2016
+! Makefile.PL.sombok
+ - CPAN RT#112078: Compiling libsombok.a fails due to invalid path for object
+ files.
+
2015.12 Sun Nov 29 2015
# No new features.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Unicode-LineBreak-2015.12/META.json
new/Unicode-LineBreak-2016.003/META.json
--- old/Unicode-LineBreak-2015.12/META.json 2015-11-29 04:47:19.000000000
+0100
+++ new/Unicode-LineBreak-2016.003/META.json 2016-03-28 18:53:53.000000000
+0200
@@ -48,5 +48,5 @@
"url" : "https://github.com/hatukanezumi/Unicode-LineBreak/"
}
},
- "version" : "2015.12"
+ "version" : "2016.003"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Unicode-LineBreak-2015.12/META.yml
new/Unicode-LineBreak-2016.003/META.yml
--- old/Unicode-LineBreak-2015.12/META.yml 2015-11-29 04:47:18.000000000
+0100
+++ new/Unicode-LineBreak-2016.003/META.yml 2016-03-28 18:53:52.000000000
+0200
@@ -25,4 +25,4 @@
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/hatukanezumi/Unicode-LineBreak/
-version: '2015.12'
+version: '2016.003'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Unicode-LineBreak-2015.12/Makefile.PL.sombok
new/Unicode-LineBreak-2016.003/Makefile.PL.sombok
--- old/Unicode-LineBreak-2015.12/Makefile.PL.sombok 2013-10-29
03:00:44.000000000 +0100
+++ new/Unicode-LineBreak-2016.003/Makefile.PL.sombok 2016-02-27
06:38:18.000000000 +0100
@@ -63,6 +63,8 @@
{ $1 . $self->cd('lib', split /(?<!\\)\n\t/, $2) }eg;
$inherited =~ s{(\s)(\$\*\.c\s)}
{ "$1..\$(DIRFILESEP)$2" }eg;
+ $inherited =~ s{(-o\s)(\$\*\$\(OBJ_EXT\))}
+ { "$1..\$(DIRFILESEP)$2" }eg;
$inherited;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Unicode-LineBreak-2015.12/lib/Unicode/LineBreak.pm
new/Unicode-LineBreak-2016.003/lib/Unicode/LineBreak.pm
--- old/Unicode-LineBreak-2015.12/lib/Unicode/LineBreak.pm 2015-11-29
04:45:10.000000000 +0100
+++ new/Unicode-LineBreak-2016.003/lib/Unicode/LineBreak.pm 2016-03-28
18:38:25.000000000 +0200
@@ -25,7 +25,7 @@
### Globals
### The package version
-our $VERSION = '2015.12';
+our $VERSION = '2016.003';
### Public Configuration Attributes
our @Config = (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Unicode-LineBreak-2015.12/perl-Unicode-LineBreak.spec
new/Unicode-LineBreak-2016.003/perl-Unicode-LineBreak.spec
--- old/Unicode-LineBreak-2015.12/perl-Unicode-LineBreak.spec 2015-11-29
04:47:19.000000000 +0100
+++ new/Unicode-LineBreak-2016.003/perl-Unicode-LineBreak.spec 2016-03-28
18:53:53.000000000 +0200
@@ -1,5 +1,5 @@
%define module Unicode-LineBreak
-%define version 2015.12
+%define version 2016.003
%define release 1%{?dist}
%define sombok_version 2.4.0
%define sombok_max_version 2.99.99