Hello community,

here is the log from the commit of package libhangul for openSUSE:Factory 
checked in at 2015-09-08 17:38:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libhangul (Old)
 and      /work/SRC/openSUSE:Factory/.libhangul.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libhangul"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libhangul/libhangul.changes      2014-10-24 
10:48:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libhangul.new/libhangul.changes 2015-09-08 
17:39:09.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Aug 25 02:11:59 UTC 2015 - i...@marguerite.su
+
+- Update to version 0.1.0+git20150224.78e9d89:
+  * Fix incorrect sizeof expression
+  * hanja_list_new() memory leak
+- changes in 0.1.0
+  * add new API for keycode normalization
+  * remove deprecated API
+  * add supports for freebsd
+  * update some test codes
+
+-------------------------------------------------------------------

Old:
----
  libhangul-0.1.0+git20140928.tar.gz

New:
----
  _service
  _servicedata
  libhangul-0.1.0+git20150224.78e9d89.tar.xz

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

Other differences:
------------------
++++++ libhangul.spec ++++++
--- /var/tmp/diff_new_pack.4KStCl/_old  2015-09-08 17:39:17.000000000 +0200
+++ /var/tmp/diff_new_pack.4KStCl/_new  2015-09-08 17:39:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libhangul
 #
-# 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
@@ -16,16 +16,16 @@
 #
 
 
-%define libname libhangul1
+%define soname 1
 
 Name:           libhangul
-Version:        0.1.0+git20140928
+Version:        0.1.0+git20150224.78e9d89
 Release:        0
 Summary:        The Hangul input library
 License:        LGPL-2.1+
 Group:          System/I18n/Korean
 Url:            https://github.com/choehwanjin/libhangul
-Source:         %{name}-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 # FIX-FOR-SLES downgrade gettext requirement to 0.14 from 0.18
 Patch0:         fix-for-sles-gettext-version.patch
@@ -36,18 +36,17 @@
 %description
 Hangul input library used by scim-hangul and ibus-hangul
 
-%package -n %{libname}
+%package -n %{name}%{soname}
 Summary:        The Hangul input library
 Group:          System/I18n/Korean
 
-%description -n %{libname}
+%description -n %{name}%{soname}
 Hangul input library used by scim-hangul and ibus-hangul
 
 %package devel
 Summary:        Development headers for libhangul
 Group:          Development/Libraries/C and C++
-Requires:       %{libname} = %{version}
-Requires:       glibc-devel
+Requires:       %{name}%{soname} = %{version}
 
 %description devel
 This package contains all necessary include files and libraries needed
@@ -84,11 +83,11 @@
 rm -f %{buildroot}%{_libdir}/*.la
 %find_lang %{name}
 
-%post -n %{libname} -p /sbin/ldconfig
+%post -n %{name}%{soname} -p /sbin/ldconfig
 
-%postun -n %{libname} -p /sbin/ldconfig
+%postun -n %{name}%{soname} -p /sbin/ldconfig
 
-%files -n %{libname} -f %{name}.lang
+%files -n %{name}%{soname} -f %{name}.lang
 %defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/hangul

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/choehwanjin/libhangul</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">0.1.0+git%cd.%h</param>
    <param name="revision">master</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">libhangul-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">libhangul</param>
  </service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
            <param name="url">https://github.com/choehwanjin/libhangul</param>
          <param 
name="changesrevision">78e9d8926262db423b4cf9181e1c2cb06a120a9b</param></service></servicedata>

Reply via email to