Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package timezonemap for openSUSE:Factory checked in at 2024-08-23 22:26:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/timezonemap (Old) and /work/SRC/openSUSE:Factory/.timezonemap.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "timezonemap" Fri Aug 23 22:26:35 2024 rev:3 rq:1195088 version:0.4.6 Changes: -------- --- /work/SRC/openSUSE:Factory/timezonemap/timezonemap.changes 2021-10-11 15:32:20.306914342 +0200 +++ /work/SRC/openSUSE:Factory/.timezonemap.new.2698/timezonemap.changes 2024-08-23 22:27:42.395491721 +0200 @@ -1,0 +2,11 @@ +Mon Aug 12 08:49:04 UTC 2024 - Richard Rahl <rra...@opensuse.org> + +- update to 0.4.6: + * Add a symbols file +- update to 0.4.5: + * Update the SVG, and re-generated map images. Notable changes: + - Image for UTC-11:30 (timezone_11.5.png) is no longer needed. + - New image for North Korea time zone (timezone_8.5.png). +- add configure flags, so it's more obvious whats getting compiled + +------------------------------------------------------------------- Old: ---- libtimezonemap-0.4.4.tar.xz New: ---- timezonemap-0.4.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ timezonemap.spec ++++++ --- /var/tmp/diff_new_pack.P3AhCf/_old 2024-08-23 22:27:43.059519338 +0200 +++ /var/tmp/diff_new_pack.P3AhCf/_new 2024-08-23 22:27:43.063519505 +0200 @@ -1,7 +1,7 @@ # # spec file for package timezonemap # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,17 @@ Name: timezonemap -Version: 0.4.4 +Version: 0.4.6 Release: 0 Summary: GTK+3 timezone map widget License: GPL-3.0-only -Group: System/Libraries URL: https://launchpad.net/timezonemap -Source: https://launchpad.net/timezonemap/trunk/0.4.4/+download/libtimezonemap-0.4.4.tar.xz -BuildRequires: glib2-devel +Source: https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/libtimezonemap/0.4.6-7/libtimezonemap_0.4.6.orig.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: gnome-common -BuildRequires: gobject-introspection-devel -BuildRequires: gtk3-devel -BuildRequires: json-glib-devel +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libsoup-2.4) %description @@ -36,14 +35,12 @@ %package -n libtimezonemap1 Summary: GTK+3 timezone map widget -Group: System/Libraries %description -n libtimezonemap1 Timezone map widget for GTK+3. %package devel Summary: Development headers for %{name} -Group: Development/Libraries/C and C++ Requires: libtimezonemap1 = %{version} %description devel @@ -51,32 +48,34 @@ %package -n typelib-1_0-TimezoneMap-1_0 Summary: GTK+3 timezone map widget - Introspection bindings -Group: System/Libraries %description -n typelib-1_0-TimezoneMap-1_0 This package contains the GObject Introspection bindings for %{name} library. %prep -%setup -q -n lib%{name}-%{version} +%autosetup -n lib%{name}-%{version} NOCONFIGURE=1 ./autogen.sh %build -%configure +%configure \ + --with-gtk=3 \ + --disable-static \ + --enable-introspection %make_build %install %make_install -find %{buildroot} -type f -name "*.la" -delete -print -%post -n libtimezonemap1 -p /sbin/ldconfig -%postun -n libtimezonemap1 -p /sbin/ldconfig +# remove .la files +rm -f %{buildroot}%{_libdir}/libtimezonemap.la + +%ldconfig_scriptlets -n libtimezonemap1 %files -n libtimezonemap1 %license COPYING -%doc README -%{_libdir}/libtimezonemap.so.1 -%{_libdir}/libtimezonemap.so.1.0.0 +%doc README debian/changelog +%{_libdir}/libtimezonemap.so.* %{_datadir}/libtimezonemap %files devel