|
|
Author: walters
Update of /cvs/dist/rpms/HelixPlayer/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv30915
Modified Files:
.cvsignore HelixPlayer.spec sources
Added Files:
HelixPlayer-1.0.5-missing-header.patch
Log Message:
update to 1.0.5
HelixPlayer-1.0.5-missing-header.patch:
CHXClientSiteSupplier.h | 1 +
1 files changed, 1 insertion(+)
--- NEW FILE HelixPlayer-1.0.5-missing-header.patch ---
--- hxplay-1.0.5/player/hxclientkit/src/CHXClientSiteSupplier.h.missing-header
2005-06-10 15:25:14.000000000 -0400
+++ hxplay-1.0.5/player/hxclientkit/src/CHXClientSiteSupplier.h 2005-06-10
15:25:45.000000000 -0400
@@ -62,6 +62,7 @@
#include "exit_hx_headers.h"
#include "HXClientCallbacks.h"
+#include "CHXClientSite.h"
class CHXFlatArray;
_INTERFACE IHXPlayer;
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/HelixPlayer/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 19 Apr 2005 23:51:49 -0000 1.7
+++ .cvsignore 24 Jun 2005 18:51:52 -0000 1.8
@@ -1,5 +1 @@
-helixplayer1.0-gold-source.tar.bz2
-hxplay-1.0.1.tar.bz2
-hxplay-1.0.2.tar.bz2
-hxplay-1.0.3.tar.bz2
-hxplay-1.0.4.tar.bz2
+hxplay-1.0.5.tar.bz2
Index: HelixPlayer.spec
===================================================================
RCS file: /cvs/dist/rpms/HelixPlayer/devel/HelixPlayer.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- HelixPlayer.spec 3 May 2005 20:56:45 -0000 1.35
+++ HelixPlayer.spec 24 Jun 2005 18:51:52 -0000 1.36
@@ -2,13 +2,13 @@
Summary: Open source media player based on the Helix framework
Name: HelixPlayer
-Version: 1.0.4
+Version: 1.0.5
Epoch: 1
-Release: 4
+Release: 1
Group: Applications/Multimedia
License: RPSL, GPL
URL: https://player.helixcommunity.org/
-Source: hxplay-1.0.4.tar.bz2
+Source: hxplay-%{version}.tar.bz2
Source1: buildrc
Obsoletes: G2player, RealOne
ExcludeArch: ppc64 x86_64 s390 s390x ia64
@@ -17,6 +17,7 @@
Patch7: HelixPlayer-1.0.3-disable-asm.patch
Patch8: HelixPlayer-1.0.3-use-compat.patch
Patch9: hxplay-1.0.4-nptl.patch
+Patch10: HelixPlayer-1.0.5-missing-header.patch
%if %{_lib} == lib64
%define libdepssuffix ()(64bit)
%else
@@ -48,11 +49,12 @@
Engine.
%prep
-%setup -q -n hxplay-1.0.4
+%setup -q -n hxplay-%{version}
%patch2 -p1 -b cvs-no-update
%patch7 -p1 -b .disable-asm
%patch8 -p1 -b .use-compat
%patch9 -p1 -b .nptl
+%patch10 -p1 -b .missing-header
%build
# Change hxplay_gtk_release to whatever string is in the Makefile
@@ -166,6 +168,11 @@
%{_datadir}/application-registry/hxplay.applications
%changelog
+* Fri Jun 24 2005 Colin Walters <walters@xxxxxxxxxx> 1:1.0.5-1
+- Update to 1.0.5
+- Remove some hardcoded 1.0.4 in specfile in favor of version var
+- New patch HelixPlayer-1.0.5-missing-header.patch
+
* Tue May 03 2005 John (J5) Palmieri <johnp@xxxxxxxxxx> 1:1.0.4-4
- remove compat-gcc32 requirement
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/HelixPlayer/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 19 Apr 2005 23:51:49 -0000 1.8
+++ sources 24 Jun 2005 18:51:52 -0000 1.9
@@ -1 +1 @@
-e1f70532956c0cc1547282957021efc6 hxplay-1.0.4.tar.bz2
+fed9f474827f8ee29d9a1bb999eb0ef3 hxplay-1.0.5.tar.bz2
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|