[unoconv] new upstream release 0.5

David Tardon dtardon at fedoraproject.org
Wed Apr 25 15:44:01 UTC 2012


commit b014936d1a81c388d1041345e5b57d25ccc97e48
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Apr 25 17:43:28 2012 +0200

    new upstream release 0.5

 .gitignore                  |    1 +
 sources                     |    2 +-
 unoconv-ld-path.patch       |   81 -------------------------------------------
 unoconv-nocrashreport.patch |   32 -----------------
 unoconv-output-files.patch  |   74 ---------------------------------------
 unoconv.spec                |   19 +++-------
 6 files changed, 8 insertions(+), 201 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d22089f..dcbb5d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 unoconv-0.3.tar.bz2
 /unoconv-0.4.tar.bz2
+/unoconv-0.5.tar.bz2
diff --git a/sources b/sources
index 59e5e20..c071b87 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64cd2c3b0823d329890c0bedffdfa6ae  unoconv-0.4.tar.bz2
+09a02fe3d258dd332826569026f84d6f  unoconv-0.5.tar.bz2
diff --git a/unoconv.spec b/unoconv.spec
index 001869a..0dbf367 100644
--- a/unoconv.spec
+++ b/unoconv.spec
@@ -1,18 +1,11 @@
 Summary:   Tool to convert between any document format supported by LibreOffice
 Name:      unoconv
-Version:   0.4
-Release:   6%{?dist}
+Version:   0.5
+Release:   1%{?dist}
 License:   GPLv2
 Group:     System Environment/Base
 URL:       http://dag.wieers.com/home-made/unoconv/
 Source:    http://dag.wieers.com/home-made/%{name}/%{name}-%{version}.tar.bz2
-# Allow -o flag to output to files
-Patch0:    unoconv-output-files.patch
-# Fix LD_LIBRARY_PATH handling. From upstream trunk
-Patch1:    unoconv-ld-path.patch
-# Fedora's libreoffice does not have --nocrashreport option
-# https://github.com/dagwieers/unoconv/issues/45
-Patch2:    unoconv-nocrashreport.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildArch: noarch
@@ -35,9 +28,6 @@ RTF, Docbook (.xml), and more.
 
 %prep
 %setup -q
-%patch0 -p3 -b .o_flag
-%patch1 -p3 -b .ld_library_path
-%patch2 -p1 -b .nocrashreport
 
 %build
 
@@ -50,11 +40,14 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-, root, root, -)
-%doc AUTHORS ChangeLog COPYING README TODO WISHLIST docs/ tests/
+%doc AUTHORS ChangeLog COPYING README.asciidoc WISHLIST docs/ tests/
 %{_mandir}/man1/%{name}.1*
 %{_bindir}/%{name}
 
 %changelog
+* Mon Mar 26 2012 David Tardon <dtardon at redhat.com> - 0.5-1
+- new upstream release
+
 * Mon Mar 26 2012 David Tardon <dtardon at redhat.com> - 0.4-6
 
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-5


More information about the scm-commits mailing list