Hello community,

here is the log from the commit of package totem for openSUSE:Factory checked 
in at 2018-03-26 12:55:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/totem (Old)
 and      /work/SRC/openSUSE:Factory/.totem.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "totem"

Mon Mar 26 12:55:44 2018 rev:133 rq:590337 version:3.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/totem/totem.changes      2018-03-14 
19:27:21.742081302 +0100
+++ /work/SRC/openSUSE:Factory/.totem.new/totem.changes 2018-03-26 
12:55:45.289161558 +0200
@@ -1,0 +2,17 @@
+Tue Mar 20 16:47:06 UTC 2018 - [email protected]
+
+- Unconditionally enable translation-update-upstream: on
+  Tumbleweed, this results in a NOP and for Leap in SLE paid
+  translations being used (boo#1086036).
+
+-------------------------------------------------------------------
+Mon Mar 12 07:52:04 UTC 2018 - [email protected]
+
+- Add totem-fix-libtotem_gir-dependency.patch: build: Fix
+  libtotem_gir dependency for vala plugins.
+- Add gstreamer-plugins-ugly Recommends: We want to pull in the
+  codecs available in that package (mp3, ac3 and mpeg2 support).
+- Drop la files rm from install section, no longer needed, we are
+  using meson build system now.
+
+-------------------------------------------------------------------
@@ -2133 +2150 @@
-- removed gnome-icon-theme from Requieres and BuildRequieres
+- removed gnome-icon-theme from Requires and BuildRequires

New:
----
  totem-fix-libtotem_gir-dependency.patch

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

Other differences:
------------------
++++++ totem.spec ++++++
--- /var/tmp/diff_new_pack.8rRQJg/_old  2018-03-26 12:55:47.325088092 +0200
+++ /var/tmp/diff_new_pack.8rRQJg/_new  2018-03-26 12:55:47.341087514 +0200
@@ -37,6 +37,8 @@
 Patch4:         totem-nb-translations.patch
 # PATCH-FIX-UPSTREAM totem-thumbnailer-blacklist-fixes.patch bgo#790491 
[email protected] -- Fixes to the thumbnailer blacklists plugins
 Patch5:         totem-thumbnailer-blacklist-fixes.patch
+# PATCH-FIX-UPSTREAM totem-fix-libtotem_gir-dependency.patch 
[email protected] -- build: fix libtotem_gir dependency for vala plugins
+Patch6:         totem-fix-libtotem_gir-dependency.patch
 BuildRequires:  appstream-glib
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -50,6 +52,7 @@
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  python3-pylint
+BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.14.1
 BuildRequires:  yelp-tools
@@ -83,6 +86,7 @@
 # Required for cluttersink
 Recommends:     gstreamer-plugin-cluttergst3
 Recommends:     gstreamer-plugins-bad
+Recommends:     gstreamer-plugins-ugly
 Recommends:     totem-plugins
 Suggests:       gnome-dvb-daemon
 # totem-plugin-upnp has been substituted by a grilo plugin.
@@ -92,9 +96,6 @@
 Obsoletes:      totem-browser-plugin-gmp < 3.13.90
 Obsoletes:      totem-browser-plugin-vegas < 3.13.90
 %glib2_gsettings_schema_requires
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
 %if %{build_zeitgeist_plugin}
 BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.12
 %endif
@@ -170,9 +171,7 @@
 
 %prep
 %autosetup -p1
-%if !0%{?is_opensuse}
 translation-update-upstream
-%endif
 
 %build
 # FIXME once we figure out whats wrong with lirc-devel, add this to meson calls
@@ -191,9 +190,7 @@
 
 %install
 %meson_install
-
 %find_lang %{name} %{?no_lang_C}
-find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}/%{_prefix}
 
 %post   -p /sbin/ldconfig
@@ -201,7 +198,6 @@
 
 %files
 %license COPYING
-
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/*
 %{_datadir}/GConf/gsettings/totem.convert

++++++ totem-fix-libtotem_gir-dependency.patch ++++++
>From 02349cfbbf6c5c1242681aa50b828f841e0e3a42 Mon Sep 17 00:00:00 2001
From: Christian Hergert <[email protected]>
Date: Wed, 10 Jan 2018 18:05:19 -0800
Subject: build: fix libtotem_gir dependency for vala plugins

This should fix both local builds which are racing against this and the
flatpak build which has failed a number of times.
---
 src/plugins/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/meson.build b/src/plugins/meson.build
index 95af648..6c884dc 100644
--- a/src/plugins/meson.build
+++ b/src/plugins/meson.build
@@ -115,7 +115,7 @@ if plugins_option != 'none'
 
   if have_vala
     plugins_vala_deps = [
-      declare_dependency(sources: libtotem_gir)
+      declare_dependency(sources: libtotem_gir[0])
     ]
 
     plugins_vala_flags = [
-- 
cgit v0.12


Reply via email to