diff --git a/package-update-indicator-1.tar.gz b/package-update-indicator-1.tar.gz deleted file mode 100644 index f602189..0000000 --- a/package-update-indicator-1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4b532d9840b93cbcbdc944fb65ed54b8bc52e7a6f9fd8ae83c5fd589bcc6140 -size 27170 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..f101047 100644 --- a/package-update-indicator.changes +++ b/package-update-indicator.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +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 + +- 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..23b6245 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 <= 3 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=: