Hello community,

here is the log from the commit of package librcc for openSUSE:Factory checked 
in at 2014-02-03 06:49:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librcc (Old)
 and      /work/SRC/openSUSE:Factory/.librcc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librcc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/librcc/librcc.changes    2013-10-24 
14:09:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.librcc.new/librcc.changes       2014-02-03 
06:49:10.000000000 +0100
@@ -1,0 +2,30 @@
+Fri Jan 17 14:40:54 UTC 2014 - [email protected]
+
+- Correct baselibs.conf.
+
+-------------------------------------------------------------------
+Fri Jan  3 09:51:24 UTC 2014 - [email protected]
+
+- Split off rcc-runtime subpackage.
+
+-------------------------------------------------------------------
+Sat Dec  7 11:21:43 UTC 2013 - [email protected]
+
+- Update to 0.2.12.
+  * Remove librcd and enca from pkgconfig requires.
+  * Use cs for Czech language (cz is wrong).
+  * Language autodetection: prefer english over the languages
+    without any non-parent word (english is global parent).
+  * Support LibGuess 1.1.
+  * Fix build system for compatibility with latest versions of
+    automake.
+  * Fix complaining in example.
+  * Multiple fixes of build system.
+  * Compatibility with older automake and fixes to release script.
+  * Unversion generated files.
+- Drop "librcc-0.2.9-czech_config", "librcc-0.2.10-libguess",
+  "libguess.c-64bit-portability" patches (fixed upstream).
+- Merge librcc0 and rcc-runtime packages because they depends on
+  each other.
+
+-------------------------------------------------------------------

Old:
----
  libguess.c-64bit-portability.patch
  librcc-0.2.10-libguess.patch
  librcc-0.2.10.tar.bz2
  librcc-0.2.9-czech_config.patch

New:
----
  librcc-0.2.12.tar.bz2

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

Other differences:
------------------
++++++ librcc.spec ++++++
--- /var/tmp/diff_new_pack.csgOr2/_old  2014-02-03 06:49:11.000000000 +0100
+++ /var/tmp/diff_new_pack.csgOr2/_new  2014-02-03 06:49:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librcc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,9 +16,10 @@
 #
 
 
-%define lname librcc0
+%define major   0
+
 Name:           librcc
-Version:        0.2.10
+Version:        0.2.12
 Release:        0
 Summary:        Russian Charset Conversion Library
 License:        LGPL-2.1+
@@ -26,19 +27,13 @@
 Url:            http://rusxmms.sourceforge.net
 Source0:        
http://dside.dyndns.org/files/rusxmms/%{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
-# PATCH-FIX-UPSTREAM librcc-0.2.9-czech_config.patch [email protected] 
-- fix Czech locale code in config file
-Patch1:         librcc-0.2.9-czech_config.patch
-# PATCH-FIX-UPSTREAM librcc-0.2.10-libguess.patch [email protected] -- 
enable libguess
-Patch2:         librcc-0.2.10-libguess.patch
-# PATCH-FIX-UPSTREAM libguess.c-64bit-portability.patch 
[email protected] -- fix 64bit portability issuse libguess.c:48/49
-Patch3:         libguess.c-64bit-portability.patch
 BuildRequires:  aspell-devel
 BuildRequires:  db-devel
-BuildRequires:  libguess-devel
-BuildRequires:  librcd-devel
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(enca)
+BuildRequires:  pkgconfig(libguess)
+BuildRequires:  pkgconfig(librcd)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -47,40 +42,36 @@
 of languages is supported, not only russian one) to/from UTF-8. The
 library is part of rusxmms patch.
 
-%package -n %lname
+%package -n %{name}%{major}
 Summary:        Russian Charset Conversion Library
 Group:          System/Libraries
-Requires:       rcc-runtime = %{version}
+Requires:       rcc-runtime
 Supplements:    packageand(unzip:aspell)
 
-%description -n %lname
+%description -n %{name}%{major}
 Provides posibility to automaticaly convert considered encodings (a lot
 of languages is supported, not only russian one) to/from UTF-8. The
 library is part of rusxmms patch.
 
-%package -n librcc-devel
+%package devel
 Summary:        Development Files for LibRCC
 Group:          Development/Libraries/C and C++
-Requires:       %{lname} = %{version}
+Requires:       %{name}%{major} = %{version}
 
-%description -n librcc-devel
+%description devel
 Development files for the package LibRCC.
 
 %package -n rcc-runtime
 Summary:        LibRCC Runtime Environment
-Group:          Productivity/Text/Convertors
+Group:          System/Libraries
 
 %description -n rcc-runtime
 Runtime environment for the package LibRCC.
 
 %prep
-%setup -qn %{name}-%{version}
-%patch1
-%patch2 -p1
-%patch3 -p1
+%setup -q
 
 %build
-./autogen.sh
 %configure \
     --disable-static \
     --enable-force-system-iconv
@@ -90,20 +81,21 @@
 %make_install
 install -Dm 0644 examples/rcc.xml %{buildroot}%{_sysconfdir}/rcc.xml
 rm -f %{buildroot}%{_libdir}/{*.la,rcc/engines/*.la}
-rm -rf %{_builddir}/librcc-%{version}/examples/{.deps,Makefile,*~}
+rm -rf %{_builddir}/%{name}-%{version}/examples/{.deps,Makefile,*~}
 
-%post -n %lname -p /sbin/ldconfig
+%post -n %{name}%{major} -p /sbin/ldconfig
 
-%postun -n %lname -p /sbin/ldconfig
+%postun -n %{name}%{major} -p /sbin/ldconfig
 
-%files -n %lname
+%files -n %{name}%{major}
 %defattr(-,root,root,-)
+%doc COPYING
 %{_libdir}/librcc.so.*
 %{_libdir}/librccui.so.*
 
-%files -n librcc-devel
+%files devel
 %defattr(-,root,root,-)
-%doc docs examples
+%doc AUTHORS ChangeLog COPYING NEWS README docs examples
 %{_includedir}/*
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/%{name}.pc

++++++ librcc-0.2.10.tar.bz2 -> librcc-0.2.12.tar.bz2 ++++++
++++ 6939 lines of diff (skipped)

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

Reply via email to