rpms/oggconvert/F-13 import.log, NONE, 1.1 .cvsignore, 1.4, 1.5 oggconvert.spec, 1.11, 1.12 sources, 1.4, 1.5 oggconvert-0.3.2-desktop.patch, 1.1, NONE

ngompa ngompa at fedoraproject.org
Tue May 25 03:32:28 UTC 2010


Author: ngompa

Update of /cvs/pkgs/rpms/oggconvert/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3857/F-13

Modified Files:
	.cvsignore oggconvert.spec sources 
Added Files:
	import.log 
Removed Files:
	oggconvert-0.3.2-desktop.patch 
Log Message:
Update to OggConvert 0.3.3


--- NEW FILE import.log ---
oggconvert-0_3_3-1_fc12:F-13:oggconvert-0.3.3-1.fc12.src.rpm:1258947054


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/oggconvert/F-13/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	16 Sep 2008 16:24:06 -0000	1.4
+++ .cvsignore	25 May 2010 03:32:27 -0000	1.5
@@ -1 +1 @@
-oggconvert-0.3.2.tar.gz
+oggconvert-0.3.3.tar.gz


Index: oggconvert.spec
===================================================================
RCS file: /cvs/pkgs/rpms/oggconvert/F-13/oggconvert.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- oggconvert.spec	27 Sep 2009 07:26:08 -0000	1.11
+++ oggconvert.spec	25 May 2010 03:32:28 -0000	1.12
@@ -2,15 +2,15 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           oggconvert
-Version:        0.3.2
-Release:        7%{?dist}
+Version:        0.3.3
+Release:        1%{?dist}
 Summary:        Convert media files to Free formats
 
 Group:          Applications/Multimedia
 License:        LGPLv2+
 URL:            http://launchpad.net/oggconvert
 Source0:	http://oggconvert.tristanb.net/releases/%{version}/oggconvert-%{version}.tar.gz
-Patch0: 	oggconvert-0.3.2-desktop.patch
+# Patch0: 	oggconvert-0.3.2-desktop.patch -- Not needed in 0.3.3
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	pygtk2 >= 2.10, pygtk2-libglade >= 2.10 
 Requires:	gstreamer >= 0.10.12, gstreamer-python, gstreamer-plugins-base
@@ -38,7 +38,7 @@ Finally, it adheres to the GNOME HIG as 
 
 %prep
 %setup -q
-%patch0 -p1
+# %patch0 -p1 - Not needed for 0.3.3
 
 %build
 # Remove CFLAGS=... for noarch packages (unneeded)
@@ -71,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/oggconvert-%{version}-py?.?.egg-info
 
 %changelog
+* Mon May 24 2010 Neal Gompa <ngompa13{%}gmail{*}com> - 0.3.3-1
+- Update to OggConvert 0.3.3
+- Removed patch used for 0.3.2, not needed for 0.3.3
+
 * Sun Sep 27 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.3.2-7
 - Update desktop file according to F-12 FedoraStudio feature
 
@@ -92,9 +96,11 @@ rm -rf $RPM_BUILD_ROOT
 
 * Tue Sep 16 2008 Matt Domsch <mdomsch at fedoraproject.org> - 0.3.2-1
 - upgrade to 0.3.2, fix FTBFS BZ#440943
+
 * Sat Dec 1 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.3.0-14
 - Oops, apparently files removal was intentional, reinstated
 - removed dependency on gettext, probably not necessary
+
 * Sat Nov 24 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.3.0-13
 - Updated to OggConvert 0.3.0
 - Added translations
@@ -102,35 +108,47 @@ rm -rf $RPM_BUILD_ROOT
 - Added more docs to include
 - Fixed a bug in install sequence where sometimes the 
   files would be removed before being assembled into the package
+
 * Sat Oct 6 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.2.1.1-12
 - Made changes for .desktop file to conform with guidelines
 - Changed license label to conform with Fedora Packaging Guidelines
+
 * Fri Sep 21 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.2.1.1-11
 - Added back in python-devel as BuildRequires... Idiotically removed it!
+
 * Mon Sep 3 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.2.1.1-10
 - Removed direct requirement for Python, python-based deps take care of it
 - Removed direct requirement for gtk2, pygtk2 takes care of it
 - Removed devels and added regular py packages, apparently devels not needed
+
 * Wed Jul 25 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.2.1.1-9
 - cross-distro support too messy, removed and reverted to split specfiles
+
 * Mon Jul 23 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.2.1.1-8
 - Modified spec to be more compliant with rpmlint and mock in description lines
 - Changed some of the requirements to be more explicit, e.g. pygtk2-libglade
 - Updated versioning of build requirements in order to be safe
 - Rebuild to OggConvert 0.2.1.1 to include missing files
 - Cross-distro with SUSE added
+
 * Mon Jul 9 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.2.1.0-7
 - Rebuild to OggConvert 0.2.1
+
 * Wed Jun 20 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.2.0.0-6
 - Versioned the changelog
+
 * Wed Jun 20 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.2.0.0-5
 - Changed application group from AudioVideo to Multimedia for standardization
+
 * Wed Jun 20 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.2.0.0-4
 - Added gstreamer-python to BuildRequires to ensure mock build
+
 * Wed Jun 20 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.2.0.0-3
 - Updated spec to Fedora Project Packaging Guidelines
+
 * Sun Jun 3 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.2.0.0-2
 - Updated package to distro-version specific rpm due to python changes being too different.
 - Updated package to Fedora 7 due to usage of Python 2.5 in Fedora 7
+
 * Sun May 13 2007 Neal Gompa <ngompa13{%}gmail{*}com> - 0.2.0.0-1
 - Created initial specfile. Program author's rpm unsatisfactorily handles installation.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/oggconvert/F-13/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	16 Sep 2008 16:24:07 -0000	1.4
+++ sources	25 May 2010 03:32:28 -0000	1.5
@@ -1 +1 @@
-1df4ab0141cd2755ace57837d588747e  oggconvert-0.3.2.tar.gz
+ddeb96f12b67fed5bafe1888cc5231de  oggconvert-0.3.3.tar.gz


--- oggconvert-0.3.2-desktop.patch DELETED ---



More information about the scm-commits mailing list