Hello community,

here is the log from the commit of package medit for openSUSE:Factory checked 
in at 2017-12-29 18:50:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/medit (Old)
 and      /work/SRC/openSUSE:Factory/.medit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "medit"

Fri Dec 29 18:50:12 2017 rev:2 rq:559708 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/medit/medit.changes      2017-08-24 
18:33:12.747562286 +0200
+++ /work/SRC/openSUSE:Factory/.medit.new/medit.changes 2017-12-29 
18:50:17.259613516 +0100
@@ -1,0 +2,5 @@
+Sat Dec 23 15:49:48 UTC 2017 - [email protected]
+
+- Correct BuildRequires to fix build on Tumbleweed 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ medit.spec ++++++
--- /var/tmp/diff_new_pack.0oBZyW/_old  2017-12-29 18:50:18.087375777 +0100
+++ /var/tmp/diff_new_pack.0oBZyW/_new  2017-12-29 18:50:18.091374629 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package medit
 #
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2014 Malcolm J Lewis <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,10 +22,10 @@
 %define                moo_package_name %{name}-1
 Version:        1.2.0
 Release:        0
-License:        LGPL-2.1
 Summary:        A programming and around-programming text editor
-Url:            http://mooedit.sourceforge.net/
+License:        LGPL-2.1
 Group:          Productivity/Text/Editors
+Url:            http://mooedit.sourceforge.net/
 Source:         
http://download.sourceforge.net/mooedit/medit/1.2.0/medit-1.2.0.tar.bz2
 # PATCH-FIX-OPENSUSE medit-fix-configure-errors.patch 
[email protected] -- Fix docdir location and add linker flag for 
gmodule-no-export-2.0.
 Patch0:         medit-fix-configure-errors.patch
@@ -39,17 +40,18 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  perl-XML-Parser
-%if 0%{?suse_version} > 1130 
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libxml-2.0)
-%else
-BuildRequires:  gtk2-devel
-BuildRequires:  libxml2-devel
-%endif
 BuildRequires:  python-gtk-devel
+BuildRequires:  python-xml
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-libICE-devel
-BuildRequires:  xorg-x11-libSM-devel
+BuildRequires:  pkgconfig(atk)
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(pango)
+BuildRequires:  pkgconfig(sm)
+BuildRequires:  pkgconfig(x11)
 Requires:       python-gobject2
 Requires:       python-gtk
 Requires:       python-vte
@@ -79,7 +81,7 @@
 %build
 %configure --enable-shared \
            --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %makeinstall


Reply via email to