Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package librcc for openSUSE:Factory checked in at 2023-01-08 21:25:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librcc (Old) and /work/SRC/openSUSE:Factory/.librcc.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librcc" Sun Jan 8 21:25:31 2023 rev:13 rq:1056812 version:0.2.13 Changes: -------- --- /work/SRC/openSUSE:Factory/librcc/librcc.changes 2015-11-18 22:32:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.librcc.new.1563/librcc.changes 2023-01-08 21:25:32.311246752 +0100 @@ -1,0 +2,13 @@ +Fri Dec 9 22:26:06 UTC 2022 - Dirk Müller <[email protected]> + +- update to 0.2.13: + * switch to git hub + * use pkg-config for libxml support + * fix libxml2 initialization and cleanup + +------------------------------------------------------------------- +Wed Aug 9 13:57:32 UTC 2017 - [email protected] + +- remove aspell support [bsc#1052956] + +------------------------------------------------------------------- Old: ---- librcc-0.2.12.tar.bz2 New: ---- librcc-0.2.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librcc.spec ++++++ --- /var/tmp/diff_new_pack.C93VD0/_old 2023-01-08 21:25:33.311252692 +0100 +++ /var/tmp/diff_new_pack.C93VD0/_new 2023-01-08 21:25:33.319252740 +0100 @@ -1,7 +1,7 @@ # # spec file for package librcc # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,30 +12,30 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define major 0 - Name: librcc -Version: 0.2.12 +Version: 0.2.13 Release: 0 Summary: Russian Character Set Conversion Library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Url: http://rusxmms.sourceforge.net -Source: http://darksoft.org/files/rusxmms/%name-%version.tar.bz2 +URL: https://rusxmms.sourceforge.net +Source: https://github.com/RusXMMS/librcc/archive/refs/tags/librcc-%{version}.tar.gz Source1: baselibs.conf BuildRequires: aspell-devel +BuildRequires: automake BuildRequires: db-devel +BuildRequires: gcc-c++ BuildRequires: libtool -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(enca) BuildRequires: pkgconfig(libguess) BuildRequires: pkgconfig(librcd) BuildRequires: pkgconfig(libxml-2.0) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Provides the possibility to automatically convert considered @@ -46,7 +46,7 @@ Summary: Russian Character Set Conversion Library Group: System/Libraries Requires: rcc-runtime -Supplements: packageand(unzip:aspell) +Supplements: (unzip and aspell) %description -n %{name}%{major} Provides the possibility to automatically convert considered @@ -70,13 +70,14 @@ Runtime environment for the LibRCC package. %prep -%setup -q +%setup -q -n librcc-librcc-%{version} %build +./autogen.sh %configure \ --disable-static \ --enable-force-system-iconv -make %{?_smp_mflags} +%make_build %install %make_install @@ -85,25 +86,23 @@ rm -rf %{_builddir}/%{name}-%{version}/examples/{.deps,Makefile,*~} %post -n %{name}%{major} -p /sbin/ldconfig - %postun -n %{name}%{major} -p /sbin/ldconfig %files -n %{name}%{major} -%defattr(-,root,root,-) -%doc COPYING +%license COPYING %{_libdir}/librcc.so.* %{_libdir}/librccui.so.* %files devel -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README docs examples +%license COPYING +%doc AUTHORS ChangeLog NEWS README docs examples %{_includedir}/* %{_libdir}/lib*.so %{_libdir}/pkgconfig/%{name}.pc %files -n rcc-runtime -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_libdir}/rcc/ %config(noreplace) %{_sysconfdir}/rcc.xml
