Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2017-12-06 08:56:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsoup (Old)
 and      /work/SRC/openSUSE:Factory/.libsoup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsoup"

Wed Dec  6 08:56:07 2017 rev:102 rq:548546 version:2.60.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2017-11-03 
19:05:33.693266267 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes     2017-12-06 
08:56:19.637952766 +0100
@@ -1,0 +2,7 @@
+Tue Dec  5 07:56:18 UTC 2017 - [email protected]
+
+- Use python3 during build:
+  + Add libsoup-tld-parser-py3.patch: Use python3 for tld-parser.
+  + Add python3-base BuildRequires.
+
+-------------------------------------------------------------------

New:
----
  libsoup-tld-parser-py3.patch

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

Other differences:
------------------
++++++ libsoup.spec ++++++
--- /var/tmp/diff_new_pack.8Jgeud/_old  2017-12-06 08:56:20.121935049 +0100
+++ /var/tmp/diff_new_pack.8Jgeud/_new  2017-12-06 08:56:20.125934903 +0100
@@ -25,8 +25,11 @@
 Url:            https://wiki.gnome.org/Projects/libsoup
 Source:         
https://download.gnome.org/sources/libsoup/2.60/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
+# PATCH-FIX-UPSTREAM libsoup-tld-parser-py3.patch bgo#785735 
[email protected] -- Use python3 for tld-parser
+Patch0:         libsoup-tld-parser-py3.patch
 BuildRequires:  glib-networking
 BuildRequires:  intltool >= 0.35.0
+BuildRequires:  python3-base
 BuildRequires:  pkgconfig(gio-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.5
@@ -121,6 +124,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++++++ libsoup-tld-parser-py3.patch ++++++
>From 4b924e573da307436169d5ef7e04c0ab85b36ef9 Mon Sep 17 00:00:00 2001
From: Ross Burton <[email protected]>
Date: Wed, 2 Aug 2017 15:17:21 +0100
Subject: tld-parser: use Python 3

The world is moving to Python 3 so do our bit by using Python 3 to run the TLD
parser.

https://bugzilla.gnome.org/show_bug.cgi?id=785735
---
 libsoup/tld-parser.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libsoup/tld-parser.py b/libsoup/tld-parser.py
index 5d9d2ba..a743471 100755
--- a/libsoup/tld-parser.py
+++ b/libsoup/tld-parser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Generate tld rules
 # Copyright (C) 2012 Red Hat, Inc.
-- 
cgit v0.12



Reply via email to