Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2017-05-08 19:04:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sbcl (Old)
 and      /work/SRC/openSUSE:Factory/.sbcl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sbcl"

Mon May  8 19:04:22 2017 rev:45 rq:493370 version:1.3.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes        2017-04-13 
10:45:38.648556322 +0200
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2017-05-08 
19:04:57.235701737 +0200
@@ -1,0 +2,7 @@
+Sun May  7 10:40:52 UTC 2017 - [email protected]
+
+- Added #!BuildIgnore gcc-PIE to make it build in the Global PIE
+  support project.
+- move info deinstall from %postun to %preun
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sbcl.spec ++++++
--- /var/tmp/diff_new_pack.xvsiOi/_old  2017-05-08 19:04:58.191566704 +0200
+++ /var/tmp/diff_new_pack.xvsiOi/_new  2017-05-08 19:04:58.195566139 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sbcl
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,6 +17,7 @@
 
 
 Name:           sbcl
+#!BuildIgnore: gcc-PIE
 Version:        1.3.16
 Release:        0
 Summary:        Steel Bank Common Lisp
@@ -115,9 +116,6 @@
 # remove Makefiles
 find %{buildroot} -name Makefile | xargs rm -f
 
-%clean
-rm -rf %{buildroot}
-
 # How to make that info stuff portable?
 %if 0%{?install_info:1} > 0
 
@@ -125,7 +123,7 @@
 %install_info --info-dir=%{_infodir} %{_infodir}/asdf.info.*
 %install_info --info-dir=%{_infodir} %{_infodir}/sbcl.info.*
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/asdf.info.*
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/sbcl.info.*
 %endif


Reply via email to