Hello community, here is the log from the commit of package plowshare for openSUSE:Factory checked in at 2015-05-10 10:46:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-11-15 12:24:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.plowshare.new/plowshare.changes 2015-05-10 10:46:09.000000000 +0200 @@ -1,0 +2,17 @@ +Thu May 7 08:23:02 UTC 2015 - [email protected] + +- Update to 2.1.1 + * [plowmod] Fixes with git (requires git v1.8.5+) + * [plowmod] Add --status command-line switch +- Changes for 2.1.0) + * Documentation refactor. Add plowshare.conf.sample file. + * Support user modules ~/.config/plowshare/modules.d/* scheme + * [plowmod] Add tool to ease modules repositories management +- Changes for 2.0.1 + * bash completion (plowdown, plowup): add missing --cache support + * Enhance documentation concerning split of modules and core +- Changes for 2.0.0 + * First version shipped without any module. Only core here. + Module sources have been committed in a new GIT repository. + +------------------------------------------------------------------- Old: ---- v1.0.6.tar.gz New: ---- v2.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plowshare.spec ++++++ --- /var/tmp/diff_new_pack.rH1bV2/_old 2015-05-10 10:46:10.000000000 +0200 +++ /var/tmp/diff_new_pack.rH1bV2/_new 2015-05-10 10:46:10.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package plowshare # -# Copyright (c) 2014 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 @@ -17,18 +17,19 @@ Name: plowshare -Version: 1.0.6 +Version: 2.1.1 Release: 0 Summary: Download and upload files from file-sharing websites License: GPL-3.0+ Group: Productivity/Networking/Web/Utilities -Url: https://plowshare.googlecode.com -Source0: https://github.com/arcresu/%{name}4-debian/archive/v%{version}.tar.gz +Url: https://github.com/mcrapet/plowshare +Source0: https://github.com/mcrapet/plowshare/archive/v%{version}.tar.gz BuildRequires: bash >= 4.1 BuildRequires: curl >= 7.24 Requires: bash >= 4.1 Requires: curl >= 7.24 Requires: recode +Recommends: %{name}-bash-completion BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -39,8 +40,7 @@ The basic concept is that files can be downloaded and uploaded though command line as easily as wget (or curl). %package bash-completion -Summary: Bash-completion functionality support for plowshare -License: GPL-3.0+ +Summary: Bash-completion for plowshare Group: Productivity/Networking/Web/Utilities Requires: %{name} = %{version} Requires: bash-completion @@ -50,7 +50,7 @@ This package contains bash-completion support for plowshare utility. %prep -%setup -q -n %{name}4-debian-%{version} +%setup -q %build @@ -60,20 +60,17 @@ install -D -m 0644 scripts/%{name}.completion %{buildroot}%{_sysconfdir}/bash_completion.d/%{name} sed -i 's|/local||g' %{buildroot}%{_sysconfdir}/bash_completion.d/%{name} -rm %{buildroot}%{_datadir}/doc/%{name}4/README - %files %defattr(-,root,root,-) -%doc AUTHORS README COPYING +%doc COPYING CHANGELOG +%doc %{_datadir}/doc/%{name} %{_bindir}/* -%dir %{_datadir}/%{name}4 -%{_datadir}/%{name}4/* +%{_datadir}/%{name} %{_mandir}/man1/* %{_mandir}/man5/%{name}.conf.5.* %files bash-completion %defattr(-,root,root,-) -%doc AUTHORS README COPYING %dir %{_datadir}/bash-completion/completions %{_datadir}/bash-completion/completions/* %config %{_sysconfdir}/bash_completion.d/plowshare ++++++ v1.0.6.tar.gz -> v2.1.1.tar.gz ++++++ ++++ 30390 lines of diff (skipped)
