Hello community,

here is the log from the commit of package odt2txt for openSUSE:Factory checked 
in at 2015-03-11 09:57:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/odt2txt (Old)
 and      /work/SRC/openSUSE:Factory/.odt2txt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "odt2txt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/odt2txt/odt2txt.changes  2012-06-13 
13:10:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.odt2txt.new/odt2txt.changes     2015-03-11 
09:57:19.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Mar  6 23:19:50 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.5
+  * No changelog Url
+- Update Url to new project home
+- Use download Url as source
+- Fix description
+- Remove redundant %clean section
+- Copy GPL-2 and README.md into the package
+
+-------------------------------------------------------------------

Old:
----
  odt2txt-0.4.tar.bz2

New:
----
  v0.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ odt2txt.spec ++++++
--- /var/tmp/diff_new_pack.4DrTxn/_old  2015-03-11 09:57:20.000000000 +0100
+++ /var/tmp/diff_new_pack.4DrTxn/_new  2015-03-11 09:57:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package odt2txt
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,37 +20,39 @@
 Summary:        Converter from OpenDocument Text to plain text
 License:        GPL-2.0
 Group:          Productivity/Text/Convertors
-Version:        0.4
+Version:        0.5
 Release:        0
-Url:            http://stosberg.net/odt2txt/
-# repacked to bz2 http://stosberg.net/odt2txt/odt2txt-%%{version}.tar.gz
-Source:         %{name}-%{version}.tar.bz2
+Url:            https://github.com/dstosberg
+Source:         https://github.com/dstosberg/odt2txt/archive/v%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  zlib-devel
 
 %description
-A simple converter from OpenDocument Text to plain text
-
-odt2txt is a command-line tool which extracts the text out of OpenDocument 
Texts produced by OpenOffice.org, StarOffice, KOffice and others.
-
-odt2txt can also extract text from some file formats similar to OpenDocument 
Text, such as OpenOffice.org XML (*.sxw), which was used by OpenOffice.org 
version 1.x and older StarOffice versions. To a lesser extend, odt2txt may be 
useful to extract content from OpenDocument spreadsheets (*.ods) and 
OpenDocument presentations (*.odp).
+odt2txt is a command-line tool which extracts the text out
+of OpenDocument Texts produced by OpenOffice.org, StarOffice,
+KOffice and others.
+
+odt2txt can also extract text from some file formats similar
+to OpenDocument Text, such as OpenOffice.org XML (*.sxw),
+which was used by OpenOffice.org version 1.x and older StarOffice
+versions. To a lesser extend, odt2txt may be useful to extract
+content from OpenDocument spreadsheets (*.ods) and OpenDocument
+presentations (*.odp).
 
 %prep
 %setup -q
 
 %build
-%__make CFLAGS="%optflags" %{?_smp_mflags}
+make CFLAGS="%optflags" %{?_smp_mflags}
 
 %install
-%__make DESTDIR=%buildroot PREFIX=%{_prefix} install
-%__chmod 644 %buildroot%{_mandir}/man1/odt2txt.1
-
-%clean
-%__rm -rf %buildroot
+make DESTDIR=%buildroot PREFIX=%{_prefix} install
+chmod 644 %buildroot%{_mandir}/man1/odt2txt.1
 
 %files
 %defattr(-,root,root)
+%doc GPL-2 README.md
 %{_bindir}/%{name}
-%doc %{_mandir}/man1/odt2txt.1*
+%{_mandir}/man1/odt2txt.1*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to