Hello community,

here is the log from the commit of package gnome-commander for openSUSE:Factory 
checked in at 2015-04-13 20:31:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-commander (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-commander.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-commander"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-commander/gnome-commander.changes  
2015-01-26 16:47:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander.changes     
2015-04-13 20:31:27.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Apr 13 10:10:39 UTC 2015 - dims...@opensuse.org
+
+- Add gnome-commander-appdata-translation.patch: Do not handle
+  appdata.xml.in as a config file, but let INTLTOOL_XML_RULE handle
+  it.
+- Add libtool BuildRequires and call to autoreconf, as above patch
+  touches the build system.
+
+-------------------------------------------------------------------

New:
----
  gnome-commander-appdata-translation.patch

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

Other differences:
------------------
++++++ gnome-commander.spec ++++++
--- /var/tmp/diff_new_pack.sAQ8ZK/_old  2015-04-13 20:31:28.000000000 +0200
+++ /var/tmp/diff_new_pack.sAQ8ZK/_new  2015-04-13 20:31:28.000000000 +0200
@@ -24,6 +24,8 @@
 Group:          Productivity/File utilities
 Url:            http://www.nongnu.org/gcmd/
 Source:         
http://download.gnome.org/sources/gnome-commander/1.4/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-commander-appdata-translation.patch bgo#747771 
dims...@opensuse.org -- appdata.xml.in is not a config file, but will be 
handled by INTLTOOL_XML_RULE
+Patch0:         gnome-commander-appdata-translation.patch
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -32,6 +34,8 @@
 BuildRequires:  libexiv2-devel >= 0.14
 BuildRequires:  libgnomeui-devel >= 2.4.0
 BuildRequires:  libgsf-devel >= 1.12.0
+# Needed for patch0
+BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  python-devel >= 2.5
 BuildRequires:  taglib-devel >= 1.4
@@ -53,9 +57,12 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build
+# Needed for patch0
+autoreconf -fiv
 %configure\
        --disable-static\
        --disable-scrollkeeper

++++++ gnome-commander-appdata-translation.patch ++++++
>From 11b4018752e9930fa0fa066254552b73513b7a56 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dims...@opensuse.org>
Date: Mon, 13 Apr 2015 12:18:23 +0200
Subject: [PATCH] build: gnome-commander.appdata.xml is no config file (for
 configure)

It will be handled by INTLTOOL_XML_RULE, which also takes care of
merging translations.
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4c0f174..5070efb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -429,7 +429,6 @@ Makefile
 data/gnome-commander.ebuild
 data/gnome-commander.spec
 data/gnome-commander.desktop.in
-data/gnome-commander.appdata.xml
 data/Makefile
 doc/Makefile
 libgcmd/Makefile
-- 
2.3.3


Reply via email to