commit projectM for openSUSE:Factory

2012-03-28 Thread h_root
Hello community,

here is the log from the commit of package projectM for openSUSE:Factory 
checked in at 2012-03-29 07:47:06

Comparing /work/SRC/openSUSE:Factory/projectM (Old)
 and  /work/SRC/openSUSE:Factory/.projectM.new (New)


Package is "projectM", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/projectM/projectM.changes2012-01-05 
19:15:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.projectM.new/projectM.changes   2012-03-29 
07:47:10.0 +0200
@@ -1,0 +2,5 @@
+Tue Mar 27 19:18:42 UTC 2012 - dval...@suse.com
+
+- fix ppc64 build
+
+---



Other differences:
--
++ projectM.spec ++
--- /var/tmp/diff_new_pack.YKcjWH/_old  2012-03-29 07:47:12.0 +0200
+++ /var/tmp/diff_new_pack.YKcjWH/_new  2012-03-29 07:47:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package projectM
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   projectM
 Version:2.0.1
 Release:1.1
-License:LGPL-2.1+
 Summary:An Awesome Music Visualizer
-Url:http://projectm.sourceforge.net
+License:LGPL-2.1+
 Group:  Productivity/Multimedia/Sound/Visualization
+Url:http://projectm.sourceforge.net
 Source0:%{name}-%{version}.tar.bz2
 Source1:FindGLEW.cmake
 Patch0: override_cmake_cmp0015_warning.patch
@@ -112,7 +113,7 @@
 %fdupes
 %suse_update_desktop_file -n 
%{buildroot}%{_datadir}/applications/%{name}-pulseaudio.desktop Mixer
 
-%ifarch x86_64
+%ifarch x86_64 ppc64
 mv %{buildroot}%{_prefix}/lib/* %{buildroot}%{_libdir}
 %endif
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit projectM for openSUSE:Factory

2012-05-14 Thread h_root
Hello community,

here is the log from the commit of package projectM for openSUSE:Factory 
checked in at 2012-05-14 16:18:09

Comparing /work/SRC/openSUSE:Factory/projectM (Old)
 and  /work/SRC/openSUSE:Factory/.projectM.new (New)


Package is "projectM", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/projectM/projectM.changes2012-03-29 
07:47:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.projectM.new/projectM.changes   2012-05-14 
16:18:13.0 +0200
@@ -1,0 +2,5 @@
+Sat May 12 15:33:06 UTC 2012 - reddw...@opensuse.org
+
+- fix the version in the pkg-config file
+
+---

New:

  projectM-2.0.1-pc_version.patch



Other differences:
--
++ projectM.spec ++
--- /var/tmp/diff_new_pack.NptJgh/_old  2012-05-14 16:18:15.0 +0200
+++ /var/tmp/diff_new_pack.NptJgh/_new  2012-05-14 16:18:15.0 +0200
@@ -26,6 +26,7 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:FindGLEW.cmake
 Patch0: override_cmake_cmp0015_warning.patch
+Patch1: projectM-2.0.1-pc_version.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  ftgl-devel
@@ -91,6 +92,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p0
 rm -r src/WinLibs # legal issues, see bnc#738417, we don't need that whole tree
 
 %build

++ projectM-2.0.1-pc_version.patch ++
Index: src/libprojectM/libprojectM.pc.in
===
--- src/libprojectM/libprojectM.pc.in.orig
+++ src/libprojectM/libprojectM.pc.in
@@ -6,7 +6,7 @@ pkgdatadir=@CMAKE_INSTALL_PREFIX@/@RESOU
 sysconfdir=@CMAKE_INSTALL_PREFIX@/@RESOURCE_PREFIX@
 
 Name: libprojectM
-Version: 2.0.0
+Version: 2.0.1
 Description: projectM - OpenGL Milkdrop
 Requires:
 Libs: -L${libdir} -lprojectM 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org