rpms/pitivi/devel 0001-Fix-non-utf-8-ness-in-ChangeLog.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 pitivi.spec, 1.29, 1.30 sources, 1.12, 1.13

Jeffrey C. Ollie jcollie at fedoraproject.org
Mon Dec 15 14:23:22 UTC 2008


Author: jcollie

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

Modified Files:
	.cvsignore pitivi.spec sources 
Added Files:
	0001-Fix-non-utf-8-ness-in-ChangeLog.patch 
Log Message:
* Mon Dec 15 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.11.3-1
- Update to 0.11.3


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

--- NEW FILE 0001-Fix-non-utf-8-ness-in-ChangeLog.patch ---
>From 4e1514d883e3a5c40d8e883aa6ceb706946984d3 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

---
 ChangeLog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a8b30ce..7bd38ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2284,7 +2284,7 @@ work. Instead, cd into pitivi/ui/testing and run test.py
 	Added more translatable files.
 	Fixes #501028
 
-2007-12-02  Loïc Minier  <lool at dooz.org>
+2007-12-02  Loïc Minier  <lool at dooz.org>
 
 	Reviewed by : Edward Hervey <bilboed at bilboed.com>
 	* Makefile.am:
@@ -5918,7 +5918,7 @@ work. Instead, cd into pitivi/ui/testing and run test.py
 2005-01-17 15:54  bilboed
 
 	* src/pitivi-newprojectwindow.c: NewProjectWindow: applied patch
-	  for NULL-terminated vector from Alexander Boström (oddityfds)
+	  for NULL-terminated vector from Alexander Boström (oddityfds)
 
 2005-01-17 15:51  bilboed
 
-- 
1.6.0.5



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pitivi/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	4 Dec 2008 13:49:27 -0000	1.12
+++ .cvsignore	15 Dec 2008 14:22:51 -0000	1.13
@@ -1 +1 @@
-pitivi-0.11.2.2.tar.bz2
+pitivi-0.11.3.tar.bz2


Index: pitivi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pitivi/devel/pitivi.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- pitivi.spec	4 Dec 2008 13:49:27 -0000	1.29
+++ pitivi.spec	15 Dec 2008 14:22:51 -0000	1.30
@@ -1,14 +1,15 @@
 %define major   0.11
-%define minor   2.2
+%define minor   3
 Name:           pitivi
 Version:        %{major}.%{minor}
-Release:        2%{?dist}
+Release:        1%{?dist}
 Summary:        Non-linear video editor
 
 Group:          Applications/Multimedia
 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -44,6 +45,7 @@
 
 %prep
 %setup0 -q
+%patch0 -p1
 
 for f in `find . -name \*.py`
 do
@@ -76,6 +78,9 @@
 %{_datadir}/applications/*
 
 %changelog
+* Mon Dec 15 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.11.3-1
+- Update to 0.11.3
+
 * Thu Dec  4 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.11.2.2-2
 - Upload the sources
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pitivi/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	4 Dec 2008 13:49:27 -0000	1.12
+++ sources	15 Dec 2008 14:22:51 -0000	1.13
@@ -1 +1 @@
-e7ea1491181d11a8200496a3a256f98a  pitivi-0.11.2.2.tar.bz2
+da0b68e5a1f55978164c370cb45c3d68  pitivi-0.11.3.tar.bz2




More information about the fedora-extras-commits mailing list