Hello community,

here is the log from the commit of package jemalloc for openSUSE:Factory 
checked in at 2020-11-24 22:09:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jemalloc (Old)
 and      /work/SRC/openSUSE:Factory/.jemalloc.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jemalloc"

Tue Nov 24 22:09:37 2020 rev:33 rq:850229 version:5.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/jemalloc/jemalloc.changes        2020-11-23 
10:31:18.901415515 +0100
+++ /work/SRC/openSUSE:Factory/.jemalloc.new.5913/jemalloc.changes      
2020-11-24 22:09:47.731346308 +0100
@@ -1,0 +2,5 @@
+Mon Nov 23 10:23:39 UTC 2020 - Martin Liška <mli...@suse.cz>
+
+- Enable LTO as it works (boo#1133136).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jemalloc.spec ++++++
--- /var/tmp/diff_new_pack.VFXFsw/_old  2020-11-24 22:09:48.995347479 +0100
+++ /var/tmp/diff_new_pack.VFXFsw/_new  2020-11-24 22:09:48.999347483 +0100
@@ -27,7 +27,7 @@
 Source:         
https://github.com/jemalloc/jemalloc/releases/download/%version/jemalloc-%version.tar.bz2
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 Requires:       %lname = %version
 
 %description
@@ -52,20 +52,19 @@
 implementation.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%define _lto_cflags %{nil}
 export EXTRA_CFLAGS="%optflags -std=gnu99"
 %configure --disable-static --enable-prof \
 %ifarch %arm
   --disable-thp
 %endif
 
-make %{?_smp_mflags}
+%make_build
 
 %install
-b="%buildroot"
+b=%buildroot
 %make_install
 if [ "%_docdir" != "%_datadir/doc" ]; then
        # Makefile apparently ignored the --docdir in %%configure
@@ -75,13 +74,12 @@
 
 %check
 export LD_LIBRARY_PATH="$PWD/lib:$LD_LIBRARY_PATH"
-make %{?_smp_mflags} check
+%make_build check
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %_bindir/jemalloc.sh
 %_bindir/jemalloc-config
 %_bindir/jeprof
@@ -89,12 +87,11 @@
 %_docdir/%name
 
 %files -n %lname
-%defattr(-,root,root)
-%doc ChangeLog COPYING README
+%license COPYING
+%doc ChangeLog README
 %_libdir/libjemalloc.so.2*
 
 %files devel
-%defattr(-,root,root)
 %_includedir/jemalloc
 %_libdir/libjemalloc.so
 %_libdir/pkgconfig/jemalloc.pc
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to