Hello community,

here is the log from the commit of package libmodplug for openSUSE:Factory 
checked in at 2014-03-30 07:55:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmodplug (Old)
 and      /work/SRC/openSUSE:Factory/.libmodplug.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmodplug"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmodplug/libmodplug.changes    2014-03-14 
15:16:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmodplug.new/libmodplug.changes       
2014-03-30 12:16:56.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Mar 27 12:05:12 UTC 2014 - [email protected]
+
+- Add patch for broken pc file where quite some upstream refer to
+  modplug directly without specifying the subdir it is in.
+  * libmodplug-0.8.8.5-fix-missing-include-path.patch
+
+-------------------------------------------------------------------

New:
----
  libmodplug-0.8.8.5-fix-missing-include-path.patch

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

Other differences:
------------------
++++++ libmodplug.spec ++++++
--- /var/tmp/diff_new_pack.oi05q0/_old  2014-03-30 12:16:58.000000000 +0200
+++ /var/tmp/diff_new_pack.oi05q0/_new  2014-03-30 12:16:58.000000000 +0200
@@ -17,7 +17,6 @@
 
 
 %define soname 1
-
 Name:           libmodplug
 Version:        0.8.8.5
 Release:        0
@@ -29,6 +28,8 @@
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE libmodplug-timidity.patch -- set paths to openSUSE 
timidity package
 Patch1:         libmodplug-timidity.patch
+# PATCH-FIX-UPSTREAM libmodplug-0.8.8.5-fix-missing-include-path.patch -- set 
includedir in pc file
+Patch2:         libmodplug-0.8.8.5-fix-missing-include-path.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -62,6 +63,7 @@
 %prep
 %setup -q
 %patch1
+%patch2 -p1
 sed -i 's/\r$//' ChangeLog
 
 %build
@@ -70,15 +72,12 @@
 
 %install
 %make_install
-rm %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libmodplug%{soname} -p /sbin/ldconfig
 
 %postun -n libmodplug%{soname} -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files -n libmodplug%{soname}
 %defattr(0644,root,root,0755)
 %{_libdir}/%{name}.so.%{soname}*

++++++ libmodplug-0.8.8.5-fix-missing-include-path.patch ++++++
diff -urN libmodplug-0.8.8.5.old/libmodplug.pc.in 
libmodplug-0.8.8.5/libmodplug.pc.in
--- libmodplug-0.8.8.5.old/libmodplug.pc.in     2014-03-27 13:04:13.803895733 
+0100
+++ libmodplug-0.8.8.5/libmodplug.pc.in 2014-03-27 13:04:26.425896900 +0100
@@ -9,4 +9,4 @@
 Requires: 
 Libs: -L${libdir} -lmodplug 
 Libs.private: -lstdc++ -lm
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I${includedir}/libmodplug
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to