Hello community,

here is the log from the commit of package libunibreak for openSUSE:Factory 
checked in at 2018-02-15 13:27:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libunibreak (Old)
 and      /work/SRC/openSUSE:Factory/.libunibreak.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libunibreak"

Thu Feb 15 13:27:05 2018 rev:2 rq:576685 version:4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libunibreak/libunibreak.changes  2016-07-01 
09:58:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libunibreak.new/libunibreak.changes     
2018-02-15 13:27:14.636188951 +0100
@@ -1,0 +2,9 @@
+Wed Feb 14 12:22:53 UTC 2018 - [email protected]
+
+- Update to version 4.0
+  * Update the code and data to conform to Unicode 9.0.0
+  * Add grapheme breaking support
+  * Tested and enhanced according to the Unicode test suite
+  * Make bug fixes
+
+-------------------------------------------------------------------

Old:
----
  libunibreak-3.0.tar.gz

New:
----
  libunibreak-4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libunibreak.spec ++++++
--- /var/tmp/diff_new_pack.feF3D9/_old  2018-02-15 13:27:15.388161638 +0100
+++ /var/tmp/diff_new_pack.feF3D9/_new  2018-02-15 13:27:15.392161493 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libunibreak
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,19 +17,20 @@
 
 
 %define         libversion 3
+%define         altver  4_0
 Name:           libunibreak
-Version:        3.0
+Version:        4.0
 Release:        0
 Summary:        Unicode line-breaking library
 License:        Zlib
 Group:          Development/Libraries/C and C++
-Url:            http://vimgadgets.sourceforge.net/libunibreak/
-Source0:        %{name}-%{version}.tar.gz
+URL:            https://github.com/adah1972/libunibreak
+Source0:        
https://github.com/adah1972/libunibreak/archive/libunibreak_%{altver}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf >= 2.69
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 Obsoletes:      liblinebreak < 2.1
 Provides:       liblinebreak = 2.1
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libunibreak is the successor of liblinebreak, an implementation of the line
@@ -63,9 +64,10 @@
 26, available at http://www.unicode.org/reports/tr14/tr14-26.html
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{name}_%{altver}
 
 %build
+autoreconf -fiv
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -78,12 +80,10 @@
 %postun -n libunibreak%{libversion} -p /sbin/ldconfig
 
 %files -n libunibreak%{libversion}
-%defattr(-,root,root)
 %doc AUTHORS ChangeLog LICENCE NEWS README.md
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libunibreak.pc

++++++ libunibreak-3.0.tar.gz -> libunibreak-4.0.tar.gz ++++++
++++ 55055 lines of diff (skipped)


Reply via email to