Hello community,

here is the log from the commit of package SDL_Pango for openSUSE:Factory 
checked in at 2013-04-18 11:00:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL_Pango (Old)
 and      /work/SRC/openSUSE:Factory/.SDL_Pango.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL_Pango", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL_Pango/SDL_Pango.changes      2013-01-08 
14:59:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.SDL_Pango.new/SDL_Pango.changes 2013-04-18 
11:00:01.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Apr 17 14:49:54 UTC 2013 - [email protected]
+
+- Add libtool BuildRequires and call to autoreconf: even though we
+  don't have any patches, we need to bootstrap, as the ancient
+  ./libtool in the tarball (version 1.5) fails to work on recent
+  Builders, resulting in linker errors.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ SDL_Pango.spec ++++++
--- /var/tmp/diff_new_pack.hL2nV5/_old  2013-04-18 11:00:03.000000000 +0200
+++ /var/tmp/diff_new_pack.hL2nV5/_new  2013-04-18 11:00:03.000000000 +0200
@@ -17,18 +17,20 @@
 
 
 Name:           SDL_Pango
-BuildRequires:  libSDL-devel
-BuildRequires:  pango-devel
-BuildRequires:  pkgconfig
-Url:            http://sdlpango.sourceforge.net/
 Version:        0.1.2
 Release:        0
 Summary:        Programming Pango via SDL
 License:        LGPL-2.1+
 Group:          System/Libraries
+Url:            http://sdlpango.sourceforge.net/
 Source:         %{name}-%{version}.tar.bz2
 Source2:        baselibs.conf
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0:         %{name}-%{version}-API-adds.patch
+BuildRequires:  libSDL-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(pango)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,12 +65,13 @@
 %patch0
 
 %build
+autoreconf -fiv
 %configure --disable-static --with-pic
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+%make_install
+rm -f %{buildroot}%{_libdir}/*.la
 
 %post -n libSDL_Pango1 -p /sbin/ldconfig
 

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

Reply via email to