Author: rathann
Update of /cvs/free/rpms/xvidcore/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28922
Modified Files:
.cvsignore sources xvidcore.spec
Log Message:
* Mon Jan 10 2011 Dominik Mierzejewski <rpm at greysector.net> - 1.3.0-0.1.rc1
- 1.3.0-rc1
- drop upstreamed noexec stack patch
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xvidcore/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 12 Dec 2010 02:36:07 -0000 1.5
+++ .cvsignore 10 Jan 2011 19:17:08 -0000 1.6
@@ -1 +1 @@
-xvidcore-1.2.2.tar.bz2
+xvidcore-1.3.0-rc1.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xvidcore/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 12 Dec 2010 02:36:07 -0000 1.5
+++ sources 10 Jan 2011 19:17:08 -0000 1.6
@@ -1 +1 @@
-6a3473a12c8a1fa7bdc2b5cb829fab58 xvidcore-1.2.2.tar.bz2
+ab447a893e6dbfa556a7eb7043979d96 xvidcore-1.3.0-rc1.tar.bz2
Index: xvidcore.spec
===================================================================
RCS file: /cvs/free/rpms/xvidcore/devel/xvidcore.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xvidcore.spec 12 Dec 2010 02:36:07 -0000 1.6
+++ xvidcore.spec 10 Jan 2011 19:17:08 -0000 1.7
@@ -1,13 +1,14 @@
+%global pre -rc1
+
Name: xvidcore
-Version: 1.2.2
-Release: 1%{?dist}
+Version: 1.3.0
+Release: 0.1.rc1%{?dist}
Summary: MPEG-4 Simple and Advanced Simple Profile codec
Group: System Environment/Libraries
License: GPLv2+
URL:
http://www.xvid.org/
-Source0:
http://downloads.xvid.org/downloads/xvidcore-%{version}.tar.bz2
-Patch0: xvidcore-noexec-stack.patch
+Source0:
http://downloads.xvid.org/downloads/xvidcore-%{version}%{pre}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%ifarch %{ix86} x86_64
@@ -35,7 +36,6 @@
%prep
%setup -q -n %{name}
-%patch0 -p1 -z .noexec-stack
chmod -x examples/*.pl
f=AUTHORS ; iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f && touch -r $f $f.utf8
&& mv $f.utf8 $f
# Yes, we want to see the build output.
@@ -83,6 +83,10 @@
%changelog
+* Mon Jan 10 2011 Dominik Mierzejewski <rpm at greysector.net> - 1.3.0-0.1.rc1
+- 1.3.0-rc1
+- drop upstreamed noexec stack patch
+
* Sat Dec 11 2010 Dominik Mierzejewski <rpm at greysector.net> - 1.2.2-1
- 1.2.2
- rebase noexec-stack patch