Hello community,

here is the log from the commit of package libuninameslist for openSUSE:Factory 
checked in at 2015-02-23 13:17:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libuninameslist (Old)
 and      /work/SRC/openSUSE:Factory/.libuninameslist.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libuninameslist"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libuninameslist/libuninameslist.changes  
2013-01-08 14:32:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libuninameslist.new/libuninameslist.changes     
2015-02-23 13:17:40.000000000 +0100
@@ -1,0 +2,10 @@
+Thu Feb 19 20:27:00 UTC 2015 - [email protected]
+
+- Update to version 0.4.20140731
+  * Unicode 7.0. 
+  * Updated French version to 7.0
+- Update home Url and download source URLs to news home project
+- Add autoconf, automake and libtool require; needed to generate
+  configure script
+
+-------------------------------------------------------------------

Old:
----
  libuninameslist-20091231.tar.bz2

New:
----
  0.4.20140731.tar.gz

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

Other differences:
------------------
++++++ libuninameslist.spec ++++++
--- /var/tmp/diff_new_pack.qGZ48n/_old  2015-02-23 13:17:41.000000000 +0100
+++ /var/tmp/diff_new_pack.qGZ48n/_new  2015-02-23 13:17:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libuninameslist
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%define real_version 0.4.20140731
+
 Name:           libuninameslist
-Version:        20091231
+Version:        20140731
 %define somajor 0
 Release:        0
 Summary:        A library providing Unicode character names and annotations
 License:        BSD-3-Clause
 Group:          System/Libraries
-URL:            http://libuninameslist.sourceforge.net/
-Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Url:            https://github.com/fontforge/libuninameslist
+# As previous version was higher number than latest release from new project,
+# we have to use the release date as version
+Source0:        
https://github.com/fontforge/libuninameslist/archive/%{real_version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,9 +52,10 @@
 This package contains header files for %{name}.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{real_version}
 
 %build
+autoreconf -fiv
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -55,9 +63,6 @@
 %makeinstall
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
-%clean
-rm -rf %{buildroot}
-
 %post   -n %{name}%{somajor} -p /sbin/ldconfig
 
 %postun -n %{name}%{somajor} -p /sbin/ldconfig
@@ -70,6 +75,7 @@
 %files devel
 %defattr(-,root,root)
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/libuninameslist.pc
 %{_includedir}/*
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to