commit ucl for openSUSE:Factory
Hello community, here is the log from the commit of package ucl for openSUSE:Factory checked in at 2017-10-02 16:54:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ucl (Old) and /work/SRC/openSUSE:Factory/.ucl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ucl" Mon Oct 2 16:54:15 2017 rev:2 rq:530174 version:1.03 Changes: -------- --- /work/SRC/openSUSE:Factory/ucl/ucl.changes 2017-08-24 18:45:32.947289108 +0200 +++ /work/SRC/openSUSE:Factory/.ucl.new/ucl.changes 2017-10-02 16:54:22.476952394 +0200 @@ -1,0 +2,6 @@ +Sat Sep 30 10:03:41 UTC 2017 - jengelh@inai.de + +- Trim description boasting. + Remove --with-pic which is useless for --enable-shared builds. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ucl.spec ++++++ --- /var/tmp/diff_new_pack.aAaLJO/_old 2017-10-02 16:54:22.996879416 +0200 +++ /var/tmp/diff_new_pack.aAaLJO/_new 2017-10-02 16:54:23.000878855 +0200 @@ -30,25 +30,21 @@ BuildRequires: gcc-c++ %description -This package contains portable lossless data compression library -written in ANSI C. UCL implements a number of compression algorithms -that achieve an excellent compression ratio while allowing *very* fast -decompression. Decompression requires no additional memory. UCL is -OpenSource reimplementation of some NRV compression algorithms. +This package contains a lossless data compression library written in +ANSI C. UCL implements the NRV compression algorithms. Compared to +LZO, decompression time is traded for compression ratio. %package -n %{libname} -Summary: Shared library for UCL +Summary: The UCL compression library Group: System/Libraries %description -n %{libname} -This package contains portable lossless data compression library -written in ANSI C. UCL implements a number of compression algorithms -that achieve an excellent compression ratio while allowing *very* fast -decompression. Decompression requires no additional memory. UCL is -OpenSource reimplementation of some NRV compression algorithms. +This package contains a lossless data compression library written in +ANSI C. UCL implements the NRV compression algorithms. Compared to +LZO, decompression time is traded for compression ratio. %package devel -Summary: Development Files For UCL Library +Summary: Development files for the UCL library Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Provides: %{libname}-devel = %{version} @@ -67,13 +63,12 @@ xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" %build -export CFLAGS="%{optflags} -std=c90 -fPIC" -export CXXFLAGS="%{optflags} -std=c90 -fPIC" +export CFLAGS="%{optflags} -std=c90" +export CXXFLAGS="%{optflags} -std=c90" export LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now" %configure \ --disable-static \ - --enable-shared \ - --with-pic + --enable-shared make %{?_smp_mflags} %install
participants (1)
-
root@hilbert.suse.de