Hello community,

here is the log from the commit of package gtick for openSUSE:Factory checked 
in at 2020-06-05 20:23:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtick (Old)
 and      /work/SRC/openSUSE:Factory/.gtick.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtick"

Fri Jun  5 20:23:06 2020 rev:8 rq:811862 version:0.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtick/gtick.changes      2020-01-31 
23:57:04.695644976 +0100
+++ /work/SRC/openSUSE:Factory/.gtick.new.3606/gtick.changes    2020-06-05 
20:28:50.537282919 +0200
@@ -1,0 +2,11 @@
+Thu Jun  4 17:26:15 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 0.5.5:
+  + Fixed build on GCC 10.
+  + Updated translations.
+- Run spec-cleaner, modernize spec.
+- Pkgconfigify spec, replace glib2-devel, gtk2-devel and
+  libpulse-devel BuildRequires with pkgconfig(gtk+-2.0),
+  pkgconfig(gthread-2.0) and pkgconfig(libpulse-simple).
+
+-------------------------------------------------------------------

Old:
----
  gtick-0.5.4.tar.gz

New:
----
  gtick-0.5.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gtick.spec ++++++
--- /var/tmp/diff_new_pack.s9868g/_old  2020-06-05 20:28:51.057284455 +0200
+++ /var/tmp/diff_new_pack.s9868g/_new  2020-06-05 20:28:51.065284479 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtick
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,26 @@
 # 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:           gtick
-Version:        0.5.4
+Version:        0.5.5
 Release:        0
 Summary:        A metronome application
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Productivity/Multimedia/Sound/Utilities
-Url:            http://www.antcom.de/gtick/
-Source0:        http://www.antcom.de/gtick/download/%{name}-%{version}.tar.gz
+URL:            https://www.antcom.de/gtick
+Source0:        %{url}/download/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE fix-desktop-categories.patch [email protected] -- Fix 
.desktop categories and no abs path for icon
 Patch0:         fix-desktop-categories.patch
-BuildRequires:  glib2-devel
-BuildRequires:  gtk2-devel
-BuildRequires:  libpulse-devel
+
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libpulse-simple)
 
 %description
 GTick is a metronome application written for GNU/Linux and other UN*X-like
@@ -40,12 +41,11 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -53,17 +53,16 @@
 %suse_update_desktop_file %{name}
 
 %files
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING README
+%license COPYING
+%doc AUTHORS ChangeLog README
 %dir %{_datadir}/appdata
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}.1%{?ext_man}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/appdata/gtick.appdata.xml
 %{_datadir}/icons/hicolor/64x64/apps/gtick.xpm
 %{_datadir}/pixmaps/gtick_32x32.xpm
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++++++ gtick-0.5.4.tar.gz -> gtick-0.5.5.tar.gz ++++++
++++ 23442 lines of diff (skipped)


Reply via email to