Hello community,

here is the log from the commit of package icecast for openSUSE:Factory checked 
in at 2014-05-26 14:40:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icecast (Old)
 and      /work/SRC/openSUSE:Factory/.icecast.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icecast"

Changes:
--------
--- /work/SRC/openSUSE:Factory/icecast/icecast.changes  2014-02-11 
15:23:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.icecast.new/icecast.changes     2014-05-26 
14:40:57.000000000 +0200
@@ -1,0 +2,14 @@
+Tue May 20 17:14:26 UTC 2014 - [email protected]
+
+- Update to version 2.4.0:
+  * Support for WebM video
+  * Support for Opus audio in Ogg
+  * Fixes for some race conditions
+  * Allow (standard strftime(3)) %x codes in <dump-file>. Disabled for win32.
+  * Dropped debian packaging directory as debian use their own.
+- Disable Gentoo patches because they have no effect on the OBS builds.
+  icecast-2.3.3-libkate.patch (has no effect on automated builds)
+  icecast-2.3.3-fix-xiph_openssl.patch (spec file guarantees openssl exists)
+- Rebase icecast-fix-no-add-needed.patch for version 2.4.0.
+
+-------------------------------------------------------------------

Old:
----
  icecast-2.3.3-fix-xiph_openssl.patch
  icecast-2.3.3-libkate.patch
  icecast-2.3.3.tar.gz

New:
----
  icecast-2.4.0.tar.gz

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

Other differences:
------------------
++++++ icecast.spec ++++++
--- /var/tmp/diff_new_pack.LW0g3Z/_old  2014-05-26 14:40:59.000000000 +0200
+++ /var/tmp/diff_new_pack.LW0g3Z/_new  2014-05-26 14:40:59.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           icecast
-Version:        2.3.3
+Version:        2.4.0
 Release:        0
 Summary:        Audio Streaming Server
 License:        GPL-2.0+
@@ -33,8 +33,6 @@
 # PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1:         icecast-fix-no-add-needed.patch
 Patch3:         icecast-add_pidfile_directive.patch
-Patch4:         
http://data.gpo.zugaina.org/gentoo/net-misc/icecast/files/icecast-2.3.3-libkate.patch
-Patch5:         
http://data.gpo.zugaina.org/gentoo/net-misc/icecast/files/icecast-2.3.3-fix-xiph_openssl.patch
 BuildRequires:  curl-devel
 BuildRequires:  libtheora-devel
 BuildRequires:  libtool
@@ -78,8 +76,6 @@
 %patch0
 %patch1
 %patch3
-%patch4 -p1
-%patch5 -p1
 
 %build
 autoreconf -fiv
@@ -107,7 +103,7 @@
 D=%{buildroot}%{_docdir}/%{name}
 install -d "$D"
 cp -a README AUTHORS COPYING NEWS TODO ChangeLog "$D/"
-cp -a doc/*.{html,jpg,css} "$D/"
+cp -a doc/*.{html,jpg,png} "$D/"
 cp -a conf/*.dist "$D/"
 
 %clean
@@ -166,7 +162,7 @@
 %dir %doc %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/*.html
 %doc %{_docdir}/%{name}/*.jpg
-%doc %{_docdir}/%{name}/*.css
+%doc %{_docdir}/%{name}/*.png
 %doc %{_docdir}/%{name}/*.dist
 
 %changelog

++++++ icecast-2.3.3.tar.gz -> icecast-2.4.0.tar.gz ++++++
++++ 34997 lines of diff (skipped)

++++++ icecast-fix-no-add-needed.patch ++++++
--- /var/tmp/diff_new_pack.LW0g3Z/_old  2014-05-26 14:40:59.000000000 +0200
+++ /var/tmp/diff_new_pack.LW0g3Z/_new  2014-05-26 14:40:59.000000000 +0200
@@ -1,33 +1,33 @@
---- configure.in.orig  2013-06-04 23:21:32.945687628 +0200
-+++ configure.in       2013-06-04 23:30:16.635405784 +0200
-@@ -1,6 +1,7 @@
- AC_INIT([Icecast], [2.3.3], [[email protected]])
- 
- AC_PREREQ(2.54)
-+AC_CONFIG_MACRO_DIR([m4])
- AC_CONFIG_SRCDIR(src/main.c)
- dnl Process this file with autoconf to produce a configure script.
- 
-@@ -8,7 +9,8 @@
- AM_CONFIG_HEADER(config.h)
- AM_MAINTAINER_MODE
- 
--AC_PROG_CC
-+AC_PROG_CC_STDC
-+AC_USE_SYSTEM_EXTENSIONS
- AC_CANONICAL_HOST
- AC_PROG_LIBTOOL
- AC_SYS_LARGEFILE
-@@ -50,9 +52,12 @@
- 
- dnl -- configure options --
- 
-+XIPH_PATH_XML
- XIPH_PATH_XSLT
- XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$XSLT_CFLAGS])
- XIPH_VAR_PREPEND([XIPH_LIBS],[$XSLT_LIBS])
-+XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$XML_CFLAGS])
-+XIPH_VAR_PREPEND([XIPH_LIBS],[$XML_LIBS])
- 
- XIPH_PATH_VORBIS([
-     XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$VORBIS_CFLAGS])
+--- configure.in.orig  2014-05-04 20:46:52.000000000 +0200
++++ configure.in       2014-05-20 16:41:18.210785900 +0200
+@@ -1,6 +1,7 @@
+ AC_INIT([Icecast], [2.4.0], [[email protected]])
+ 
+ AC_PREREQ(2.54)
++AC_CONFIG_MACRO_DIR([m4])
+ AC_CONFIG_SRCDIR(src/main.c)
+ dnl Process this file with autoconf to produce a configure script.
+ 
+@@ -8,7 +9,8 @@
+ AM_CONFIG_HEADER(config.h)
+ AM_MAINTAINER_MODE
+ 
+-AC_PROG_CC
++AC_PROG_CC_STDC
++AC_USE_SYSTEM_EXTENSIONS
+ AC_CANONICAL_HOST
+ AC_PROG_LIBTOOL
+ AC_SYS_LARGEFILE
+@@ -53,9 +55,12 @@
+ 
+ dnl -- configure options --
+ 
++XIPH_PATH_XML
+ XIPH_PATH_XSLT
+ XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$XSLT_CFLAGS])
+ XIPH_VAR_PREPEND([XIPH_LIBS],[$XSLT_LIBS])
++XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$XML_CFLAGS])
++XIPH_VAR_PREPEND([XIPH_LIBS],[$XML_LIBS])
+ 
+ XIPH_PATH_VORBIS([
+     XIPH_VAR_APPEND([XIPH_CPPFLAGS],[$VORBIS_CFLAGS])

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

Reply via email to