rpms/pitivi/devel .cvsignore, 1.13, 1.14 0001-Fix-non-utf-8-ness-in-ChangeLog.patch, 1.1, 1.2 pitivi.spec, 1.32, 1.33 sources, 1.13, 1.14 pitivi-0.11.3-py26.patch, 1.1, NONE

Jeffrey C. Ollie jcollie at fedoraproject.org
Thu May 21 13:36:59 UTC 2009


Author: jcollie

Update of /cvs/pkgs/rpms/pitivi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19316

Modified Files:
	.cvsignore 0001-Fix-non-utf-8-ness-in-ChangeLog.patch 
	pitivi.spec sources 
Removed Files:
	pitivi-0.11.3-py26.patch 
Log Message:
* Thu May 21 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.13.%{minor}-1
- Upgrade to 0.13.1 prerelease



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pitivi/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	15 Dec 2008 14:22:51 -0000	1.13
+++ .cvsignore	21 May 2009 13:36:28 -0000	1.14
@@ -1 +1 @@
-pitivi-0.11.3.tar.bz2
+pitivi-0.13.0.2.tar.bz2

0001-Fix-non-utf-8-ness-in-ChangeLog.patch:

Index: 0001-Fix-non-utf-8-ness-in-ChangeLog.patch
===================================================================
RCS file: /cvs/pkgs/rpms/pitivi/devel/0001-Fix-non-utf-8-ness-in-ChangeLog.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 0001-Fix-non-utf-8-ness-in-ChangeLog.patch	15 Dec 2008 14:22:51 -0000	1.1
+++ 0001-Fix-non-utf-8-ness-in-ChangeLog.patch	21 May 2009 13:36:28 -0000	1.2
@@ -1,4 +1,4 @@
-From 4e1514d883e3a5c40d8e883aa6ceb706946984d3 Mon Sep 17 00:00:00 2001
+From 6f39c35aabb460016e2cc33adacc569844e693ce Mon Sep 17 00:00:00 2001
 From: Jeffrey C. Ollie <jeff at ocjtech.us>
 Date: Mon, 15 Dec 2008 08:14:00 -0600
 Subject: [PATCH] Fix non-utf-8-ness in ChangeLog
@@ -30,5 +30,5 @@ index a8b30ce..7bd38ac 100644
  2005-01-17 15:51  bilboed
  
 -- 
-1.6.0.5
+1.6.1.3
 


Index: pitivi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pitivi/devel/pitivi.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- pitivi.spec	27 Feb 2009 00:39:57 -0000	1.32
+++ pitivi.spec	21 May 2009 13:36:28 -0000	1.33
@@ -1,8 +1,8 @@
-%define major   0.11
-%define minor   3
+%define major   0.13
+%define minor   0.2
 Name:           pitivi
 Version:        %{major}.%{minor}
-Release:        3%{?dist}
+Release:        1%{?dist}
 Summary:        Non-linear video editor
 
 Group:          Applications/Multimedia
@@ -10,21 +10,20 @@ License:        LGPLv2+
 URL:            http://www.pitivi.org/
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/pitivi/%{major}/pitivi-%{version}.tar.bz2
 Patch0:         0001-Fix-non-utf-8-ness-in-ChangeLog.patch
-Patch1:         pitivi-0.11.3-py26.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       gnonlin >= 0.10.9
-Requires:       gstreamer-python >= 0.10.6
-Requires:       gstreamer >= 0.10.14
+Requires:       gnonlin >= 0.10.10.3
+Requires:       gstreamer-python >= 0.10.15
+Requires:       gstreamer >= 0.10.23
 Requires:       python-zope-interface
 Requires:       python-setuptools
 Requires:       pygoocanvas
 
-BuildRequires:  gstreamer-devel >= 0.10.14
-BuildRequires:  gstreamer-plugins-base-devel >= 0.10.14
-BuildRequires:  gnonlin >= 0.10.9
-BuildRequires:  gstreamer-python >= 0.10.6
+BuildRequires:  gstreamer-devel >= 0.10.23
+BuildRequires:  gstreamer-plugins-base-devel >= 0.10.23
+BuildRequires:  gnonlin >= 0.10.10.3
+BuildRequires:  gstreamer-python >= 0.10.15
 BuildRequires:  GConf2-devel
 BuildRequires:  gtk2-devel >= 2.8
 BuildRequires:  pygtk2-devel
@@ -47,7 +46,6 @@ program. 
 %prep
 %setup0 -q
 %patch0 -p1
-%patch1 -p5
 
 for f in `find . -name \*.py`
 do
@@ -78,8 +76,13 @@ rm -rf %{buildroot}
 %{_datadir}/pitivi
 %{_datadir}/pixmaps/*
 %{_datadir}/applications/*
+%{_datadir}/icons/hicolor/*/apps/pitivi.*
+%{_datadir}/mime/packages/pitivi.xml
 
 %changelog
+* Thu May 21 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.13.%{minor}-1
+- Upgrade to 0.13.1 prerelease
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pitivi/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	15 Dec 2008 14:22:51 -0000	1.13
+++ sources	21 May 2009 13:36:28 -0000	1.14
@@ -1 +1 @@
-da0b68e5a1f55978164c370cb45c3d68  pitivi-0.11.3.tar.bz2
+32f2ed3e870cb26abad238e65f524ae2  pitivi-0.13.0.2.tar.bz2


--- pitivi-0.11.3-py26.patch DELETED ---




More information about the scm-commits mailing list