commit duc for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package duc for openSUSE:Factory checked in 
at 2019-08-19 23:02:12

Comparing /work/SRC/openSUSE:Factory/duc (Old)
 and  /work/SRC/openSUSE:Factory/.duc.new.22127 (New)


Package is "duc"

Mon Aug 19 23:02:12 2019 rev:3 rq:724557 version:1.4.4

Changes:

--- /work/SRC/openSUSE:Factory/duc/duc.changes  2018-10-04 19:01:28.303204792 
+0200
+++ /work/SRC/openSUSE:Factory/.duc.new.22127/duc.changes   2019-08-19 
23:02:13.731451723 +0200
@@ -1,0 +2,5 @@
+Mon Aug 12 14:44:29 UTC 2019 - BenoƮt Monin 
+
+- fix build: add missing dependency to gobject library
+
+---



Other differences:
--
++ duc.spec ++
--- /var/tmp/diff_new_pack.knvkRk/_old  2019-08-19 23:02:14.215451511 +0200
+++ /var/tmp/diff_new_pack.knvkRk/_new  2019-08-19 23:02:14.215451511 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package duc
 #
-# 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
@@ -29,6 +29,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  pango-devel
 BuildRequires:  sqlite3-devel
+BuildRequires:  pkgconfig(gobject-2.0)
 
 %description
 Duc is a collection of tools for inspecting and visualizing disk usage.
@@ -39,6 +40,9 @@
 %setup -q
 
 %build
+# add missing linker dependency to gobject library
+LIBS="`pkg-config --libs gobject-2.0`"
+export LIBS
 %configure --enable-opengl \
   --disable-x11 \
   --enable-cairo \




commit duc for openSUSE:Factory

2018-10-04 Thread root
Hello community,

here is the log from the commit of package duc for openSUSE:Factory checked in 
at 2018-10-04 19:01:27

Comparing /work/SRC/openSUSE:Factory/duc (Old)
 and  /work/SRC/openSUSE:Factory/.duc.new (New)


Package is "duc"

Thu Oct  4 19:01:27 2018 rev:2 rq:639719 version:1.4.4

Changes:

--- /work/SRC/openSUSE:Factory/duc/duc.changes  2018-02-27 17:00:14.667084936 
+0100
+++ /work/SRC/openSUSE:Factory/.duc.new/duc.changes 2018-10-04 
19:01:28.303204792 +0200
@@ -1,0 +2,12 @@
+Wed Oct  3 07:52:49 UTC 2018 - Michael Vetter 
+
+- Update to 1.4.4:
+  * new: added --directory/-D option to 'duc ls' to allow listing of only 
directory itself (#196[1])
+  * new: 'duc ls' now handles multiple path arguments
+  * new: added 'o' key to duc-ui to pass current file to xdg-open
+  * new: added DPI handing for graph font size (#201[2])
+  * new: added '-a/--apparent' option to 'duc xml' (#171[3])
+  * fix: improved cairo and SVG graph rendering (#202[4])
+  * cha: changed license from GPL to LGPL (#190[5])
+
+---

Old:

  duc-1.4.3.tar.gz

New:

  duc-1.4.4.tar.gz



Other differences:
--
++ duc.spec ++
--- /var/tmp/diff_new_pack.J6qUsJ/_old  2018-10-04 19:01:28.871204196 +0200
+++ /var/tmp/diff_new_pack.J6qUsJ/_new  2018-10-04 19:01:28.871204196 +0200
@@ -12,12 +12,12 @@
 # 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:   duc
-Version:1.4.3
+Version:1.4.4
 Release:0
 Summary:Collection of tools for inspecting and visualizing disk usage
 License:LGPL-3.0-only

++ duc-1.4.3.tar.gz -> duc-1.4.4.tar.gz ++
 2078 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/duc-1.4.3/ChangeLog new/duc-1.4.4/ChangeLog
--- old/duc-1.4.3/ChangeLog 2017-01-02 09:23:18.0 +0100
+++ new/duc-1.4.4/ChangeLog 2018-09-28 11:13:41.0 +0200
@@ -1,4 +1,15 @@
 
+1.4.4  (2018-09-28)
+
+   - new: added --directory/-D option to 'duc ls' to allow listing
+  of only directory itself (#196)
+   - new: 'duc ls' now handles multiple path arguments
+   - new: added 'o' key to duc-ui to pass current file to xdg-open
+   - new: added DPI handing for graph font size (#201)
+   - new: added '-a/--apparent' option to 'duc xml' (#171)
+   - fix: improved cairo and SVG graph rendering (#202)
+   - cha: changed license from GPL to LGPL (#190)
+
 1.4.3  (2017-01-02)
 
- fix: fixed mouse and tooltip coordinates in scrolled CGI
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/duc-1.4.3/INSTALL new/duc-1.4.4/INSTALL
--- old/duc-1.4.3/INSTALL   2016-12-29 23:03:14.0 +0100
+++ new/duc-1.4.4/INSTALL   2018-08-20 19:33:39.0 +0200
@@ -76,6 +76,25 @@
 
 1. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667979
 
+When picking a backend you probably need to choose between speed, size and
+robustness. Some measurements on my system of a 372G directory with 1.6M files:
+
+--
+ DatabaseRun time Db size
+  (s)(kB)
+--
+ tokyocabinet [*] 8.4   19.2
+ leveldb  7.1   31.5
+ sqlite3 13.5   71.1
+ lmdb 5.9   78.7
+ kyotocabinet 8.3   26.7
+--
+
+[*] Tokyocabinet currenty is the default used by Duc because of the good
+compression and reasonable performance. A problem is that Tokyocabinet is not
+very stable and can create corrupt databases when interrupting the indexing. If
+this is a problem for you, choose a different db backend.
+
 Graphics
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude