Hello community,

here is the log from the commit of package elinks for openSUSE:Factory checked 
in at 2016-06-19 10:49:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elinks (Old)
 and      /work/SRC/openSUSE:Factory/.elinks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elinks"

Changes:
--------
--- /work/SRC/openSUSE:Factory/elinks/elinks.changes    2016-05-04 
08:19:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.elinks.new/elinks.changes       2016-06-19 
10:49:15.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Jun 14 14:46:59 UTC 2016 - adam.ma...@suse.de
+
+- Add %perl_requires to be certain that package rebuilds when
+  perl is updated. This is causing elinks not to be rebuilt with
+  factory and it can't find current libperl.so. See bnc#984661
+  for details.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ elinks.spec ++++++
--- /var/tmp/diff_new_pack.SIPU88/_old  2016-06-19 10:49:16.000000000 +0200
+++ /var/tmp/diff_new_pack.SIPU88/_new  2016-06-19 10:49:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package elinks
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define pkg_version 0.12pre6
 
 %bcond_with js
@@ -22,10 +23,10 @@
 Name:           elinks
 Version:        0.11.996
 Release:        0
-License:        GPL-2.0
 Summary:        An advanced and well-established feature-rich text mode web 
browser
-Url:            http://elinks.or.cz/
+License:        GPL-2.0
 Group:          Productivity/Networking/Web/Browsers
+Url:            http://elinks.or.cz/
 Source0:        http://elinks.or.cz/download/%{name}-%{pkg_version}.tar.bz2
 # PATCH-FIX-UPSTREAM elinks-0.12_pre5-compilation-fix.patch 
asterios.dra...@gmail.com -- Fix compilation with gc (patch taken from Gentoo)
 Patch0:         elinks-0.12_pre5-compilation-fix.patch
@@ -38,8 +39,8 @@
 %endif
 BuildRequires:  gpm-devel
 %if %{with js}
-BuildRequires:  mozjs24-devel
 BuildRequires:  gcc-c++
+BuildRequires:  mozjs24-devel
 %endif
 BuildRequires:  krb5-devel
 BuildRequires:  libbz2-devel
@@ -50,14 +51,17 @@
 %else
 BuildRequires:  lua-devel
 %endif
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  ruby-devel
 BuildRequires:  tre-devel
 BuildRequires:  zlib-devel
-BuildRequires:  automake autoconf libtool
 Provides:       web_browser
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%perl_requires
 
 %description
 ELinks is an advanced and well-established feature-rich text mode web


Reply via email to