Hello community,

here is the log from the commit of package gaupol for openSUSE:Factory checked 
in at 2019-08-06 15:11:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gaupol (Old)
 and      /work/SRC/openSUSE:Factory/.gaupol.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gaupol"

Tue Aug  6 15:11:23 2019 rev:24 rq:721046 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/gaupol/gaupol.changes    2019-02-04 
14:25:36.969047958 +0100
+++ /work/SRC/openSUSE:Factory/.gaupol.new.4126/gaupol.changes  2019-08-06 
15:11:40.243743742 +0200
@@ -1,0 +2,26 @@
+Sun Aug  4 18:21:55 UTC 2019 - [email protected]
+
+- Update to version 1.7:
+  * New app icon, as full-color and symbolic SVGs
+    (gh#otsaloma/gaupol#119).
+  * Better initial preview experience (gh#otsaloma/gaupol#136).
+  * Disable loading of problematic gstreamer-vaapi
+    (gh#otsaloma/gaupol#79).
+  * Use gspell for spell-check instead of PyEnchant and GtkSpell
+    (gh#otsaloma/gaupol#12).
+  * Use the reverse domain name "io.otsaloma.gaupol" for desktop
+    file, appdata file and icons.
+- Changes from version 1.6:
+  * Add text correction pattern to unpack ligatures.
+  * Don't show video files in recent file menus
+    (gh#otsaloma/gaupol#130).
+  * Update translations.
+- Rebase desktop category patch:
+  * Remove gaupol-1.5-desktop.patch.
+  * Add gaupol-1.7-desktop.patch.
+- Remove dependency on PyEnchant and GtkSpell as mentioned in
+  version 1.7 release notes.
+- Add build dependency on gobject-introspection in order to
+  automatically generate runtime dependencies on typelibs.
+
+-------------------------------------------------------------------

Old:
----
  gaupol-1.5-desktop.patch
  gaupol-1.5.tar.gz

New:
----
  gaupol-1.7-desktop.patch
  gaupol-1.7.tar.gz

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

Other differences:
------------------
++++++ gaupol.spec ++++++
--- /var/tmp/diff_new_pack.qQdqD4/_old  2019-08-06 15:11:40.667743650 +0200
+++ /var/tmp/diff_new_pack.qQdqD4/_new  2019-08-06 15:11:40.671743649 +0200
@@ -16,30 +16,26 @@
 #
 
 
+%define long_name io.otsaloma.gaupol
 %bcond_without test
 Name:           gaupol
-Version:        1.5
+Version:        1.7
 Release:        0
 Summary:        GTK Subtitle editor
 License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Video/Editors and Convertors
-URL:            http://otsaloma.io/gaupol/
+URL:            https://otsaloma.io/gaupol/
 Source0:        
https://github.com/otsaloma/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE gaupol-1.5-desktop.patch [email protected] -- add desktop 
category
-Patch0:         gaupol-1.5-desktop.patch
+# PATCH-FIX-OPENSUSE gaupol-1.7-desktop.patch [email protected] -- add desktop 
category
+Patch0:         gaupol-1.7-desktop.patch
 BuildRequires:  fdupes
+BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python3-devel
 BuildRequires:  python3-gobject >= 3.12
-BuildRequires:  python3-pyenchant
 Requires:       python3
 Requires:       python3-aeidon
 Requires:       python3-gobject >= 3.12
-Requires:       python3-pyenchant
-Requires:       typelib-1_0-Gst-1_0
-Requires:       typelib-1_0-GstPbutils-1_0
-Requires:       typelib-1_0-GtkSpell-3_0
-Requires:       python(abi) = %{py3_ver}
 Recommends:     iso-codes >= 3.67
 Recommends:     python3-chardet
 BuildArch:      noarch
@@ -47,6 +43,7 @@
 BuildRequires:  myspell-en_US
 BuildRequires:  python3-chardet
 BuildRequires:  python3-pytest
+BuildRequires:  typelib(Gspell) >= 1
 %endif
 
 %description
@@ -94,6 +91,9 @@
 
 %if %{with test}
 %check
+# No idea why "en" language can't be found
+sed -i 's/"en"/"en_US"/' aeidon/test/test_spell.py
+sed -i 's/language="en"/language="en_US"/' aeidon/agents/test/test_text.py
 LANG=en py.test aeidon
 %endif
 
@@ -104,9 +104,9 @@
 %{python3_sitelib}/gaupol*
 %{_datadir}/%{name}
 %dir %{_datadir}/metainfo/
-%{_datadir}/metainfo/%{name}.appdata.xml
-%{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/*/*/apps/%{name}.*
+%{_datadir}/metainfo/%{long_name}.appdata.xml
+%{_datadir}/applications/%{long_name}.desktop
+%{_datadir}/icons/*/*/apps/%{long_name}*
 %{_mandir}/man1/gaupol.1%{?ext_man}
 
 %files -n python3-aeidon

++++++ gaupol-1.5-desktop.patch -> gaupol-1.7-desktop.patch ++++++
--- /work/SRC/openSUSE:Factory/gaupol/gaupol-1.5-desktop.patch  2019-02-04 
14:25:35.617048599 +0100
+++ /work/SRC/openSUSE:Factory/.gaupol.new.4126/gaupol-1.7-desktop.patch        
2019-08-06 15:11:39.823743833 +0200
@@ -1,9 +1,9 @@
-Index: data/gaupol.desktop.in
+Index: data/io.otsaloma.gaupol.desktop.in
 ===================================================================
---- data/gaupol.desktop.in.orig
-+++ data/gaupol.desktop.in
+--- data/io.otsaloma.gaupol.desktop.in.orig
++++ data/io.otsaloma.gaupol.desktop.in
 @@ -6,7 +6,7 @@ Comment=Edit subtitle files
- Icon=gaupol
+ Icon=io.otsaloma.gaupol
  Exec=gaupol %F
  
MimeType=text/x-microdvd;text/x-ssa;application/x-subrip;text/x-subviewer;text/vtt;
 -Categories=AudioVideo;Video;GTK;

++++++ gaupol-1.5.tar.gz -> gaupol-1.7.tar.gz ++++++
++++ 12562 lines of diff (skipped)


Reply via email to