Hello community,

here is the log from the commit of package pitivi for openSUSE:Factory checked 
in at 2017-09-27 16:54:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pitivi (Old)
 and      /work/SRC/openSUSE:Factory/.pitivi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pitivi"

Wed Sep 27 16:54:59 2017 rev:32 rq:528429 version:0.99

Changes:
--------
--- /work/SRC/openSUSE:Factory/pitivi/pitivi.changes    2017-07-07 
10:17:08.717068767 +0200
+++ /work/SRC/openSUSE:Factory/.pitivi.new/pitivi.changes       2017-09-27 
16:55:12.840241497 +0200
@@ -1,0 +2,15 @@
+Thu Sep 21 21:56:24 UTC 2017 - [email protected]
+
+- Update to version 0.99:
+  + Many performance improvements.
+  + Lots of bug fixing.
+- Add meson BuildRequires, and switch autotools macros configure,
+  make and makeinstall to meson, meson_build and meson_install
+  following upstream switch to Meson Build System.
+- Add pkgconfig(gstreamer-1.0) BuildRequires: new dependency.
+- Drop intltool BuildRequires: no longer needed.
+- Drop %desktop_database_*, %icon_theme_cache_* and
+  %mime_database_* post/postun macros: the functionality is now
+  covered by file triggers.
+
+-------------------------------------------------------------------

Old:
----
  pitivi-0.98.1.tar.xz

New:
----
  pitivi-0.99.tar.xz

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

Other differences:
------------------
++++++ pitivi.spec ++++++
--- /var/tmp/diff_new_pack.DQEaYc/_old  2017-09-27 16:55:13.480151473 +0200
+++ /var/tmp/diff_new_pack.DQEaYc/_new  2017-09-27 16:55:13.484150910 +0200
@@ -17,18 +17,17 @@
 
 
 Name:           pitivi
-Version:        0.98.1
+Version:        0.99
 Release:        0
 Summary:        Intuitive and featureful movie editor
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Video/Editors and Convertors
 Url:            http://www.pitivi.org/
-Source:         
http://download.gnome.org/sources/pitivi/0.98/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/pitivi/0.99/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel >= 0.18.0
 BuildRequires:  gobject-introspection >= 1.31.1
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  intltool
 BuildRequires:  itstool
 BuildRequires:  meson
 BuildRequires:  pkg-config
@@ -39,6 +38,7 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gst-transcoder-1.0) >= 1.8.1
+BuildRequires:  pkgconfig(gst-validate-1.0) >= 1.12.2
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.10.2
 BuildRequires:  pkgconfig(gstreamer-video-1.0) >= 1.10.2
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
@@ -58,9 +58,12 @@
 %py_requires
 
 %description
-PiTiVi is a free, intuitive and featureful movie editor.
+Pitivi is an open source, non-linear, and featureful movie editor.
+It is designed to be an intuitive movie editing software that
+integrates well in the GNOME desktop environment.
 
 %lang_package
+
 %prep
 %setup -q
 # Remove bunlded gst-transcoder
@@ -68,12 +71,12 @@
 translation-update-upstream
 
 %build
-# Do not use the configure script: this is meson wrapped, not autoconf
-./configure --prefix=%{_prefix}
-%__make %{?_smp_mflags} V=1
+%meson -Denable-docs=true
+%meson_build
 
 %install
-%makeinstall
+%meson_install
+
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file %{name}
 %fdupes %{buildroot}%{_datadir}
@@ -83,26 +86,14 @@
 rm -rf %{buildroot}
 
 %post
-%if 0%{?suse_version} > 1130
-%desktop_database_post
-%icon_theme_cache_post
-%mime_database_post
-%else
 if test -x usr/bin/update-mime-database ; then
   usr/bin/update-mime-database usr/share/mime >/dev/null
 fi
-%endif
 
 %postun
-%if 0%{?suse_version} > 1130
-%desktop_database_postun
-%icon_theme_cache_postun
-%mime_database_postun
-%else
 if test -x usr/bin/update-mime-database ; then
   usr/bin/update-mime-database usr/share/mime >/dev/null
 fi
-%endif
 
 %files
 %defattr(-, root, root)

++++++ pitivi-0.98.1.tar.xz -> pitivi-0.99.tar.xz ++++++
/work/SRC/openSUSE:Factory/pitivi/pitivi-0.98.1.tar.xz 
/work/SRC/openSUSE:Factory/.pitivi.new/pitivi-0.99.tar.xz differ: char 8, line 1


Reply via email to