Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmrss for openSUSE:Factory checked in at 2023-01-02 15:02:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmrss (Old) and /work/SRC/openSUSE:Factory/.libmrss.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmrss" Mon Jan 2 15:02:08 2023 rev:2 rq:1046052 version:0.19.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libmrss/libmrss.changes 2017-02-07 12:03:00.477522250 +0100 +++ /work/SRC/openSUSE:Factory/.libmrss.new.1563/libmrss.changes 2023-01-02 15:02:10.837355081 +0100 @@ -1,0 +2,6 @@ +Tue Dec 27 13:28:03 UTC 2022 - Paolo Stivanin <[email protected]> + +- Update to 0.19.3: + * Dacav's patches to fix crashes, indentation, tests, and much more. + +------------------------------------------------------------------- Old: ---- libmrss-0.19.2.tar.gz New: ---- libmrss-0.19.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmrss.spec ++++++ --- /var/tmp/diff_new_pack.XCTGf3/_old 2023-01-02 15:02:12.217362836 +0100 +++ /var/tmp/diff_new_pack.XCTGf3/_new 2023-01-02 15:02:12.265363106 +0100 @@ -1,7 +1,7 @@ # # spec file for package libmrss # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,23 +12,27 @@ # 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 lname libmrss0 Name: libmrss -Version: 0.19.2 +Version: 0.19.3 Release: 0 Summary: RSS Parsing Library -License: LGPL-2.1 +License: LGPL-2.1-only Group: Development/Libraries/C and C++ -Url: http://www.autistici.org/bakunin/codes.php -Source: http://www.autistici.org/bakunin/libmrss/libmrss-%{version}.tar.gz +URL: http://www.autistici.org/bakunin/codes.php +# Download from commit cc2f489ba698a2227065731b714905ab56b1de1a since 0.19.3 has not officially been tagged. +Source: libmrss-%{version}.tar.xz Source1: baselibs.conf Patch1: libmrss-curl_compat.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: curl-devel BuildRequires: libnxml-devel +BuildRequires: libtool BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -62,10 +66,10 @@ 0.3, and ATOM 1.0. %prep -%setup -q -%patch1 +%autosetup -p1 %build +./autogen.sh %configure --disable-static make %{?_smp_mflags} @@ -79,7 +83,8 @@ %files -n %{lname} %defattr(-,root,root) %{_libdir}/libmrss.so.* -%doc COPYING +%license COPYING +%doc AUTHORS README ChangeLog %files devel %defattr(-,root,root) ++++++ libmrss-curl_compat.patch ++++++ --- /var/tmp/diff_new_pack.XCTGf3/_old 2023-01-02 15:02:12.437364072 +0100 +++ /var/tmp/diff_new_pack.XCTGf3/_new 2023-01-02 15:02:12.437364072 +0100 @@ -1,5 +1,5 @@ ---- src/mrss_generic.c.orig 2010-02-17 20:35:02.000000000 +0100 -+++ src/mrss_generic.c 2010-02-17 20:35:37.000000000 +0100 +--- libmrss-0.19.3/src/mrss_generic.c.orig 2022-12-27 14:28:55.456809643 +0100 ++++ libmrss-0.19.3/src/mrss_generic.c 2022-12-27 14:29:07.708871741 +0100 @@ -25,6 +25,10 @@ #include "mrss.h" #include "mrss_internal.h" @@ -8,7 +8,7 @@ +#define curl_easy_strerror(code) "Download error" +#endif + - char * - mrss_strerror (mrss_error_t err) - { + char *mrss_strerror(mrss_error_t err) { + switch (err) { + case MRSS_OK:
