Hello community,

here is the log from the commit of package plowshare for openSUSE:Factory 
checked in at 2016-04-05 10:43:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plowshare (Old)
 and      /work/SRC/openSUSE:Factory/.plowshare.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plowshare"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plowshare/plowshare.changes      2015-09-02 
00:36:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plowshare.new/plowshare.changes 2016-04-05 
10:43:07.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Mar 31 18:58:08 UTC 2016 - [email protected]
+
+- Update to 2.1.3
+  * [core] update reCAPTCHA behavior (PR #36)
+  * [plowup] Add --run-before switch
+  * New internal error code (for modules): $ERR_EXPIRED_SESSION. 
+    Bump PLOWSHARE_API_VERSION to 3.
+- Spec file cleanups
+
+-------------------------------------------------------------------

Old:
----
  v2.1.2.tar.gz

New:
----
  plowshare-2.1.3.tar.gz

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

Other differences:
------------------
++++++ plowshare.spec ++++++
--- /var/tmp/diff_new_pack.zpRtLm/_old  2016-04-05 10:43:08.000000000 +0200
+++ /var/tmp/diff_new_pack.zpRtLm/_new  2016-04-05 10:43:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package plowshare
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,28 +17,31 @@
 
 
 Name:           plowshare
-Version:        2.1.2
+Version:        2.1.3
 Release:        0
 Summary:        Download and upload files from file-sharing websites
 License:        GPL-3.0+
 Group:          Productivity/Networking/Web/Utilities
 Url:            https://github.com/mcrapet/plowshare
-Source0:        https://github.com/mcrapet/plowshare/archive/v%{version}.tar.gz
+Source0:        
https://github.com/mcrapet/plowshare/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  bash >= 4.1
 BuildRequires:  curl >= 7.24
 Requires:       bash >= 4.1
 Requires:       curl >= 7.24
 Requires:       recode
+Recommends:     bash-completion
 Provides:       %{name}-bash-completion = %{version}
 Obsoletes:      %{name}-bash-completion < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
-plowshare is a command-line (CLI) download/upload tool for popular file 
sharing websites
-(aka file hosting provider or One-Click hoster). With plowshare, you will be 
able to download or upload
-files and manage remote folders and link deletion. It runs on Linux/BSD/Unix 
operating system.
-The basic concept is that files can be downloaded and uploaded though command 
line as easily as wget (or curl).
+plowshare is a command-line (CLI) download/upload tool for popular file
+sharing websites (aka file hosting provider or One-Click hoster). With
+plowshare, you will be able to download or upload files and manage remote
+folders and link deletion. It runs on Linux/BSD/Unix operating system. The
+basic concept is that files can be downloaded and uploaded though command
+line as easily as wget (or curl).
 
 %prep
 %setup -q
@@ -46,21 +49,29 @@
 %build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-
-install -D -m 0644  scripts/%{name}.completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
-sed -i 's|/local||g' %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
+install -D -m 0644  scripts/%{name}.completion  
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
+sed -i 's|/local||g' 
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
+rm -rf  %{buildroot}%{_datadir}/doc/%{name}
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING CHANGELOG
-%doc %{_datadir}/doc/%{name}
-%{_bindir}/*
-%{_datadir}/%{name}
-%{_mandir}/man1/*
-%{_mandir}/man5/%{name}.conf.5.*
-%dir %{_datadir}/bash-completion/completions
-%{_datadir}/bash-completion/completions/*
-%config %{_sysconfdir}/bash_completion.d/plowshare
+%doc COPYING CHANGELOG README.md docs/plowshare.conf.sample
+%{_bindir}/plowdel
+%{_bindir}/plowdown
+%{_bindir}/plowlist
+%{_bindir}/plowmod
+%{_bindir}/plowprobe
+%{_bindir}/plowup
+%{_datadir}/plowshare
+%{_datadir}/bash-completion
+%{_mandir}/man1/plowdel.1%{ext_man}
+%{_mandir}/man1/plowdown.1%{ext_man}
+%{_mandir}/man1/plowlist.1%{ext_man}
+%{_mandir}/man1/plowmod.1%{ext_man}
+%{_mandir}/man1/plowprobe.1%{ext_man}
+%{_mandir}/man1/plowup.1%{ext_man}
+%{_mandir}/man5/%{name}.conf.5%{ext_man}
+%ghost %config(noreplace) %{_sysconfdir}/plowshare.conf
 
 %changelog


Reply via email to