Hello community,

here is the log from the commit of package ddgr for openSUSE:Factory checked in 
at 2019-03-18 10:42:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ddgr (Old)
 and      /work/SRC/openSUSE:Factory/.ddgr.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ddgr"

Mon Mar 18 10:42:05 2019 rev:3 rq:685586 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ddgr/ddgr.changes        2018-05-29 
10:48:25.188743920 +0200
+++ /work/SRC/openSUSE:Factory/.ddgr.new.28833/ddgr.changes     2019-03-18 
10:42:06.655217849 +0100
@@ -1,0 +2,17 @@
+Sat Mar 16 14:54:31 UTC 2019 - Sebastian Wagner <[email protected]>
+
+- update to version 1.6:
+ - User interface revamped
+ - DDG instant answers
+ - Haiku OS clipboard support
+ - Packaging preparation for PyPI
+
+-------------------------------------------------------------------
+Sat Oct 13 11:18:39 UTC 2018 - Sebastian Wagner <[email protected]>
+
+- update to version 1.5:
+ - Support xclip as a clipboard utility on *nix
+ - Support GNU Screen and tmux as clipboard fallback
+ - Support Termux clipboard on Android
+
+-------------------------------------------------------------------

Old:
----
  v1.4.tar.gz

New:
----
  ddgr-1.6.tar.gz

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

Other differences:
------------------
++++++ ddgr.spec ++++++
--- /var/tmp/diff_new_pack.ThP6Bx/_old  2019-03-18 10:42:07.135217262 +0100
+++ /var/tmp/diff_new_pack.ThP6Bx/_new  2019-03-18 10:42:07.139217257 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ddgr
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           ddgr
-Version:        1.4
+Version:        1.6
 Release:        0
 Summary:        DuckDuckGo from the terminal
 License:        GPL-3.0-only
 Group:          Productivity/Networking/Web/Utilities
 URL:            https://github.com/jarun/ddgr
-Source:         https://github.com/jarun/ddgr/archive/v%{version}.tar.gz
+Source:         
https://github.com/jarun/ddgr/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Requires:       python3
 BuildArch:      noarch
 
@@ -42,14 +42,13 @@
 
 %install
 %make_install PREFIX=%{_prefix}
-install -Dm 644 auto-completion/bash/ddgr-completion.bash 
%{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
+install -Dm 644 auto-completion/bash/ddgr-completion.bash 
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
 
 %files
 %doc CHANGELOG README.md
 %license LICENSE
-%dir %{_sysconfdir}/bash_completion.d/
-%{_sysconfdir}/bash_completion.d/%{name}
 %{_mandir}/man1/%{name}.1%{?ext_man}
 %{_bindir}/%{name}
+%{_datadir}/bash-completion/completions/%{name}
 
 %changelog


Reply via email to