Hello community, here is the log from the commit of package librcd for openSUSE:Factory checked in at 2015-11-18 22:32:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librcd (Old) and /work/SRC/openSUSE:Factory/.librcd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librcd" Changes: -------- --- /work/SRC/openSUSE:Factory/librcd/librcd.changes 2014-02-03 06:49:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.librcd.new/librcd.changes 2015-11-18 22:32:18.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Nov 15 09:29:56 UTC 2015 - [email protected] + +- Utilize new URL for source tarball (old one yielded NXDOMAIN). + Update summary/description slightly. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librcd.spec ++++++ --- /var/tmp/diff_new_pack.TCuBu0/_old 2015-11-18 22:32:19.000000000 +0100 +++ /var/tmp/diff_new_pack.TCuBu0/_new 2015-11-18 22:32:19.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package librcd # -# 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 @@ -21,35 +21,41 @@ Name: librcd Version: 0.1.14 Release: 0 -Summary: Russian Charset Detection Library +Summary: Russian Character Set Detection Library License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://rusxmms.sourceforge.net -Source0: http://dside.dyndns.org/files/rusxmms/%{name}-%{version}.tar.bz2 +Source: http://darksoft.org/files/rusxmms/%name-%version.tar.bz2 Source100: baselibs.conf BuildRequires: libtool BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Automatic encoding detection library for russian/ukrainian languages. -Optimized for very small words and phrases. +librcd is a library for automatic encoding detection of +Russian/Ukrainian language texts. %package -n %{name}%{major} Summary: Russian Charset Detection Library Group: System/Libraries %description -n %{name}%{major} -Automatic encoding detection library for russian/ukrainian languages. -Optimized for very small words and phrases. +librcd is a library for automatic encoding detection of +Russian/Ukrainian language texts. It is optimized for very small +words and phrases. %package devel -Summary: Development Files for LibRCD +Summary: Development files for librcd, a charset detection library Group: Development/Libraries/C and C++ Requires: %{name}%{major} = %{version} %description devel -Development files for the package LibRCD. +librcd is a library for automatic encoding detection of +Russian/Ukrainian language texts. It is optimized for very small +words and phrases. + +This subpackage contains libraries and header files for developing +applications that want to make use of librcd. %prep %setup -q
