Hello community,

here is the log from the commit of package scim-m17n for openSUSE:Factory 
checked in at 2013-08-06 11:54:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scim-m17n (Old)
 and      /work/SRC/openSUSE:Factory/.scim-m17n.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scim-m17n"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scim-m17n/scim-m17n.changes      2012-06-15 
14:05:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scim-m17n.new/scim-m17n.changes 2013-08-06 
11:54:43.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Aug  5 23:32:32 UTC 2013 - [email protected]
+
+- update version 0.2.3
+  * no upstream changelog available now
+  * this version has been released for 4 years without any news.
+- removed patch: missing-includes.patch: upstreamed.
+
+-------------------------------------------------------------------

Old:
----
  missing-includes.patch
  scim-m17n-0.2.2.tar.bz2

New:
----
  scim-m17n-0.2.3.tar.gz

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

Other differences:
------------------
++++++ scim-m17n.spec ++++++
--- /var/tmp/diff_new_pack.hOhJ2E/_old  2013-08-06 11:54:44.000000000 +0200
+++ /var/tmp/diff_new_pack.hOhJ2E/_new  2013-08-06 11:54:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scim-m17n
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,28 +17,20 @@
 
 
 Name:           scim-m17n
-#!BuildIgnore: NX
+Version:        0.2.3
+Release:        0
+Summary:        M17N Input Method Engine for SCIM
+License:        GPL-2.0+
+Group:          System/I18n/Chinese
+Url:            http://sourceforge.net/projects/scim
+Source:         
http://hivelocity.dl.sourceforge.net/project/scim/scim-m17n/0.2.3/scim-m17n-0.2.3.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  libotf-devel
 BuildRequires:  libtool
 BuildRequires:  m17n-lib-devel
 BuildRequires:  scim-devel
 BuildRequires:  wordcut-devel
-Version:        0.2.2
-Release:        0
-# Provides:       
locale(scim:am;ar;as;bn;cs;da;de;el;en;es;fa;fi;fr;gu;he;hi;hr;it;ja;ka;kk;kn;ko;lo;ml;my;nb;nl;nn;pa;pl;ru;sk;sv;vi)
-Requires:       m17n-db
-Requires:       m17n-lib
-Url:            http://www.scim-im.org/
-# CVS:
-# cvs -d:pserver:[email protected]:/cvsroot/scim login
-# cvs -z3 -d:pserver:[email protected]:/cvsroot/scim co scim-m17n
-Source0:        scim-m17n-0.2.2.tar.bz2
-Patch0:         missing-includes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        M17N Input Method Engine for SCIM
-License:        GPL-2.0+
-Group:          System/I18n/Chinese
 
 %description
 M17N Input Method Engine for SCIM
@@ -56,40 +48,30 @@
 Several generic input methods for languages based on the Latin alphabet
 are also included.
 
-
-
-Authors:
---------
-    James Su <[email protected]>
-
 %prep
 %define scim_binary_version %(pkg-config --variable=scim_binary_version scim)
-%setup -q -n %{name}-%{version}
-%patch0 -p1
+%setup -q
 find . -name CVS -type d | xargs rm -rf
 
 %build
 libtoolize --force
 autoreconf --force --install --verbose
-CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure --prefix=/usr \
-            --sysconfdir=%{_sysconfdir} \
-           --libdir=%{_libdir} \
-           --enable-debug \
+CXXFLAGS="%{optflags}" \
+%configure  --enable-debug \
             --disable-static 
-make 
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=${RPM_BUILD_ROOT} install
-rm -f 
$RPM_BUILD_ROOT/%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/m17n.{a,la}
-# %find_lang scim-m17n
+%make_install
+rm -f 
%{buildroot}/%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/m17n.{a,la}
+
+%post -p /sbin/ldconfig
 
-%clean
-#[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT;
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS COPYING NEWS README ChangeLog
+%doc AUTHORS COPYING README
 %dir %{_libdir}/scim-1.0/
 %dir %{_libdir}/scim-1.0/%{scim_binary_version}/
 %dir %{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/

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

Reply via email to