Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2016-09-07 11:47:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and      /work/SRC/openSUSE:Factory/.poedit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "poedit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/poedit/poedit.changes    2016-06-20 
11:07:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes       2016-09-07 
11:47:14.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Sep  4 06:53:30 UTC 2016 - [email protected]
+
+- poedit 1.8.9
+  * Fixes to handling of RTL languages.
+  * Fixed retrieving of Crowdin user info.
+- Add appdata.patch for https://en.opensuse.org/openSUSE:AppStore
+
+-------------------------------------------------------------------

Old:
----
  poedit-1.8.8.tar.gz

New:
----
  appdata.patch
  poedit-1.8.9.tar.gz

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

Other differences:
------------------
++++++ poedit.spec ++++++
--- /var/tmp/diff_new_pack.LuCcWo/_old  2016-09-07 11:47:15.000000000 +0200
+++ /var/tmp/diff_new_pack.LuCcWo/_new  2016-09-07 11:47:15.000000000 +0200
@@ -20,13 +20,17 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:           poedit
-Version:        1.8.8
+Version:        1.8.9
 Release:        0
 Summary:        Cross-platform Gettext Catalogs Editing Tool
 License:        MIT
 Group:          Development/Tools/Other
 Url:            http://www.poedit.net/
 Source:         
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
+# PATCH-FEATURE-UPSTREAM https://github.com/vslavik/poedit/pull/286
+Patch0:         appdata.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  boost-devel >= 1.54
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -62,8 +66,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fi
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="%{optflags} -fno-strict-aliasing"
 %configure \
@@ -90,9 +96,11 @@
 %find_lang %{name}
 
 %post
+%desktop_database_post
 %icon_theme_cache_post
 
 %postun
+%desktop_database_postun
 %icon_theme_cache_postun
 
 %files
@@ -102,6 +110,8 @@
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/%{name}-uri.desktop
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/poedit.appdata.xml
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man?/*

++++++ appdata.patch ++++++
>From 62c9c73adc616ecc44c5618bf2d917226babbe65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= <[email protected]>
Date: Sun, 4 Sep 2016 08:57:46 +0200
Subject: [PATCH] Add an appdata.xml file for software gallery integration.

---
 Makefile.am        |  3 +++
 poedit.appdata.xml | 31 +++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 poedit.appdata.xml

diff --git a/Makefile.am b/Makefile.am
index 800850e..f56caf6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,4 +6,7 @@ SUBDIRS = src docs locales artwork
 desktopdir=$(datadir)/applications
 dist_desktop_DATA = poedit.desktop poedit-uri.desktop
 
+appdatadir=$(datadir)/appdata
+dist_appdata_DATA = poedit.appdata.xml
+
 EXTRA_DIST = bootstrap
diff --git a/poedit.appdata.xml b/poedit.appdata.xml
new file mode 100644
index 0000000..f82a98d
--- /dev/null
+++ b/poedit.appdata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2015 Mario Blättermann <[email protected]> -->
+<application>
+  <id type="desktop">poedit.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>MIT</project_license>
+  <name>Poedit</name>
+  <name xml:lang="de">Poedit</name>
+  <summary>GUI editor for GNU gettext .po files</summary>
+  <summary xml:lang="de">Grafischer Editor für GNU Gettext-Dateien</summary>
+  <description>
+    <p>
+      This program is a GUI frontend to GNU Gettext utilities and a catalogs 
+      editor/source code parser. It helps with translating applications into 
+      other languages.
+    </p>
+    <p xml:lang="de">
+      Dieses Programm stellt eine grafische Benutzeroberfläche für die
+      Dienstprogramme aus GNU Gettext bereit, sowie einen Katalogeditor und
+      einen Quellcode-Parser. Es hilft beim Übersetzen von Anwendungen in
+      andere Sprachen.
+    </p>
+  </description>
+  <screenshots>
+    <screenshot type="default">
+      
<image>https://upload.wikimedia.org/wikipedia/commons/c/c2/Poedit_1.8.1_en.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="homepage">http://poedit.net</url>
+  <updatecontact>[email protected]</updatecontact>
+</application>
++++++ poedit-1.8.8.tar.gz -> poedit-1.8.9.tar.gz ++++++
++++ 5097 lines of diff (skipped)


Reply via email to