From 252a20899b9a56c27ad2baba36a515eccd2515ac Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Dec 15 2008 14:22:51 +0000 Subject: - Update to 0.11.3 --- diff --git a/.cvsignore b/.cvsignore index 1b4e4f7..ec9e025 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pitivi-0.11.2.2.tar.bz2 +pitivi-0.11.3.tar.bz2 diff --git a/0001-Fix-non-utf-8-ness-in-ChangeLog.patch b/0001-Fix-non-utf-8-ness-in-ChangeLog.patch new file mode 100644 index 0000000..5acda66 --- /dev/null +++ b/0001-Fix-non-utf-8-ness-in-ChangeLog.patch @@ -0,0 +1,34 @@ +From 4e1514d883e3a5c40d8e883aa6ceb706946984d3 Mon Sep 17 00:00:00 2001 +From: Jeffrey C. Ollie +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 ++2007-12-02 Loïc Minier + + Reviewed by : Edward Hervey + * 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 + diff --git a/pitivi.spec b/pitivi.spec index 7fe73d4..b88793f 100644 --- a/pitivi.spec +++ b/pitivi.spec @@ -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 @@ program. %prep %setup0 -q +%patch0 -p1 for f in `find . -name \*.py` do @@ -76,6 +78,9 @@ rm -rf %{buildroot} %{_datadir}/applications/* %changelog +* Mon Dec 15 2008 Jeffrey C. Ollie - 0.11.3-1 +- Update to 0.11.3 + * Thu Dec 4 2008 Jeffrey C. Ollie - 0.11.2.2-2 - Upload the sources diff --git a/sources b/sources index 987f440..7c7121f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e7ea1491181d11a8200496a3a256f98a pitivi-0.11.2.2.tar.bz2 +da0b68e5a1f55978164c370cb45c3d68 pitivi-0.11.3.tar.bz2