Hello community,

here is the log from the commit of package utf8proc for openSUSE:Factory 
checked in at 2016-04-28 16:56:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-09-24 
06:14:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.utf8proc.new/utf8proc.changes   2016-04-28 
17:01:57.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Apr 24 11:32:39 UTC 2016 - [email protected]
+
+- utf8proc 1.3.1:
+  * Do not export symbol for internal function unsafe_encode_char()
+  * Install relative symbolic links for shared libraries
+  * Enable and fix compiler warnings
+- remove cmake dependency
+
+-------------------------------------------------------------------

Old:
----
  utf8proc-1.3.tar.gz

New:
----
  utf8proc-1.3.1.tar.gz

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

Other differences:
------------------
++++++ utf8proc.spec ++++++
--- /var/tmp/diff_new_pack.YYbU8R/_old  2016-04-28 17:02:00.000000000 +0200
+++ /var/tmp/diff_new_pack.YYbU8R/_new  2016-04-28 17:02:00.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package utf8proc
 #
-# 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
@@ -16,16 +16,15 @@
 #
 
 
+%define lib_ver 1
 Name:           utf8proc
-Version:        1.3
+Version:        1.3.1
 Release:        0
-%define lib_ver 1
 Summary:        Library for processing UTF-8 encoded Unicode strings
 License:        MIT
 Group:          System/Libraries
 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.
@@ -70,13 +69,16 @@
 %setup -q
 
 %build
-%cmake
+export CFLAGS="%{optflags}"
 make %{?_smp_mflags}
 
 %install
-install -d %{buildroot}%{_libdir} %{buildroot}%{_includedir}
-cp -d build/libutf8proc.so* %{buildroot}%{_libdir}
-install -Dm 644 utf8proc.h %{buildroot}%{_includedir}/utf8proc.h
+make %{?_smp_mflags} \
+       DESTDIR=%{buildroot} \
+       prefix=%{_prefix} \
+       libdir=%{_libdir} \
+       install
+find %{buildroot}/%{_libdir} -type f -name "*.a" -print -delete
 
 %post -n lib%{name}%{lib_ver} -p /sbin/ldconfig
 %postun -n lib%{name}%{lib_ver} -p /sbin/ldconfig

++++++ utf8proc-1.3.tar.gz -> utf8proc-1.3.1.tar.gz ++++++
++++ 6380 lines of diff (skipped)


Reply via email to