From 554670d31fe2af04fbe057780769ab8ff98d9a676badc6d0333c3fb2065fb4ad Mon Sep 17 00:00:00 2001 From: Vinzenz Vietzke Date: Mon, 15 Apr 2019 21:22:54 +0000 Subject: [PATCH 1/2] Accepting request 694067 from home:mauriziogalli:xfce - Changed to more appropriate Obsoletes: pk-update-icon <= 2 - Added Obsoletes: pk-update-icon - Update to version 2: * Add keywords to desktop files * Fix typo in notification message * Do not run glib-compile-schemas if schemas are installed into staging directory * Set application indicator title * Add note for vendors on how to override default settings - Added BuildRequires: clang - Spec file cleanup: - Changed URL and Source to https:// - Use more appropriate macros such as %autosetup and %make_build OBS-URL: https://build.opensuse.org/request/show/694067 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/package-update-indicator?expand=0&rev=4 --- package-update-indicator-2.tar.gz | 3 +++ package-update-indicator.changes | 25 +++++++++++++++++++++++++ package-update-indicator.spec | 12 +++++++----- 3 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 package-update-indicator-2.tar.gz diff --git a/package-update-indicator-2.tar.gz b/package-update-indicator-2.tar.gz new file mode 100644 index 0000000..392ae05 --- /dev/null +++ b/package-update-indicator-2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbca910a0ece5ec016da5531e2a7673623a27d066c5ad6232f6acd366753b1f8 +size 29084 diff --git a/package-update-indicator.changes b/package-update-indicator.changes index 3951ad1..d19462d 100644 --- a/package-update-indicator.changes +++ b/package-update-indicator.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Apr 14 16:07:12 UTC 2019 - Maurizio Galli + +- Changed to more appropriate Obsoletes: pk-update-icon <= 2 + +------------------------------------------------------------------- +Fri Apr 12 07:50:54 UTC 2019 - Maurizio Galli + +- Added Obsoletes: pk-update-icon + +------------------------------------------------------------------- +Sun Apr 7 11:13:32 UTC 2019 - Maurizio Galli + +- Update to version 2: + * Add keywords to desktop files + * Fix typo in notification message + * Do not run glib-compile-schemas if schemas are installed into staging directory + * Set application indicator title + * Add note for vendors on how to override default settings + +- Added BuildRequires: clang +- Spec file cleanup: + - Changed URL and Source to https:// + - Use more appropriate macros such as %autosetup and %make_build + ------------------------------------------------------------------- Tue Jul 10 08:53:29 UTC 2018 - seife+obs@b1-systems.com diff --git a/package-update-indicator.spec b/package-update-indicator.spec index f300168..b4d010b 100644 --- a/package-update-indicator.spec +++ b/package-update-indicator.spec @@ -1,7 +1,7 @@ # # spec file for package package-update-indicator # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 B1 Systems GmbH, Vohburg, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,12 +13,12 @@ # 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/ # Name: package-update-indicator -Version: 1 +Version: 2 Release: 0 Summary: Package update status notification applet License: MIT @@ -26,6 +26,7 @@ Group: System/Daemons URL: https://code.guido-berhoerster.org/projects/package-update-indicator Source: https://code.guido-berhoerster.org/projects/package-update-indicator/downloads/%{name}-%{version}.tar.gz Source1: 10_opensuse_update_command.gschema.override +BuildRequires: clang BuildRequires: docbook5-xsl-stylesheets BuildRequires: gettext >= 0.19 BuildRequires: libxml2-tools @@ -37,6 +38,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.18 BuildRequires: pkgconfig(packagekit-glib2) >= 0.8.17 BuildRequires: pkgconfig(polkit-gobject-1) >= 0.105 BuildRequires: pkgconfig(upower-glib) >= 0.99.0 +Obsoletes: pk-update-icon <= 2 Recommends: gnome-packagekit %description @@ -45,10 +47,10 @@ The package-update-indicator utility regularly checks for software updates and n %lang_package %prep -%setup -q +%autosetup %build -make %{?_smp_mflags} prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: CFLAGS="%{optflags}" +%make_build prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: CFLAGS="%{optflags}" %install %make_install prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: From 0db126f0e141150707914b4ba3b6b87b243eccccb1fbb698b08914f6e9cce989 Mon Sep 17 00:00:00 2001 From: Maurizio Galli Date: Tue, 16 Apr 2019 07:04:16 +0000 Subject: [PATCH 2/2] Accepting request 694718 from home:mauriziogalli:branches:X11:xfce - Fix Obsoletes: pk-update-icon <= 3 OBS-URL: https://build.opensuse.org/request/show/694718 OBS-URL: https://build.opensuse.org/package/show/X11:xfce/package-update-indicator?expand=0&rev=5 --- package-update-indicator-2.tar.gz | 3 --- package-update-indicator.changes | 5 +++++ package-update-indicator.spec | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 package-update-indicator-2.tar.gz diff --git a/package-update-indicator-2.tar.gz b/package-update-indicator-2.tar.gz deleted file mode 100644 index 392ae05..0000000 --- a/package-update-indicator-2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbca910a0ece5ec016da5531e2a7673623a27d066c5ad6232f6acd366753b1f8 -size 29084 diff --git a/package-update-indicator.changes b/package-update-indicator.changes index d19462d..f101047 100644 --- a/package-update-indicator.changes +++ b/package-update-indicator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 16 07:01:16 UTC 2019 - Maurizio Galli + +- Fix Obsoletes: pk-update-icon <= 3 + ------------------------------------------------------------------- Sun Apr 14 16:07:12 UTC 2019 - Maurizio Galli diff --git a/package-update-indicator.spec b/package-update-indicator.spec index b4d010b..23b6245 100644 --- a/package-update-indicator.spec +++ b/package-update-indicator.spec @@ -38,7 +38,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.18 BuildRequires: pkgconfig(packagekit-glib2) >= 0.8.17 BuildRequires: pkgconfig(polkit-gobject-1) >= 0.105 BuildRequires: pkgconfig(upower-glib) >= 0.99.0 -Obsoletes: pk-update-icon <= 2 +Obsoletes: pk-update-icon <= 3 Recommends: gnome-packagekit %description