rpms/subtitleeditor/F-12 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 subtitleeditor.spec, 1.12, 1.13

Martin Sourada mso at fedoraproject.org
Sun Feb 14 13:01:48 UTC 2010


Author: mso

Update of /cvs/pkgs/rpms/subtitleeditor/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23356

Modified Files:
	.cvsignore sources subtitleeditor.spec 
Log Message:


sync f12 with devel




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/subtitleeditor/F-12/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	31 Dec 2009 13:58:42 -0000	1.7
+++ .cvsignore	14 Feb 2010 13:01:47 -0000	1.8
@@ -1 +1 @@
-subtitleeditor-0.35.1.tar.gz
+subtitleeditor-0.36.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/subtitleeditor/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	31 Dec 2009 13:58:42 -0000	1.7
+++ sources	14 Feb 2010 13:01:48 -0000	1.8
@@ -1 +1 @@
-729651204c80ccf7c0ed7f341ec9d6ff  subtitleeditor-0.35.1.tar.gz
+ed9f8d650603a97f93dae4395ba8c7eb  subtitleeditor-0.36.0.tar.gz


Index: subtitleeditor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/subtitleeditor/F-12/subtitleeditor.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- subtitleeditor.spec	10 Jan 2010 21:10:22 -0000	1.12
+++ subtitleeditor.spec	14 Feb 2010 13:01:48 -0000	1.13
@@ -1,14 +1,12 @@
 Name:           subtitleeditor
-Version:        0.35.1
-Release:        2%{?dist}
+Version:        0.36.0
+Release:        1%{?dist}
 Summary:        GTK+2 tool to edit subtitles for GNU/Linux/*BSD
 
 Group:          Applications/Multimedia
 License:        GPLv3+
 URL:            http://home.gna.org/subtitleeditor/
-Source0:        http://download.gna.org/subtitleeditor/0.35/%{name}-%{version}.tar.gz
-#Patch0:         %{name}-%{version}-bug12649.patch
-Patch1:         %{name}-0.30.0-sscanf.patch
+Source0:        http://download.gna.org/subtitleeditor/0.36/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -18,7 +16,6 @@ BuildRequires:  gstreamer-plugins-good
 BuildRequires:  gstreamer-plugins-base-devel
 BuildRequires:  gtkmm24-devel >= 2.14.0
 BuildRequires:  glibmm24-devel >= 2.16.3
-#BuildRequires:  libglademm24-devel
 BuildRequires:  libxml++-devel >= 2.20
 BuildRequires:  intltool
 BuildRequires:  ccache
@@ -26,8 +23,6 @@ BuildRequires:  gstreamermm-devel >= 0.1
 
 # For spell checking (Optional)
 BuildRequires:  enchant-devel >= 1.4.0
-# For OpenGL waveform renderer (Optional)
-BuildRequires:  gtkglextmm-devel
 # ISO-CODES 639 + 3166 (Optional)
 BuildRequires:  iso-codes-devel
 
@@ -42,14 +37,12 @@ to synchronise subtitles to voices.
 
 %prep
 %setup -q
-#%patch0 -p0
-%patch1 -p1 -b .sscanf
 
 %build
 %configure \
        --disable-debug \
        --disable-static \
-       --enable-gl \
+       --disable-gl \
        --enable-ccache 
 
 make %{?_smp_mflags}
@@ -103,6 +96,12 @@ fi
 %{_libdir}/%{name}
 
 %changelog
+* Sun Feb 14 2010 Martin Sourada <mso at fedoraproject.org> - 0.36.0-1
+- disable gl waveform renderer (fails to build, cairo based is good enough)
+- two new plugins : sortsubtitles, typewriter
+- various fixes
+- fixes rhbz#564215 and its duplicates
+
 * Sun Jan 10 2010 Martin Sourada <mso at fedoraproject.org> - 0.35.1-2
 - Fix source URL
 



More information about the scm-commits mailing list