rpms/pitivi/devel .cvsignore, 1.4, 1.5 pitivi.spec, 1.13, 1.14 sources, 1.4, 1.5

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Thu Feb 1 01:52:48 UTC 2007


Author: jcollie

Update of /cvs/extras/rpms/pitivi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4513

Modified Files:
	.cvsignore pitivi.spec sources 
Log Message:
Update to 0.10.2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pitivi/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	4 Jun 2006 02:19:11 -0000	1.4
+++ .cvsignore	1 Feb 2007 01:52:18 -0000	1.5
@@ -1 +1 @@
-pitivi-0.10.1.tar.bz2
+pitivi-0.10.2.tar.bz2


Index: pitivi.spec
===================================================================
RCS file: /cvs/extras/rpms/pitivi/devel/pitivi.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pitivi.spec	14 Dec 2006 13:54:03 -0000	1.13
+++ pitivi.spec	1 Feb 2007 01:52:18 -0000	1.14
@@ -1,13 +1,13 @@
 Name:           pitivi
-Version:        0.10.1
-Release:        7%{?dist}
+Version:        0.10.2
+Release:        1%{?dist}
 Summary:        Non-linear video editor
 
 Group:          Applications/Multimedia
 License:        GPL
 URL:            http://www.pitivi.org/
 Source0:        http://download.sf.net/pitivi/%{name}-%{version}.tar.bz2
-Patch0:         pitivi-0.10.1-sync.patch
+Patch0:         pitivi-0.10.2-pygtk-configure.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -26,6 +26,8 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  gnome-python2
 BuildRequires:  gnonlin
+BuildRequires:  autoconf
+BuildRequires:  automake
 
 %description
 Pitivi is an application using the GStreamer multimedia framework to
@@ -36,7 +38,7 @@
 
 %prep
 %setup0 -q
-%patch0 -p0 -b .sync
+%patch0 -p1 -R -b .pygtk-configure
 
 for f in `find . -name \*.py`
 do
@@ -44,6 +46,9 @@
 done
 
 %build
+aclocal -I common/m4
+autoconf
+automake -a -c
 %configure --libdir=%{_datadir}
 
 make %{?_smp_mflags}
@@ -56,10 +61,11 @@
         --dir %{buildroot}%{_datadir}/applications              \
         pitivi.desktop
 
+%find_lang %{name}
 %clean
 rm -rf %{buildroot}
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS
 %{_bindir}/pitivi
@@ -68,6 +74,13 @@
 %{_datadir}/applications/*
 
 %changelog
+* Wed Jan 31 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.2-1
+- Update to 0.10.2
+- Drop sync patch
+- Add find_lang to pick up localizations
+- Temporarily re-run auto* tools until PyGTK detection is fixed.
+- See http://bugzilla.gnome.org/show_bug.cgi?id=402995
+
 * Thu Dec 14 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.1-7
 - Fix stupid mistake
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pitivi/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	4 Jun 2006 02:19:11 -0000	1.4
+++ sources	1 Feb 2007 01:52:18 -0000	1.5
@@ -1 +1 @@
-129fd579006b9284802043dff46680c1  pitivi-0.10.1.tar.bz2
+d070bbf7ff78f897ad4517787e4f1c8d  pitivi-0.10.2.tar.bz2




More information about the scm-commits mailing list