Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glyr for openSUSE:Factory checked in at 2026-04-13 23:19:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glyr (Old) and /work/SRC/openSUSE:Factory/.glyr.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glyr" Mon Apr 13 23:19:33 2026 rev:22 rq:1346416 version:1.0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/glyr/glyr.changes 2024-02-27 22:49:54.601913281 +0100 +++ /work/SRC/openSUSE:Factory/.glyr.new.21863/glyr.changes 2026-04-13 23:21:21.338237895 +0200 @@ -1,0 +2,7 @@ +Fri Apr 10 19:36:41 UTC 2026 - Martin Hauke <[email protected]> + +- Add patch: + * glyr-fix-includes.patch +- Use %ldconfig_scriptlets macro + +------------------------------------------------------------------- New: ---- glyr-fix-includes.patch ----------(New B)---------- New:- Add patch: * glyr-fix-includes.patch - Use %ldconfig_scriptlets macro ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glyr.spec ++++++ --- /var/tmp/diff_new_pack.TLhdNB/_old 2026-04-13 23:21:21.874260009 +0200 +++ /var/tmp/diff_new_pack.TLhdNB/_new 2026-04-13 23:21:21.874260009 +0200 @@ -1,7 +1,7 @@ # # spec file for package glyr # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,12 +33,12 @@ Patch1: glyr-optflags.patch # PATCH-FIX-OPENSUSE glyr-pkgconfig.patch [email protected] -- do not inject bogus dependencies into other packages. Patch2: glyr-pkgconfig.patch +Patch3: glyr-fix-includes.patch BuildRequires: cmake BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(sqlite3) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The sort of metadata glyr is searching (and downloading) is usually the @@ -94,6 +94,7 @@ %patch -P 0 -p1 %patch -P 1 -p1 %patch -P 2 +%patch -P 3 -p1 %build %cmake @@ -102,27 +103,22 @@ %install %cmake_install -%post -n libglyr%{major} -p /sbin/ldconfig - -%postun -n libglyr%{major} -p /sbin/ldconfig +%ldconfig_scriptlets -n libglyr%{major} %files -n glyrc -%defattr(-,root,root,-) %license COPYING %doc AUTHORS README.textile state_of_providers.txt %{_bindir}/glyrc %files -n lib%{name}%{major} -%defattr(-,root,root,-) %license COPYING -%{_libdir}/*.so.* +%{_libdir}/libglyr.so.%{major}* %files devel -%defattr(-,root,root,-) %license COPYING %doc AUTHORS README.textile state_of_providers.txt %doc src/examples %{_includedir}/%{name}/ -%{_libdir}/*.so -%{_libdir}/pkgconfig/*.pc +%{_libdir}/libglyr.so +%{_libdir}/pkgconfig/libglyr.pc ++++++ glyr-fix-includes.patch ++++++ diff --git a/lib/core.c b/lib/core.c index 86807e6..59cf41d 100644 --- a/lib/core.c +++ b/lib/core.c @@ -19,6 +19,7 @@ **************************************************************/ #include <errno.h> +#include <curl/curl.h> #include <curl/multi.h> #include "stringlib.h"
