Hello community,

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

Package is "scim-hangul"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scim-hangul/scim-hangul.changes  2013-01-20 
08:23:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.scim-hangul.new/scim-hangul.changes     
2015-09-24 06:13:52.000000000 +0200
@@ -1,0 +2,12 @@
+Sun Sep 13 16:55:14 UTC 2015 - i...@marguerite.su
+
+- update to 0.4.0+git20140408.ee1d084
+  * include unistd.h explicitly for access(2)
+  * free symbol table resource on destroy
+  * add 'auto reorder' option
+  * fix memory leak when HangulInstance is destroyed
+- new upstream: https://github.com/choehwanjin/scim-hangul
+- use macros from macros.scim
+- drop patch: scim-hangul-gcc47.patch, upstreamed
+
+-------------------------------------------------------------------

Old:
----
  scim-hangul-0.4.0.tar.bz2
  scim-hangul-gcc47.patch

New:
----
  _service
  scim-hangul-0.4.0+git20140408.ee1d084.tar.xz

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

Other differences:
------------------
++++++ scim-hangul.spec ++++++
--- /var/tmp/diff_new_pack.4AjEyS/_old  2015-09-24 06:13:53.000000000 +0200
+++ /var/tmp/diff_new_pack.4AjEyS/_new  2015-09-24 06:13:53.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scim-hangul
 #
-# Copyright (c) 2013 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,66 +17,51 @@
 
 
 Name:           scim-hangul
+Version:        0.4.0+git20140408.ee1d084
+Release:        0
+Summary:        Hangul Input Method Engine for SCIM
+License:        GPL-2.0+
+Group:          System/I18n/Korean
+Url:            https://github.com/choehwanjin/scim-hangul
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  libhangul-devel
 BuildRequires:  libstdc++-devel
+BuildRequires:  libtool
 BuildRequires:  scim-devel
-Version:        0.4.0
-Release:        0
-Url:            http://www.scim-im.org/
-# CVS repository:
-# cvs -d:pserver:anonym...@scim.cvs.sourceforge.net:/cvsroot/scim login 
-# cvs -z3 -d:pserver:anonym...@scim.cvs.sourceforge.net:/cvsroot/scim co 
scim-hangul
-Source0:        
http://mesh.dl.sourceforge.net/sourceforge/scim/scim-hangul-%{version}.tar.bz2
-Patch0:         scim-hangul-gcc47.patch
+BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        Hangul Input Method Engine for SCIM
-License:        GPL-2.0+
-Group:          System/I18n/Korean
 
 %description
 Hangul Input Method Engine for SCIM
 
 %prep
-%define scim_binary_version %(pkg-config --variable=scim_binary_version scim)
-%define build_setup     1
 %setup -q -n %{name}-%{version}
-%patch0 -p1
 
 %build
-#./bootstrap
-#libtoolize --force
-#autoreconf -I /opt/gnome/share/aclocal --force --install --verbose
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
+touch ChangeLog
+autoreconf -fiv
+export CXXFLAGS="%{optflags}"
 %configure  --disable-static \
             --enable-debug
-make 
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=${RPM_BUILD_ROOT} install
-rm -f 
$RPM_BUILD_ROOT/%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/hangul.{a,la}
-rm -f 
$RPM_BUILD_ROOT/%{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/hangul-imengine-setup.{a,la}
-%find_lang scim-hangul
-
-%clean
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -name "*.la" -delete -print
+%find_lang %{name}
 
-%files -f scim-hangul.lang
+%files -f %{name}.lang
 %defattr(-, root, root)
-%doc AUTHORS COPYING NEWS README ChangeLog
-%dir %{_libdir}/scim-1.0/
-%dir %{_libdir}/scim-1.0/%{scim_binary_version}/
-%dir %{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/
-%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/hangul.so
-%if %{build_setup}
-%dir %{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/
-%{_libdir}/scim-1.0/%{scim_binary_version}/SetupUI/hangul-imengine-setup.so
+%doc AUTHORS COPYING NEWS README
+%{_scim_enginedir}/hangul.so
+%if 0%{?suse_version} >= 1140
+%{_scim_uidir}/hangul-imengine-setup.so
 %endif
-%dir %{_datadir}/scim/icons/
-%{_datadir}/scim/icons/scim-hangul.png
-%{_datadir}/scim/icons/scim-hangul-off.png
-%{_datadir}/scim/icons/scim-hangul-on.png
-%dir %{_datadir}/scim/hangul/
-%{_datadir}/scim/hangul/symbol.txt
+%{_scim_icondir}/scim-hangul.png
+%{_scim_icondir}/scim-hangul-off.png
+%{_scim_icondir}/scim-hangul-on.png
+%dir %{_scim_datadir}/hangul/
+%{_scim_datadir}/hangul/symbol.txt
 
 %changelog

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/choehwanjin/scim-hangul</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">0.4.0+git%cd.%h</param>
    <param name="revision">master</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">scim-hangul-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">scim-hangul</param>
  </service>
</services>

Reply via email to