rpms/subtitleeditor/F-8 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 subtitleeditor.spec, 1.4, 1.5

Martin Sourada mso at fedoraproject.org
Sat Dec 6 12:56:32 UTC 2008


Author: mso

Update of /cvs/extras/rpms/subtitleeditor/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9508/F-8

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


Update to 0.30.0.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/subtitleeditor/F-8/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	25 Aug 2008 15:21:42 -0000	1.5
+++ .cvsignore	6 Dec 2008 12:56:01 -0000	1.6
@@ -1 +1 @@
-subtitleeditor-0.22.3.tar.gz
+subtitleeditor-0.30.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/subtitleeditor/F-8/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	25 Aug 2008 15:21:42 -0000	1.5
+++ sources	6 Dec 2008 12:56:01 -0000	1.6
@@ -1 +1 @@
-7406ae75c1a28609f99866c8ff1bd916  subtitleeditor-0.22.3.tar.gz
+5e24cb090e2cfe9dc30cf8cc612e5468  subtitleeditor-0.30.0.tar.gz


Index: subtitleeditor.spec
===================================================================
RCS file: /cvs/extras/rpms/subtitleeditor/F-8/subtitleeditor.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- subtitleeditor.spec	25 Aug 2008 15:21:42 -0000	1.4
+++ subtitleeditor.spec	6 Dec 2008 12:56:01 -0000	1.5
@@ -1,12 +1,12 @@
 Name:           subtitleeditor
-Version:        0.22.3
+Version:        0.30.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.21/%{name}-%{version}.tar.gz
+Source0:        http://download.gna.org/subtitleeditor/0.30/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -17,7 +17,6 @@
 BuildRequires:  gtkmm24-devel
 BuildRequires:  libglademm24-devel
 BuildRequires:  libxml++-devel
-BuildRequires:  pcre-devel
 
 # For spell checking (Optional)
 BuildRequires:  enchant-devel
@@ -35,16 +34,17 @@
 %prep
 %setup -q
 
-
 %build
 %configure --enable-gl
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+#remove .la's
+find $RPM_BUILD_ROOT -name "*.la" -exec rm -f '{}' \;
+
 %find_lang %{name}
 
 desktop-file-install --vendor="fedora" --delete-original \
@@ -54,7 +54,7 @@
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT 
 
 %post
 touch --no-create %{_datadir}/icons/hicolor
@@ -77,11 +77,30 @@
 %{_datadir}/%{name}
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/man/man1/%{name}.1.gz
+%{_libdir}/libsubtitleeditor.so*
+%{_libdir}/subtitleeditor
 
 %changelog
-* Fri Aug 22 2008 Martin Sourada <martin.sourada at gmail.com> - 0.22.3-1
+* Sat Dec 06 2008 Martin Sourada <mso at fedoraproject.org> - 0.30.0-1
+- Drop rhbz #459792 workaround
+- New upstream release
+ - Each function work around extension system (enable/disable/configure)
+ - Add 'Generate Wavefrom From Video'
+ - Add line break policy option: soft, hard, intelligent (ASS/SSA)
+ - Add 'Wavefrom & Media' filter in the wavefrom dialog
+ - The subtitle format system was completely rewritten
+ - Update the UI when files are open.
+ - Add option --enable-profiling
+ - New Error Checking tool.
+ - New options to set default document values.
+ - Add "Edit Cell" and "Edit Next Cell".
+ - Another characters coding can be selected if it fails.
+ - Waveform Renderer use now Pango to draw subtitle text. 
+ 
+* Mon Aug 25 2008 Martin Sourada <martin.sourada at gmail.com> - 0.22.3-1
 - New upstream release
 - Don't build with cppunit testing (rhbz #458607)
+- Workaround rhbz #459792
 
 * Thu Jul 03 2008 Martin Sourada <martin.sourada at gmail.com> - 0.21.3-1
 - New upstream release




More information about the fedora-extras-commits mailing list