Hello community,

here is the log from the commit of package irssi for openSUSE:Factory checked 
in at 2016-09-30 15:35:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/irssi (Old)
 and      /work/SRC/openSUSE:Factory/.irssi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "irssi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/irssi/irssi.changes      2016-09-23 
11:40:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.irssi.new/irssi.changes 2016-09-30 
15:35:48.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Sep 21 22:24:11 UTC 2016 - mrueck...@suse.de
+
+- disable PIE on sle11
+
+-------------------------------------------------------------------
+Wed Sep 21 22:07:13 UTC 2016 - mrueck...@suse.de
+
+- add BR for xz to fix build on sle11
+- switch to %{?_smp_mflags}
+- pass --disable-silent-rules to get verbose makefiles again
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ irssi.spec ++++++
--- /var/tmp/diff_new_pack.T6s7WM/_old  2016-09-30 15:35:51.000000000 +0200
+++ /var/tmp/diff_new_pack.T6s7WM/_new  2016-09-30 15:35:51.000000000 +0200
@@ -38,6 +38,7 @@
 BuildRequires:  perl-macros
 %endif
 BuildRequires:  perl
+BuildRequires:  xz
 Conflicts:      %{name}-snapshot
 #
 Url:            http://www.irssi.org
@@ -108,9 +109,16 @@
 %if 0%{?sles_version} == 9
 export PKG_CONFIG_PATH="/opt/gnome/%{_lib}/pkgconfig:$PKG_CONFIG_PATH"
 %endif
-export CFLAGS="%{optflags} -fno-strict-aliasing 
-DGLIB_DISABLE_DEPRECATION_WARNINGS -fPIE"
+
+export CFLAGS="%{optflags} -fno-strict-aliasing 
-DGLIB_DISABLE_DEPRECATION_WARNINGS"
+
+%if 0%{?suse_version} > 1110
+export CFLAGS="$CFLAGS -fPIE"
 export LDFLAGS="-pie"
+%endif
+
 %configure              \
+    --disable-silent-rules \
     --enable-ipv6       \
     --with-bot          \
     --with-proxy        \
@@ -124,10 +132,10 @@
     --enable-true-color \
     --with-perl=yes     \
     --with-perl-lib=vendor
-%__make %{?jobs:-j%{jobs}} all
+%__make %{?_smp_mflags} all V=1
 
 %install
-%makeinstall docdir=%{_docdir}/%{name}
+%makeinstall docdir=%{_docdir}/%{name} V=1
 %perl_process_packlist
 %__rm %{buildroot}%{_libdir}/irssi/modules/libirc_proxy.{a,la}
 





Reply via email to