Hello community,

here is the log from the commit of package gaupol for openSUSE:Factory checked 
in at 2018-05-16 11:41:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gaupol (Old)
 and      /work/SRC/openSUSE:Factory/.gaupol.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gaupol"

Wed May 16 11:41:03 2018 rev:21 rq:607429 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gaupol/gaupol.changes    2017-12-09 
20:30:56.311688047 +0100
+++ /work/SRC/openSUSE:Factory/.gaupol.new/gaupol.changes       2018-05-16 
11:42:32.118242455 +0200
@@ -1,0 +2,19 @@
+Sun May 13 10:19:41 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 1.4:
+  * Update the --video-file argument to not just select the video
+    file, but also load it in the internal video player (#75).
+  * Fix subtitles with special characters not being displayed by
+    the internal video player (#74).
+  * Fix seeking to selection start if at less than one second
+    (#76).
+  * Fix pasting texts from outside Gaupol, e.g. from a text
+    editor.
+  * Update checks for required GStreamer elements (#73).
+  * Update translations.
+- Remove call to obsolete %suse_update_desktop_file, remove
+  dependency on update-desktop-files.
+- Add %check section.
+- Ran spec-cleaner.
+
+-------------------------------------------------------------------

Old:
----
  gaupol-1.3.1.tar.gz

New:
----
  gaupol-1.4.tar.gz

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

Other differences:
------------------
++++++ gaupol.spec ++++++
--- /var/tmp/diff_new_pack.GSmR5Z/_old  2018-05-16 11:42:33.938176218 +0200
+++ /var/tmp/diff_new_pack.GSmR5Z/_new  2018-05-16 11:42:33.942176071 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gaupol
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,14 @@
 #
 
 
+%bcond_without test
 Name:           gaupol
-Version:        1.3.1
+Version:        1.4
 Release:        0
 Summary:        GTK Subtitle editor
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Video/Editors and Convertors
-Url:            http://otsaloma.io/gaupol/
+URL:            http://otsaloma.io/gaupol/
 Source0:        
https://github.com/otsaloma/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE gaupol-0.17.1-desktop.patch prus...@suse.cz -- add 
desktop category
 Patch0:         %{name}-0.17.1-desktop.patch
@@ -31,7 +32,6 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-gobject >= 3.12
 BuildRequires:  python3-pyenchant
-BuildRequires:  update-desktop-files
 Requires:       python3
 Requires:       python3-aeidon
 Requires:       python3-gobject >= 3.12
@@ -39,11 +39,15 @@
 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
-Recommends:     python-chardet
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Recommends:     python3-chardet
 BuildArch:      noarch
-Requires:       python(abi) = %{py3_ver}
+%if %{with test}
+BuildRequires:  myspell-en_US
+BuildRequires:  python3-chardet
+BuildRequires:  python3-pytest
+%endif
 
 %description
 Gaupol is an editor for text-based subtitle files. It supports multiple 
subtitle
@@ -59,8 +63,8 @@
 %package -n python3-aeidon
 Summary:        Package for reading, writing and manipulating text-based 
subtitle files
 Group:          Development/Libraries/Python
-Provides:       python-aeidon = %version
-Obsoletes:      python-aeidon < %version
+Provides:       python-aeidon = %{version}
+Obsoletes:      python-aeidon < %{version}
 
 %description -n python3-aeidon
 This is a Python package for reading, writing and manipulating
@@ -85,13 +89,17 @@
 #remove zero length files
 find %{buildroot} -type f -size 0 -delete
 
-%suse_update_desktop_file -i %{name}
 %find_lang %{name}
 %fdupes %{buildroot}
 
+%if %{with test}
+%check
+LANG=en py.test aeidon
+%endif
+
 %files -f %{name}.lang
-%defattr(-,root,root)
-%doc AUTHORS.md COPYING README.md NEWS.md
+%doc AUTHORS.md README.md NEWS.md
+%license COPYING
 %{_bindir}/gaupol
 %{python3_sitelib}/gaupol*
 %{_datadir}/%{name}
@@ -99,11 +107,11 @@
 %{_datadir}/metainfo/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/*/*/apps/%{name}.*
-%{_mandir}/man1/gaupol.1*
+%{_mandir}/man1/gaupol.1%{?ext_man}
 
 %files -n python3-aeidon
-%defattr(-, root, root, -)
-%doc AUTHORS.md COPYING README.aeidon.md NEWS.md TODO.md
+%doc AUTHORS.md README.aeidon.md NEWS.md
+%license COPYING
 %{python3_sitelib}/aeidon
 
 %changelog

++++++ gaupol-1.3.1.tar.gz -> gaupol-1.4.tar.gz ++++++
++++ 4895 lines of diff (skipped)


Reply via email to