Hello community,

here is the log from the commit of package qrencode for openSUSE:Factory 
checked in at 2012-12-03 11:31:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qrencode (Old)
 and      /work/SRC/openSUSE:Factory/.qrencode.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qrencode", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes        2012-11-12 
07:05:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes   2012-12-03 
11:31:25.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Nov 25 10:40:40 UTC 2012 - [email protected]
+
+- Fix the SLES build:
+  * Replace 'pkgconfig(libpng)'
+  * Replace %make_install
+  * BuildRequires: pkg-config
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qrencode.spec ++++++
--- /var/tmp/diff_new_pack.JX8Emg/_old  2012-12-03 11:31:25.000000000 +0100
+++ /var/tmp/diff_new_pack.JX8Emg/_new  2012-12-03 11:31:25.000000000 +0100
@@ -24,7 +24,12 @@
 Group:          Development/Libraries/C and C++
 Url:            http://fukuchi.org/works/qrencode/index.en.html
 Source:         http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.bz2
+BuildRequires:  pkg-config
+%if !0%{?sles_version}
 BuildRequires:  pkgconfig(libpng)
+%else
+BuildRequires:  libpng-devel
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,7 +64,7 @@
 make %{?_smp_mflags}
 
 %install
-%make_install
+make DESTDIR=%{buildroot} install
 rm -f %{buildroot}%{_libdir}/*.la
 
 %post -n libqrencode3 -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to