Hello community,

here is the log from the commit of package easytag for openSUSE:Factory checked 
in at 2013-10-01 08:11:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/easytag (Old)
 and      /work/SRC/openSUSE:Factory/.easytag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "easytag"

Changes:
--------
--- /work/SRC/openSUSE:Factory/easytag/easytag.changes  2013-03-12 
17:13:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.easytag.new/easytag.changes     2013-10-01 
08:11:09.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Sep 30 02:36:35 UTC 2013 - malcolmle...@opensuse.org
+
+- Add easytag-remove-deprecated-x-directory.patch: Remove
+  deprecated x-directory/normal from .desktop.
+- Add update desktop file build macros and build requires to spec
+  file.
+
+-------------------------------------------------------------------

New:
----
  easytag-remove-deprecated-x-directory.patch

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

Other differences:
------------------
++++++ easytag.spec ++++++
--- /var/tmp/diff_new_pack.JWkG4E/_old  2013-10-01 08:11:10.000000000 +0200
+++ /var/tmp/diff_new_pack.JWkG4E/_new  2013-10-01 08:11:10.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package
+# spec file for package easytag
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,19 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           easytag
 Version:        2.1.8
 Release:        0
-License:        GPL-2.0+
 Summary:        GTK+ tag editor for audio files
-Url:            http://projects.gnome.org/easytag/
+License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Utilities
+Url:            http://projects.gnome.org/easytag/
 Source:         
http://ftp.acc.umu.se/pub/GNOME/sources/easytag/2.1/easytag-2.1.8.tar.xz
 # PATCH-FIX-UPSTREAM easytag-mixed-declarations.patch dims...@opensuse.org -- 
Fix mixed declarations build failure. Taken from git.
 Patch0:         easytag-mixed-declarations.patch
 # PATCH-FIX-UPSTREAM easytag-nodatetime.patch bgo#695322 dims...@opensuse.org 
-- Do not add __DATE__ and __TIME__ into the binaries.
 Patch1:         easytag-nodatetime.patch
+# PATCH-FIX-UPSTREAM easytag-remove-deprecated-x-directory.patch 
amigad...@amigadave.com -- Remove deprecated x-directory/normal from .desktop
+Patch2:         easytag-remove-deprecated-x-directory.patch
 BuildRequires:  gcc-c++
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  id3lib-devel
 BuildRequires:  intltool >= 0.50.0
 BuildRequires:  pkg-config >= 0.24
@@ -41,6 +45,7 @@
 BuildRequires:  pkgconfig(vorbis) >= 1.0.1
 BuildRequires:  pkgconfig(vorbisfile)
 BuildRequires:  pkgconfig(wavpack) >= 4.40
+BuildRequires:  update-desktop-files
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -55,6 +60,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure
@@ -62,10 +68,17 @@
 
 %install
 %make_install
+%suse_update_desktop_file %{name}
 %find_lang %{name}
 # We take the HACKERS and AUTHORS file to the standard package doc
 rm -rf %{buildroot}%{_datadir}/doc
 
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+
 %files
 %defattr(-,root,root)
 %doc ChangeLog README COPYING HACKING THANKS TODO

++++++ easytag-remove-deprecated-x-directory.patch ++++++
>From dc377f9ac5dec9a317afa5c598681e8f41b6cf4f Mon Sep 17 00:00:00 2001
From: David King <amigad...@amigadave.com>
Date: Thu, 21 Feb 2013 16:41:39 +0000
Subject: Remove deprecated x-directory/normal from .desktop

It causes desktop-file-validate to emit a warning, and is already
covered by inode/directory.
---
diff --git a/easytag.desktop.in b/easytag.desktop.in
index a52f2ef..8146928 100644
--- a/easytag.desktop.in
+++ b/easytag.desktop.in
@@ -6,7 +6,7 @@ _Keywords=mp3;tag;audio;
 Type=Application
 Icon=easytag
 Categories=GTK;AudioVideo;AudioVideoEditing;
-MimeType=x-directory/normal;inode/directory;audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
+MimeType=inode/directory;audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
 Exec=easytag %F
 Terminal=false
 StartupNotify=true
--
cgit v0.9.2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to