Hello community,

here is the log from the commit of package utf8proc for openSUSE:Factory 
checked in at 2015-09-24 06:14:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/utf8proc (Old)
 and      /work/SRC/openSUSE:Factory/.utf8proc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "utf8proc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/utf8proc/utf8proc.changes        2014-08-13 
08:48:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.utf8proc.new/utf8proc.changes   2015-09-24 
06:14:01.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 17 17:59:15 UTC 2015 - [email protected]
+
+- Update to version 1.3
+  * Updated for Unicode 8.0, see NEWS.md for more details
+
+-------------------------------------------------------------------

Old:
----
  utf8proc-v1.1.6.tar.gz

New:
----
  utf8proc-1.3.tar.gz

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

Other differences:
------------------
++++++ utf8proc.spec ++++++
--- /var/tmp/diff_new_pack.Sfhs34/_old  2015-09-24 06:14:02.000000000 +0200
+++ /var/tmp/diff_new_pack.Sfhs34/_new  2015-09-24 06:14:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package utf8proc
 #
-# Copyright (c) 2014 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:           utf8proc
-Version:        1.1.6
-%define lib_ver 1
+Version:        1.3
 Release:        0
+%define lib_ver 1
 Summary:        Library for processing UTF-8 encoded Unicode strings
 License:        MIT
 Group:          System/Libraries
-Url:            http://www.public-software-group.org/utf8proc
-Source:         
http://www.public-software-group.org/pub/projects/utf8proc/v%{version}/utf8proc-v%{version}.tar.gz
+Url:            http://julialang.org/utf8proc/
+Source:         
https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  cmake
 
 %description
 utf8proc is a library for processing UTF-8 encoded Unicode strings.
@@ -35,8 +36,6 @@
 (U+002D, ASCII Minus) all into the ASCII minus sign, to make them
 equal for comparisons.
 
-The currently supported Unicode version is 5.0.0.
-
 %package     -n lib%{name}%{lib_ver}
 Summary:        Library for processing UTF-8 encoded Unicode strings
 Group:          System/Libraries
@@ -50,8 +49,6 @@
 (U+002D, ASCII Minus) all into the ASCII minus sign, to make them
 equal for comparisons.
 
-The currently supported Unicode version is 5.0.0.
-
 %package        devel
 Summary:        Library for processing UTF-8 encoded Unicode strings
 Group:          Development/Libraries/C and C++
@@ -66,24 +63,19 @@
 (U+002D, ASCII Minus) all into the ASCII minus sign, to make them
 equal for comparisons.
 
-The currently supported Unicode version is 5.0.0.
-
 This package provides libraries and header files for developing applications
 that use utf8proc.
 
 %prep
-%setup -q -n %{name}-v%{version}
+%setup -q
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags} -Wl,-soname,libutf8proc.so.%{lib_ver}"
-mv libutf8proc.so libutf8proc.so.%{lib_ver}
-ln -s libutf8proc.so.%{lib_ver} libutf8proc.so
-chmod 755 libutf8proc.so*
+%cmake
+make %{?_smp_mflags}
 
 %install
 install -d %{buildroot}%{_libdir} %{buildroot}%{_includedir}
-install libutf8proc.so.%{lib_ver} 
%{buildroot}%{_libdir}/libutf8proc.so.%{lib_ver}
-install libutf8proc.so            %{buildroot}%{_libdir}/libutf8proc.so
+cp -d build/libutf8proc.so* %{buildroot}%{_libdir}
 install -Dm 644 utf8proc.h %{buildroot}%{_includedir}/utf8proc.h
 
 %post -n lib%{name}%{lib_ver} -p /sbin/ldconfig
@@ -91,7 +83,7 @@
 
 %files -n lib%{name}%{lib_ver}
 %defattr(-,root,root,-)
-%doc Changelog lump.txt LICENSE README
+%doc lump.md LICENSE.md NEWS.md README.md
 %{_libdir}/libutf8proc.so.*
 
 %files devel

++++++ utf8proc-v1.1.6.tar.gz -> utf8proc-1.3.tar.gz ++++++
++++ 33918 lines of diff (skipped)


Reply via email to