Hello community,

here is the log from the commit of package lightspark for openSUSE:Factory 
checked in at 2012-06-26 16:16:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lightspark (Old)
 and      /work/SRC/openSUSE:Factory/.lightspark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lightspark", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/lightspark/lightspark.changes    2012-06-10 
23:01:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lightspark.new/lightspark.changes       
2012-06-26 16:16:28.000000000 +0200
@@ -1,0 +2,19 @@
+Fri Jun 22 17:07:14 UTC 2012 - reddw...@opensuse.org
+
+- Update to 0.6.0.1
+  * Enable RTMP support by default, requires librtmp
+  * Fixed support for IEventDispatcher implementation pattern
+  * Improved serialization robustness
+  * Improved matrix handling
+  * Implement string and namespace pooling to reduce memory consumption
+  * Proper support for private namespaces
+  * Improved support for fonts
+  * Support LLVM 3.1
+  * Fix full volume issue when PulseAudio flat volumes are enabled
+  * Initial support for AIR desktop applications
+  * Support for www.bbc.co.uk video player
+- Remove lightspark-0.5.7-llvm_31.patch and
+  lightspark-0.5.7-ffmpeg_011.patch, applied upstream
+- Optionally support RTMP
+
+-------------------------------------------------------------------

Old:
----
  lightspark-0.5.7-ffmpeg_011.patch
  lightspark-0.5.7-llvm_31.patch
  lightspark-0.5.7.tar.gz

New:
----
  lightspark-0.6.0.1.tar.gz

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

Other differences:
------------------
++++++ lightspark.spec ++++++
--- /var/tmp/diff_new_pack.nsJEng/_old  2012-06-26 16:16:29.000000000 +0200
+++ /var/tmp/diff_new_pack.nsJEng/_new  2012-06-26 16:16:29.000000000 +0200
@@ -17,9 +17,10 @@
 
 
 %bcond_with ffmpeg
+%bcond_with rtmp
 
 Name:           lightspark
-Version:        0.5.7
+Version:        0.6.0.1
 Release:        0
 Summary:        Modern, free, open-source flash player implementation
 License:        LGPL-3.0+
@@ -28,10 +29,6 @@
 Source0:        
https://launchpad.net/lightspark/trunk/lightspark-%{version}/+download/lightspark-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM lightspark-0.5.7-underlinking.patch lp#1000818 
reddw...@opensuse.org -- Link against GTK
 Patch0:         lightspark-0.5.7-underlinking.patch
-# PATCH-FIX-UPSTREAM lightspark-0.5.7-llvm_31.patch lp#980464 
reddw...@opensuse.org -- Fix build with LLVM 3.1. Took from GIT
-Patch1:         lightspark-0.5.7-llvm_31.patch
-# PATCH-FIX-UPSTREAM lightspark-0.5.7-ffmpeg_011.patch lp#1005534 
reddw...@opensuse.org -- Fix build with ffmpeg 0.11. Already in GIT
-Patch2:         lightspark-0.5.7-ffmpeg_011.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
@@ -58,6 +55,9 @@
 BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(pangocairo)
 BuildRequires:  pkgconfig(x11)
+%if %{with rtmp}
+BuildRequires:  pkgconfig(librtmp)
+%endif
 %if %{with ffmpeg}
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavformat)
@@ -80,8 +80,6 @@
 %prep
 %setup -q
 %patch0
-%patch1
-%patch2
 
 %build
 export CFLAGS='%{optflags}'
@@ -94,7 +92,8 @@
       -DLIB_SUFFIX=$(echo %{_lib} | cut -b4-) \
       -DCMAKE_BUILD_TYPE=RelWithDebugInfo \
       -DPLUGIN_DIRECTORY=%{_libdir}/browser-plugins \
-      -DENABLE_LIBAVCODEC=%{?with_ffmpeg:YES}%{!?with_ffmpeg:NO} ..
+      -DENABLE_LIBAVCODEC=%{?with_ffmpeg:YES}%{!?with_ffmpeg:NO} \
+      -DENABLE_RTMP=%{?with_rtmp:YES}%{!?with_rtmp:NO} ..
 make %{?_smp_mflags}
 
 %install

++++++ lightspark-0.5.7.tar.gz -> lightspark-0.6.0.1.tar.gz ++++++
++++ 11833 lines of diff (skipped)

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

Reply via email to