Hello community,

here is the log from the commit of package gtick for openSUSE:Factory checked 
in at 2015-01-24 22:20:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtick (Old)
 and      /work/SRC/openSUSE:Factory/.gtick.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtick"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtick/gtick.changes      2013-07-07 
22:17:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtick.new/gtick.changes 2015-01-24 
22:20:24.000000000 +0100
@@ -1,0 +2,19 @@
+Thu Jan 15 21:40:59 UTC 2015 - [email protected]
+
+- Update to version 0.5.4:
+  + Added Hungarian translation.
+  + Fixed Makefle.am: application -> applications directory name.
+- Changes from version 0.5.3:
+  + Added appdata file.
+  + Updated GNU build infrastructure files.
+  + glib and yacc API adjustments.
+  + Include and install desktop and icon files.
+  + Updated translations.
+- Split out translation files in a lang subpackage and recommend
+  it.
+- Remove gtick.desktop and gtick.png as they are now included in
+  tarball
+- Add fix-desktop-categories.patch: fix the categories and don't
+  use an abolute path for icon.
+
+-------------------------------------------------------------------

Old:
----
  gtick-0.5.2.tar.gz
  gtick.desktop
  gtick.png

New:
----
  fix-desktop-categories.patch
  gtick-0.5.4.tar.gz

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

Other differences:
------------------
++++++ gtick.spec ++++++
--- /var/tmp/diff_new_pack.pGVueT/_old  2015-01-24 22:20:25.000000000 +0100
+++ /var/tmp/diff_new_pack.pGVueT/_new  2015-01-24 22:20:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtick
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,20 @@
 
 
 Name:           gtick
-Version:        0.5.2
+Version:        0.5.4
 Release:        0
 Summary:        A metronome application
 License:        GPL-3.0
 Group:          Productivity/Multimedia/Sound/Utilities
 Url:            http://www.antcom.de/gtick/
 Source0:        http://www.antcom.de/gtick/download/%{name}-%{version}.tar.gz
-Source1:        %{name}.desktop
-Source2:        %{name}.png
-
+# 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:  update-desktop-files
-
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,10 +38,11 @@
 operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more)
 and speeds ranging from 10 to 1000 bpm.
 
+%lang_package
+
 %prep
 %setup -q
-cp %SOURCE1 .
-cp %SOURCE2 .
+%patch0 -p1
 
 %build
 %configure
@@ -50,17 +50,21 @@
 
 %install
 %make_install
-install -Dm 644 %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
-install -Dm 644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file %{name}
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
+%dir %{_datadir}/appdata
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1.gz
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/%{name}.png
+%{_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

++++++ fix-desktop-categories.patch ++++++
--- a/gtick.desktop     2014-06-22 16:07:55.000000000 +0200
+++ b/gtick.desktop     2015-01-15 22:46:38.187410272 +0100
@@ -6,8 +6,7 @@
 Comment[pt]=Um metrĂ´nomo baseado em GTK
 Comment[pt-br]=Um metrĂ´nomo baseado em GTK
 Exec=/usr/bin/gtick
-Icon=/usr/share/icons/hicolor/64x64/apps/gtick.xpm
+Icon=gtick
 Terminal=false
 Type=Application
-Categories=GTK;AudioVideo;Audio;
-GenericName[pt_BR]=
+Categories=AudioVideo;Music;
++++++ gtick-0.5.2.tar.gz -> gtick-0.5.4.tar.gz ++++++
++++ 27535 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to