Hello community, here is the log from the commit of package dzen2 for openSUSE:Factory checked in at 2018-03-22 12:04:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dzen2 (Old) and /work/SRC/openSUSE:Factory/.dzen2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dzen2" Thu Mar 22 12:04:16 2018 rev:6 rq:589163 version:1332069163 Changes: -------- --- /work/SRC/openSUSE:Factory/dzen2/dzen2.changes 2012-05-21 07:24:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dzen2.new/dzen2.changes 2018-03-22 12:10:11.782750009 +0100 @@ -1,0 +2,7 @@ +Tue Mar 13 16:29:52 UTC 2018 - [email protected] + +- Replace xorg-x11* buildrequires with pkgconfig(x11), + pkgconfig(xft) +- Respect optflags and do not strip the resulting binaries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dzen2.spec ++++++ --- /var/tmp/diff_new_pack.B7bmHm/_old 2018-03-22 12:10:12.930708861 +0100 +++ /var/tmp/diff_new_pack.B7bmHm/_new 2018-03-22 12:10:12.934708719 +0100 @@ -30,7 +30,8 @@ ### URL: http://ftp.us.debian.org/debian/pool/main/d/dzen2/dzen2_0.8.5-4_armel.deb ### *.deb Exctract: ar -x dzen2_0.8.5-4_armel.deb Source1: %{name}_man.tar.bz2 -BuildRequires: xorg-x11-libX11-devel xorg-x11-devel pkg-config +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xft) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -39,6 +40,8 @@ %setup -q -n %{_name}-%{version} %build +sed -i '/^CFLAGS/ s/$/ %optflags/' config.mk +sed -i 's@strip@true@g' Makefile make %{?_smp_mflags} %install
