Hello community,

here is the log from the commit of package parlatype for openSUSE:Factory 
checked in at 2019-09-04 09:15:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/parlatype (Old)
 and      /work/SRC/openSUSE:Factory/.parlatype.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "parlatype"

Wed Sep  4 09:15:15 2019 rev:2 rq:727961 version:1.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/parlatype/parlatype.changes      2018-08-31 
10:47:58.815460591 +0200
+++ /work/SRC/openSUSE:Factory/.parlatype.new.7948/parlatype.changes    
2019-09-04 09:16:16.534930362 +0200
@@ -1,0 +2,26 @@
+Mon Sep  2 07:37:21 UTC 2019 - [email protected]
+
+- Update to 1.6.2:
+  * Update time label only if time has changed.
+  * Various fixes or improvements for the build system
+  * Fixed pkg-config cflags
+  * Fixed failing unit test
+  * Fixed extern C declarations for C++
+  * Added Meson configuration message
+  * New or updated languages: es, hu, lt
+
+-------------------------------------------------------------------
+Thu Jul 18 13:21:26 UTC 2019 - [email protected]
+
+- Update to 1.6.1:
+* New: Automatic speech recognition (ASR) is now disabled by default
+  and it’s only shown, if parlatype is launched with the new parameter 
--with-asr
+* New: Parlatype can be built without ASR (build option asr=false)
+* New: libreoffice helpers’ AppStream ID renamed (hyphen instead of underscore)
+* Fix: Initialize i18n for library, fixes not shown translations in
+  Flatpak or non-standard prefixes
+* Fix: All memory leaks discovered with Valgrind in test suite
+* Fix: All issues discovered with Clang Static Analyzer
+* Add and update translations
+
+-------------------------------------------------------------------

Old:
----
  parlatype-1.5.6.tar.gz

New:
----
  parlatype-1.6.2.tar.gz

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

Other differences:
------------------
++++++ parlatype.spec ++++++
--- /var/tmp/diff_new_pack.4pSQB7/_old  2019-09-04 09:16:17.582930217 +0200
+++ /var/tmp/diff_new_pack.4pSQB7/_new  2019-09-04 09:16:17.590930215 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package parlatype
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,20 +16,22 @@
 #
 
 
-%define c_lib   libparlatype1
+%define c_lib   libparlatype2
 Name:           parlatype
-Version:        1.5.6
+Version:        1.6.2
 Release:        0
 Summary:        GNOME audio player for transcriptions
 License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Sound/Utilities
 URL:            https://gkarsay.github.io/parlatype/
 Source:         
https://github.com/gkarsay/parlatype/releases/download/v%{version}/parlatype-%{version}.tar.gz
+BuildRequires:  AppStream-devel
 BuildRequires:  automake
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  libtool
+BuildRequires:  meson >= 0.47.2
 BuildRequires:  pkgconfig
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gstreamer-audio-1.0)
@@ -64,13 +66,11 @@
 %setup -q
 
 %build
-autoreconf -fi
-%configure
-make %{?_smp_mflags}
+%meson -Dasr=false
+%meson_build
 
 %install
-%make_install
-rm %{buildroot}%{_libdir}/libparlatype.la
+%meson_install
 
 %find_lang %{name}
 %find_lang libparlatype
@@ -85,24 +85,20 @@
 %{_mandir}/man1/parlatype.1%{?ext_man}
 %{_datadir}/applications/com.github.gkarsay.parlatype.desktop
 %{_datadir}/metainfo/com.github.gkarsay.parlatype.appdata.xml
-%{_datadir}/metainfo/com.github.gkarsay.parlatype.libreoffice-helpers.metainfo.xml
+%{_datadir}/metainfo/com.github.gkarsay.parlatype.libreoffice_helpers.metainfo.xml
 %{_datadir}/help/
 %{_datadir}/icons/hicolor/
-%{_libdir}/libreoffice/share/Scripts/python/Parlatype.py
 %{_datadir}/dbus-1/services/com.github.gkarsay.parlatype.service
 %{_datadir}/glib-2.0/schemas/com.github.gkarsay.parlatype.gschema.xml
-%{_libdir}/girepository-1.0/Parlatype-1.0.typelib
-%dir %{_libdir}/libreoffice
-%dir %{_libdir}/libreoffice/share
-%dir %{_libdir}/libreoffice/share/Scripts
-%dir %{_libdir}/libreoffice/share/Scripts/python
+%dir %{_prefix}/lib/libreoffice/
+%dir %{_prefix}/lib/libreoffice/share
+%dir %{_prefix}/lib/libreoffice/share/Scripts
+%{_prefix}/lib/libreoffice/share/Scripts/python/
 
 %files -n libparlatype-devel
 %{_libdir}/libparlatype.so
 %{_includedir}/parlatype/
-%{_datadir}/gtk-doc/
 %{_libdir}/pkgconfig/parlatype.pc
-%{_datadir}/gir-1.0/Parlatype-1.0.gir
 
 %files -n %{c_lib}
 %{_libdir}/libparlatype.so.*
@@ -110,6 +106,5 @@
 %files lang -f %{name}.lang
 
 %files lang -f libparlatype.lang
-%{_datadir}/locale/*/LC_MESSAGES/libparlatype.*
 
 %changelog

++++++ parlatype-1.5.6.tar.gz -> parlatype-1.6.2.tar.gz ++++++
++++ 186993 lines of diff (skipped)


Reply via email to