Hello community,

here is the log from the commit of package scantailor for openSUSE:Factory 
checked in at 2015-01-24 22:21:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scantailor (Old)
 and      /work/SRC/openSUSE:Factory/.scantailor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scantailor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scantailor/scantailor.changes    2015-01-08 
23:01:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.scantailor.new/scantailor.changes       
2015-01-24 22:21:21.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Jan 24 13:31:55 UTC 2015 - [email protected]
+
+- Move command line interface to separate package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ scantailor.spec ++++++
--- /var/tmp/diff_new_pack.AlLNLl/_old  2015-01-24 22:21:22.000000000 +0100
+++ /var/tmp/diff_new_pack.AlLNLl/_new  2015-01-24 22:21:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scantailor
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           scantailor
 Version:        0.9.11.1
 Release:        0
+Summary:        Interactive post-processing tool for scanned pages
 License:        GPL-3.0+
-Summary:        Interactive Post-Processing Tool for Scanned Pages
-Url:            http://scantailor.sourceforge.net/
 Group:          Productivity/Graphics/Other
+Url:            http://scantailor.sourceforge.net/
 Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:        %{name}-icons.tar.bz2
 BuildRequires:  boost-devel >= 1.42
@@ -37,6 +38,18 @@
 adding/removing borders and others. You give it raw scans, and you get
 pages ready to be printed or assembled into a PDF or DJVU file.
 
+%package        cli
+Summary:        Command line post-processing tool for scanned pages
+Group:          Productivity/Graphics/Other
+
+%description    cli
+Scan Tailor is an interactive post-processing tool for scanned pages.
+It performs operations such as page splitting, deskewing,
+adding/removing borders and others. You give it raw scans, and you get
+pages ready to be printed or assembled into a PDF or DJVU file.
+
+This package provides command line version of scantailor.
+
 %prep
 %setup -q -a 1
 cp -p resources/icons/{COPYING,COPYING.icons}
@@ -81,8 +94,12 @@
 %defattr(-,root,root,-)
 %doc COPYING GPL3.txt resources/icons/COPYING.icons
 %{_datadir}/%{name}
-%{_bindir}/%{name}*
+%{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/%{name}.*
 
+%files cli
+%defattr(-,root,root,-)
+%{_bindir}/%{name}-cli
+
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to