Hello community,

here is the log from the commit of package cheese for openSUSE:Factory checked 
in at 2018-08-02 14:49:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cheese (Old)
 and      /work/SRC/openSUSE:Factory/.cheese.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cheese"

Thu Aug  2 14:49:28 2018 rev:103 rq:625577 version:3.28.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cheese/cheese.changes    2018-03-26 
12:55:26.721831561 +0200
+++ /work/SRC/openSUSE:Factory/.cheese.new/cheese.changes       2018-08-02 
14:49:30.875408507 +0200
@@ -1,0 +2,10 @@
+Thu Jul 26 20:10:01 UTC 2018 - bjorn....@gmail.com
+
+- Add cheese-silence-gtk-scroll-warning.patch: Silence gtk
+  deprecation warning.
+- Drop no longer needed post(un) handling of
+  glib2_gsettings_schema_post(un) and
+  glib2_gsettings_schema_requires macro from libcheese-common.
+- Use autosetup and make_build macros.
+
+-------------------------------------------------------------------

New:
----
  cheese-silence-gtk-scroll-warning.patch

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

Other differences:
------------------
++++++ cheese.spec ++++++
--- /var/tmp/diff_new_pack.C8Bu8Z/_old  2018-08-02 14:49:31.515409732 +0200
+++ /var/tmp/diff_new_pack.C8Bu8Z/_new  2018-08-02 14:49:31.523409747 +0200
@@ -26,6 +26,8 @@
 Group:          Productivity/Multimedia/Other
 URL:            https://wiki.gnome.org/Apps/Cheese
 Source0:        
http://download.gnome.org/sources/cheese/3.28/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM cheese-silence-gtk-scroll-warning.patch -- Silence gtk 
deprecation warning.
+Patch0:         cheese-silence-gtk-scroll-warning.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
@@ -100,7 +102,6 @@
 %package -n libcheese-common
 Summary:        Common data files for the Cheese webcam booth
 Group:          System/Libraries
-%glib2_gsettings_schema_requires
 
 %description -n libcheese-common
 Cheese is an application to take photos and videos with your webcam,
@@ -123,14 +124,14 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 translation-update-upstream
 
 %build
 %configure \
     --disable-static \
     --disable-scrollkeeper
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -143,11 +144,6 @@
 %postun -n libcheese%{lib_major} -p /sbin/ldconfig
 %post -n libcheese-gtk%{lib_gtk_major} -p /sbin/ldconfig
 %postun -n libcheese-gtk%{lib_gtk_major} -p /sbin/ldconfig
-%post -n libcheese-common
-%glib2_gsettings_schema_post
-
-%postun -n libcheese-common
-%glib2_gsettings_schema_postun
 
 %files
 %license COPYING

++++++ cheese-silence-gtk-scroll-warning.patch ++++++
>From 6fa02e4afac8fc385ba431d2cd79f6d6e2ef0f88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= <bjorn....@gmail.com>
Date: Thu, 26 Jul 2018 20:31:55 +0000
Subject: [PATCH] Drop deprecated GtkScrollbar-min-slider-length

It seems to serve no purpose anymore + added bonus:
Avoid deprecation warning littering journald logs.
---
 data/cheese.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/data/cheese.css b/data/cheese.css
index 6e71f80f..6a48a0c9 100644
--- a/data/cheese.css
+++ b/data/cheese.css
@@ -4,6 +4,5 @@ GtkScrollbar#vscrollbar {
   -GtkScrollbar-has-secondary-backward-stepper: 0;
   -GtkScrollbar-has-forward-stepper: 0;
   -GtkScrollbar-has-secondary-forward-stepper: 0;
-  -GtkScrollbar-min-slider-length: 60;
 }
   
-- 
2.17.1


Reply via email to