Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package krb5-auth-dialog for
openSUSE:Factory checked in at 2022-10-15 16:38:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krb5-auth-dialog (Old)
and /work/SRC/openSUSE:Factory/.krb5-auth-dialog.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krb5-auth-dialog"
Sat Oct 15 16:38:12 2022 rev:31 rq:1011051 version:43.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/krb5-auth-dialog/krb5-auth-dialog.changes
2021-09-21 21:13:54.818690949 +0200
+++
/work/SRC/openSUSE:Factory/.krb5-auth-dialog.new.2275/krb5-auth-dialog.changes
2022-10-15 16:40:52.426645999 +0200
@@ -1,0 +2,14 @@
+Thu Oct 13 08:32:18 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Update to version 43.0:
+ + Switch to meson.
+ + Adjust a bit better to smaller screen sizes.
+ + Lots of bug fixes and modernization.
+ + Drop tray icon (won't exist in GTK4).
+ + Updated translations.
+- Changes in BuildRequires following upstream changes:
+ + Drop: intltool, update-desktop-files and pkgconfig(libnotify).
+ + Add: meson, pkgconfig(gobject-2.0) and pkgconfig(gcr-3).
+- Add meson macros following upstreams port and modernize spec.
+
+-------------------------------------------------------------------
Old:
----
krb5-auth-dialog-3.26.1.tar.xz
New:
----
krb5-auth-dialog-43.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ krb5-auth-dialog.spec ++++++
--- /var/tmp/diff_new_pack.C5XB0O/_old 2022-10-15 16:40:52.898647132 +0200
+++ /var/tmp/diff_new_pack.C5XB0O/_new 2022-10-15 16:40:52.906647152 +0200
@@ -1,7 +1,7 @@
#
# spec file for package krb5-auth-dialog
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
#
# All modifications and additions to the file contributed by third parties
@@ -18,26 +18,27 @@
Name: krb5-auth-dialog
-Version: 3.26.1
+Version: 43.0
Release: 0
Summary: Kerberos 5 ticket monitoring tray applet
License: GPL-2.0-or-later
Group: Productivity/Security
URL: https://www.gnome.org/
-Source:
http://download.gnome.org/sources/krb5-auth-dialog/3.26/%{name}-%{version}.tar.xz
-BuildRequires: intltool
+Source0:
https://download.gnome.org/sources/krb5-auth-dialog/43/%{name}-%{version}.tar.xz
+
BuildRequires: krb5-devel
+BuildRequires: meson >= 0.53.0
BuildRequires: pam-devel
BuildRequires: pkgconfig
-BuildRequires: update-desktop-files
BuildRequires: yelp-tools
+BuildRequires: pkgconfig(gcr-3) >= 3.5.5
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
-BuildRequires: pkgconfig(glib-2.0) >= 2.28
+BuildRequires: pkgconfig(glib-2.0) >= 2.58
BuildRequires: pkgconfig(gmodule-2.0)
+BuildRequires: pkgconfig(gobject-2.0) >= 2.50.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.14
BuildRequires: pkgconfig(libnm)
-BuildRequires: pkgconfig(libnotify) >= 0.7.0
%description
krb5-auth-dialog is a tray applet that monitors and refreshes your
@@ -49,32 +50,24 @@
%lang_package
%prep
-%setup -q
+%autosetup -p1
%build
-%configure \
- --disable-static
-make %{?_smp_mflags}
+%meson \
+ %{nil}
+%meson_build
%install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
-%suse_update_desktop_file
%{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop
-# Categories in the .desktop file don't work for brp-check, unfortunately
-%suse_update_desktop_file -r
%{buildroot}%{_datadir}/applications/%{name}.desktop GNOME GTK System Network
+%meson_install
%find_lang %{name} %{?no_lang_C}
%files
%doc %{_datadir}/help/C/%{name}/
%{_bindir}/%{name}*
%{_libdir}/%{name}/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/krb5-auth-dialog.appdata.xml
+%{_datadir}/metainfo/krb5-auth-dialog.metainfo.xml
%{_datadir}/applications/*.desktop
%{_datadir}/dbus-1/services/org.gnome.KrbAuthDialog.service
-%dir %{_datadir}/GConf
-%dir %{_datadir}/GConf/gsettings
-%{_datadir}/GConf/gsettings/org.gnome.KrbAuthDialog.convert
%{_datadir}/glib-2.0/schemas/org.gnome.KrbAuthDialog.gschema.xml
%{_datadir}/icons/hicolor/*/status/krb*.*
%{_sysconfdir}/xdg/autostart/*.desktop
++++++ krb5-auth-dialog-3.26.1.tar.xz -> krb5-auth-dialog-43.0.tar.xz ++++++
++++ 123203 lines of diff (skipped)