Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ayatana-ido for openSUSE:Factory checked in at 2021-06-05 23:31:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ayatana-ido (Old) and /work/SRC/openSUSE:Factory/.ayatana-ido.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ayatana-ido" Sat Jun 5 23:31:43 2021 rev:5 rq:897674 version:0.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ayatana-ido/ayatana-ido.changes 2020-09-17 14:58:45.780363642 +0200 +++ /work/SRC/openSUSE:Factory/.ayatana-ido.new.1898/ayatana-ido.changes 2021-06-05 23:32:15.156513139 +0200 @@ -1,0 +2,17 @@ +Thu Jun 3 16:48:43 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 0.8.2 + * Add a new menu item type: IDO Removable. + * Add optional markup to the basic menu item. + * Replace x-canonical attributes solely used by Ayatana Indicators + * Drop IDO Message Dialog. + * Centre playback menu item spinner/Pad application menu item label. + * Centre volume control/Stretch calendar horizontally. + * Updated colour getter for playback control. +- Drop upstream fixed + * ayatana-ido-glib-2.58.patch + * 0001-gtk_widget_get_state-is-deprecated.patch +- Add pkgconfig-requires.patch + * Add all public dependencies to pkgconfig Requires section + +------------------------------------------------------------------- Old: ---- 0001-gtk_widget_get_state-is-deprecated.patch ayatana-ido-0.4.4.tar.gz ayatana-ido-glib-2.58.patch New: ---- ayatana-ido-0.8.2.tar.gz pkgconfig-requires.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ayatana-ido.spec ++++++ --- /var/tmp/diff_new_pack.jPdoCw/_old 2021-06-05 23:32:15.592513897 +0200 +++ /var/tmp/diff_new_pack.jPdoCw/_new 2021-06-05 23:32:15.596513903 +0200 @@ -1,7 +1,7 @@ # # spec file for package ayatana-ido # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,20 @@ # -%define lname libayatana-ido3-0_4-0 +%define lname libayatana-ido3-0_4 %define soname libayatana-ido3-0.4 %define sover 0 %define typelib typelib-1_0-AyatanaIdo3-0_4 Name: ayatana-ido -Version: 0.4.4 +Version: 0.8.2 Release: 0 Summary: Ayatana Indicator Display Objects License: GPL-3.0-only AND LGPL-3.0-only AND LGPL-2.1-only URL: https://github.com/AyatanaIndicators/ayatana-ido -Source: https://github.com/AyatanaIndicators/ayatana-ido/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf -#PATCH-FIX-UPSTREAM ayatana-ido-glib-2.58.patch g_type_class_add_private was deprecated since glib 2.58 -Patch0: ayatana-ido-glib-2.58.patch -# PATCH-FIX-UPSTREAM 0001-gtk_widget_get_state-is-deprecated.patch -- gtk_widget_get_state is deprecated -Patch1: 0001-gtk_widget_get_state-is-deprecated.patch +# PATCH-FIX-UPSTREAM pkgconfig-requires.patch -- https://github.com/AyatanaIndicators/ayatana-ido/issues/37 +Patch0: pkgconfig-requires.patch BuildRequires: gcc-c++ BuildRequires: gtk-doc BuildRequires: mate-common @@ -46,10 +44,10 @@ %description Widgets and other objects used for indicators. -%package -n %{lname} +%package -n %{lname}-%{sover} Summary: Shared library providing extra GTK+ menu items in system indicators -%description -n %{lname} +%description -n %{lname}-%{sover} Shared library providing extra GTK+ menu items for display in system indicators. @@ -67,12 +65,9 @@ %package devel Summary: Development files for Ayatana Indicator Display Objects -Requires: %{lname} = %{version} +Requires: %{lname}-%{sover} = %{version} Requires: %{typelib} = %{version} -Requires: pkgconfig(gio-2.0) >= 2.37.0 -Requires: pkgconfig(glib-2.0) >= 2.37.0 Requires: pkgconfig(gobject-introspection-1.0) -Requires: pkgconfig(gtk+-3.0) >= 3.8.2 %description devel Shared library providing extra GTK+ menu items for display in @@ -92,18 +87,19 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n %{lname} -p /sbin/ldconfig -%postun -n %{lname} -p /sbin/ldconfig +%post -n %{lname}-%{sover} -p /sbin/ldconfig +%postun -n %{lname}-%{sover} -p /sbin/ldconfig -%files -n %{lname} +%files -n %{lname}-%{sover} %license COPYING* -%doc AUTHORS* ChangeLog %{_libdir}/%{soname}.so.%{sover}* %files -n %{typelib} %{_libdir}/girepository-1.0/AyatanaIdo3-0.4.typelib %files devel +%license COPYING* +%doc AUTHORS* ChangeLog %{_includedir}/%{soname}/ %{_libdir}/%{soname}.so %{_libdir}/pkgconfig/%{soname}.pc ++++++ ayatana-ido-0.4.4.tar.gz -> ayatana-ido-0.8.2.tar.gz ++++++ ++++ 5444 lines of diff (skipped) ++++++ pkgconfig-requires.patch ++++++ diff -Nur ayatana-ido-0.8.2/libayatana-ido3.pc.in new/libayatana-ido3.pc.in --- ayatana-ido-0.8.2/libayatana-ido3.pc.in 2021-01-25 16:55:03.000000000 +0100 +++ new/libayatana-ido3.pc.in 2021-06-04 12:22:17.859969238 +0200 @@ -8,4 +8,4 @@ Version: @VERSION@ Libs: -L${libdir} -layatana-ido3-0.4 Cflags: -I${includedir}/libayatana-ido3-0.4 -Requires: gtk+-3.0 +Requires: gtk+-3.0 glib-2.0