Hello community,

here is the log from the commit of package muffin for openSUSE:Factory checked 
in at 2019-11-07 23:16:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/muffin (Old)
 and      /work/SRC/openSUSE:Factory/.muffin.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "muffin"

Thu Nov  7 23:16:24 2019 rev:19 rq:745579 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/muffin/muffin.changes    2019-07-29 
17:29:04.890242462 +0200
+++ /work/SRC/openSUSE:Factory/.muffin.new.2990/muffin.changes  2019-11-07 
23:16:33.948537359 +0100
@@ -1,0 +2,6 @@
+Wed Nov  6 04:00:02 UTC 2019 - Marguerite Su <i...@marguerite.su>
+
+- add 0001-fix-warnings-when-compiling.patch
+  * don't treat Gi warnings as error
+
+-------------------------------------------------------------------

New:
----
  0001-fix-warnings-when-compiling.patch

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

Other differences:
------------------
++++++ muffin.spec ++++++
--- /var/tmp/diff_new_pack.exJ7w1/_old  2019-11-07 23:16:34.844538341 +0100
+++ /var/tmp/diff_new_pack.exJ7w1/_new  2019-11-07 23:16:34.860538358 +0100
@@ -30,6 +30,8 @@
 Source:         
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE muffin-svid-default-source.patch marguer...@opensuse.org 
-- Change _SVID_SOURCE to _DEFAULT_SOURCE.
 Patch0:         %{name}-svid-default-source.patch
+# PATCH-FIX-UPSTREAM 0001-fix-warnings-when-compiling.patch 
leigh123li...@googlemail.com -- don't treat Gi warnings as error
+Patch1:         0001-fix-warnings-when-compiling.patch
 BuildRequires:  autoconf
 BuildRequires:  autoconf-archive
 BuildRequires:  automake

++++++ 0001-fix-warnings-when-compiling.patch ++++++
>From 9f380ffd93616832919ab45d9d5c24cb393d7df7 Mon Sep 17 00:00:00 2001
From: Leigh Scott <leigh123li...@googlemail.com>
Date: Fri, 27 Sep 2019 10:41:56 +0100
Subject: [PATCH] fix warnings when compiling

This reverts commit 312ab2bf6791fbad0a1b3139fc398d741ac4ed61.
---
 src/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index cbb5b3a..d2aa04f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -281,7 +281,7 @@ Meta-$(api_version).gir: libmuffin.la
        muffin-enum-types.h                     \
        $(libmuffininclude_base_headers)        \
        $(filter %.c,$(libmuffin_la_SOURCES))
-@META_GIR@_SCANNERFLAGS = $(WARN_SCANNERFLAGS) --warn-all --warn-error
+@META_GIR@_SCANNERFLAGS = $(WARN_SCANNERFLAGS) --warn-all
 
 endif
 
-- 
2.21.0


Reply via email to