Hello community,

here is the log from the commit of package projectM for openSUSE:Factory 
checked in at 2012-05-31 17:09:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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.changes        2012-05-14 
16:18:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.projectM.new/projectM.changes   2012-05-31 
17:09:17.000000000 +0200
@@ -1,0 +2,11 @@
+Thu May 24 22:31:29 UTC 2012 - i...@marguerite.su
+
+- update version 2.1.0
+  * Fixed several memory leaks (when projectM gets destroyed, or when a preset 
gets destroyed)
+  * Resolved some parser errors and an embarrasing evaluation bug (in 
particular, 2^x does not equal x^2)
+  * +/- keys support to edit the ratings
+  * libvisual / gstreamer compatible
+  * Various cmake build fixes and improvements
+- drop two patches. upstream fixed.
+
+-------------------------------------------------------------------

Old:
----
  override_cmake_cmp0015_warning.patch
  projectM-2.0.1-pc_version.patch
  projectM-2.0.1.tar.bz2

New:
----
  projectM-2.1.0.tar.bz2

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

Other differences:
------------------
++++++ projectM.spec ++++++
--- /var/tmp/diff_new_pack.evkJct/_old  2012-05-31 17:09:20.000000000 +0200
+++ /var/tmp/diff_new_pack.evkJct/_new  2012-05-31 17:09:20.000000000 +0200
@@ -17,16 +17,14 @@
 
 
 Name:           projectM
-Version:        2.0.1
-Release:        1.1
+Version:        2.1.0
+Release:        0
 Summary:        An Awesome Music Visualizer
 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
-Patch1:         projectM-2.0.1-pc_version.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  ftgl-devel
@@ -91,8 +89,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
@@ -104,7 +101,10 @@
   EXTRA_FLAGS="$EXTRA_FLAGS -DLIB_SUFFIX=64"
 fi
 
-cmake -DCMAKE_INSTALL_PREFIX=/usr $EXTRA_FLAGS ..
+#projectM-test has link problems, I don't know how to fix, so disable it
+cmake -DCMAKE_INSTALL_PREFIX=/usr $EXTRA_FLAGS \
+      -DINCLUDE-PROJECTM-TEST=OFF \
+      ..
 
 make %{?_smp_mflags}
 
@@ -135,14 +135,14 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/%{name}-pulseaudio
-%{_bindir}/%{name}-test
-%{_bindir}/%{name}-test-texture
+#%{_bindir}/%{name}-test
+#%{_bindir}/%{name}-test-texture
 %{_datadir}/applications/%{name}-pulseaudio.desktop
 %{_datadir}/pixmaps/*
 
 %files -n lib%{name}2
 %defattr(-,root,root)
-%{_libdir}/lib%{name}.so.2.00
+%{_libdir}/lib%{name}.so.%{version}
 
 %files -n lib%{name}-qt1
 %defattr(-,root,root)

++++++ projectM-2.0.1.tar.bz2 -> projectM-2.1.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/projectM/projectM-2.0.1.tar.bz2 
/work/SRC/openSUSE:Factory/.projectM.new/projectM-2.1.0.tar.bz2 differ: char 
11, line 1

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

Reply via email to