commit qdirstat for openSUSE:Factory

2020-08-04 Thread root
Hello community,

here is the log from the commit of package qdirstat for openSUSE:Factory 
checked in at 2020-08-04 20:18:40

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


Package is "qdirstat"

Tue Aug  4 20:18:40 2020 rev:9 rq:824130 version:1.7

Changes:

--- /work/SRC/openSUSE:Factory/qdirstat/qdirstat.changes2020-02-14 
16:39:34.855659521 +0100
+++ /work/SRC/openSUSE:Factory/.qdirstat.new.3592/qdirstat.changes  
2020-08-04 20:18:54.600943590 +0200
@@ -1,0 +2,36 @@
+Tue Jul 28 22:21:38 UTC 2020 - Martin Rey 
+
+- Update to V1.7:
+  - Closing the gap between sizes reported by QDirstat and sizes
+reported by the du command: Now also taking the allocated size
+into account.
+  - Now also displaying the allocated size where it makes sense.
+  - New "Mounted Filesystems" window showing output similar to the
+df command (but without the cruft).
+  - New directory selection dialog showing all (real) filesystems.
+  - New checkbox to cross filesystems (temporarily) in the
+directory selection dialog.
+  - Workaround for NTFS oddities: Ignoring hard links on NTFS.
+  - Added config option to ignore hard links in general.
+  - Added a document about Btrfs free size and how different tools
+tend to show different values: Btrfs-Free-Size.md
+  - Fixed the internal cache writer (the one called from the File
+menu, not the qdirstat-cache-writer Perl script): For files
+with multiple hard links, it wrote the wrong size to the cache
+file: The result of size / links, not size.
+(GitHub Issue #124.)
+  - Fixed crash when terminating with Ctrl-Q while reading
+directories (GitHub Issue #122).
+  - Now automatically reopening the old current branch in the tree
+view when using actions like "refresh selected" and "continue
+reading at mount point (GitHub Issue #135).
+  - Now automatically expanding the first directory level of a
+mount point after "continue reading at mount point".
+  - Now correctly labelling a mount point as mount point in the
+"Details" panel.
+- Changes in spec file
+  - Run spec file through spec-cleaner
+  - Change Source to an URL
+  - use %make_build in build step
+
+---

Old:

  qdirstat-1.6.1.tar.bz2

New:

  qdirstat-1.7.tar.gz



Other differences:
--
++ qdirstat.spec ++
--- /var/tmp/diff_new_pack.waUc3V/_old  2020-08-04 20:18:56.460944430 +0200
+++ /var/tmp/diff_new_pack.waUc3V/_new  2020-08-04 20:18:56.460944430 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qdirstat
 #
-# Copyright (c) 2016-2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,17 @@
 
 
 Name:   qdirstat
-Version:1.6.1
+Version:1.7
 Release:0
 Summary:Directory Statistics
 License:GPL-2.0-only
 Group:  Productivity/File utilities
-Url:https://github.com/shundhammer/qdirstat
-Source0:%{name}-%{version}.tar.bz2
+URL:https://github.com/shundhammer/qdirstat
+Source0:
https://github.com/shundhammer/qdirstat/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  libQt5Core-devel
 BuildRequires:  libQt5Widgets-devel
 BuildRequires:  libqt5-qtbase-common-devel
 BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 QDirStat is a graphical application to show where your disk space has gone and
@@ -59,8 +58,9 @@
 %setup -q
 
 %build
+# FIXME: you should use the %%qmake5 macro
 qmake-qt5
-make
+%make_build
 
 %install
 make install INSTALL_ROOT=%{buildroot} %{?_smp_mflags}
@@ -68,7 +68,6 @@
 # %suse_update_desktop_file -N "QDirStat" -G "Directory Statistics" %name 
Filesystem
 
 %files
-%defattr(-,root,root)
 %{_bindir}/qdirstat
 %{_bindir}/qdirstat-cache-writer
 %{_datadir}/applications/qdirstat.desktop
@@ -76,7 +75,8 @@
 %dir %{_datadir}/icons/hicolor/scalable
 %dir %{_datadir}/icons/hicolor/scalable/apps
 %{_datadir}/icons/hicolor/scalable/apps/qdirstat.svg
-%doc README.md LICENSE doc/cache-file-format.txt doc/*.md
+%license %{_docdir}/qdirstat/LICENSE
+%doc README.md doc/cache-file-format.txt doc/*.md
 %dir %{_docdir}/%{name}/stats
 %{_docdir}/%{name}/stats/*.md
 # %{_mandir}/man1/qdirstat.1.gz




commit qdirstat for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package qdirstat for openSUSE:Factory 
checked in at 2020-02-14 16:39:30

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


Package is "qdirstat"

Fri Feb 14 16:39:30 2020 rev:8 rq:774242 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/qdirstat/qdirstat.changes2019-07-26 
12:41:20.513881642 +0200
+++ /work/SRC/openSUSE:Factory/.qdirstat.new.26092/qdirstat.changes 
2020-02-14 16:39:34.855659521 +0100
@@ -2 +2,11 @@
-Mon Jul 22 15:20:45 CEST 2019 - shundham...@suse.de
+Thu Feb 13 13:35:07 UTC 2020 - Stefan Hundhammer 
+
+- Update to V1.6.1:
+  - Improved handling for "permission denied" errors while reading
+directories
+  - Show exact byte size on demand
+  - New optional tree column "oldest file"
+  - Bug fix: Fixed text color in histogram in dark widget themes
+
+---
+Mon 22. Jul 15:20:45 CEST 2019 - shundham...@suse.de

Old:

  qdirstat-1.6.tar.bz2

New:

  qdirstat-1.6.1.tar.bz2



Other differences:
--
++ qdirstat.spec ++
--- /var/tmp/diff_new_pack.3FOJ9T/_old  2020-02-14 16:39:36.631660510 +0100
+++ /var/tmp/diff_new_pack.3FOJ9T/_new  2020-02-14 16:39:36.635660513 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   qdirstat
-Version:1.6
+Version:1.6.1
 Release:0
 Summary:Directory Statistics
 License:GPL-2.0-only

++ qdirstat-1.6.tar.bz2 -> qdirstat-1.6.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/qdirstat/qdirstat-1.6.tar.bz2 
/work/SRC/openSUSE:Factory/.qdirstat.new.26092/qdirstat-1.6.1.tar.bz2 differ: 
char 11, line 1




commit qdirstat for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package qdirstat for openSUSE:Factory 
checked in at 2019-07-26 12:41:19

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


Package is "qdirstat"

Fri Jul 26 12:41:19 2019 rev:7 rq:718519 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/qdirstat/qdirstat.changes2018-11-26 
10:20:45.629700852 +0100
+++ /work/SRC/openSUSE:Factory/.qdirstat.new.4126/qdirstat.changes  
2019-07-26 12:41:20.513881642 +0200
@@ -2 +2,10 @@
-Thu Nov  8 10:37:20 UTC 2018 - Stefan Hundhammer 
+Mon Jul 22 15:20:45 CEST 2019 - shundham...@suse.de
+
+- Update to V1.6:
+  - Packages view
+  - Unpackaged files view
+  - Performance improvements
+  - Bug fixes
+
+---
+Wed Nov  7 21:32:14 CET 2018 - shundham...@suse.de

Old:

  qdirstat-1.5.tar.bz2

New:

  qdirstat-1.6.tar.bz2



Other differences:
--
++ qdirstat.spec ++
--- /var/tmp/diff_new_pack.cKEAPl/_old  2019-07-26 12:41:21.009881426 +0200
+++ /var/tmp/diff_new_pack.cKEAPl/_new  2019-07-26 12:41:21.009881426 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qdirstat
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016-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
@@ -17,7 +17,7 @@
 
 
 Name:   qdirstat
-Version:1.5
+Version:1.6
 Release:0
 Summary:Directory Statistics
 License:GPL-2.0-only
@@ -27,7 +27,6 @@
 BuildRequires:  libQt5Core-devel
 BuildRequires:  libQt5Widgets-devel
 BuildRequires:  libqt5-qtbase-common-devel
-BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -66,17 +65,21 @@
 %install
 make install INSTALL_ROOT=%{buildroot} %{?_smp_mflags}
 
-# install -D -m644 src/icons/qdirstat.png 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/qdirstat.png
 # %suse_update_desktop_file -N "QDirStat" -G "Directory Statistics" %name 
Filesystem
 
 %files
 %defattr(-,root,root)
-%doc README.md LICENSE doc/cache-file-format.txt doc/*.md
 %{_bindir}/qdirstat
 %{_bindir}/qdirstat-cache-writer
 %{_datadir}/applications/qdirstat.desktop
-%{_datadir}/icons/hicolor/
-%dir %{_docdir}/%name/stats/
-%{_docdir}/%name/stats/*.md
+%dir %{_datadir}/icons/hicolor
+%dir %{_datadir}/icons/hicolor/scalable
+%dir %{_datadir}/icons/hicolor/scalable/apps
+%{_datadir}/icons/hicolor/scalable/apps/qdirstat.svg
+%doc README.md LICENSE doc/cache-file-format.txt doc/*.md
+%dir %{_docdir}/%{name}/stats
+%{_docdir}/%{name}/stats/*.md
+# %{_mandir}/man1/qdirstat.1.gz
+# %{_mandir}/man1/qdirstat-cache-writer.1.gz
 
 %changelog

++ qdirstat-1.5.tar.bz2 -> qdirstat-1.6.tar.bz2 ++
/work/SRC/openSUSE:Factory/qdirstat/qdirstat-1.5.tar.bz2 
/work/SRC/openSUSE:Factory/.qdirstat.new.4126/qdirstat-1.6.tar.bz2 differ: char 
11, line 1




commit qdirstat for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package qdirstat for openSUSE:Factory 
checked in at 2018-11-26 10:19:45

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


Package is "qdirstat"

Mon Nov 26 10:19:45 2018 rev:6 rq:648448 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/qdirstat/qdirstat.changes2017-07-17 
09:08:57.810484242 +0200
+++ /work/SRC/openSUSE:Factory/.qdirstat.new.19453/qdirstat.changes 
2018-11-26 10:20:45.629700852 +0100
@@ -2 +2,11 @@
-Wed Jul 12 16:00:42 CEST 2017 - shundham...@suse.de
+Thu Nov  8 10:37:20 UTC 2018 - Stefan Hundhammer 
+
+- Update to V1.5:
+  - Breadcrumbs navigation
+  - File details panel
+  - Package manager support for rpm, dpkg, pacman
+  - Switchable different main window layouts
+  - Bug fixes
+
+---
+Sun Jun  4 17:33:35 CEST 2017 - shundham...@suse.de
@@ -4,0 +15,5 @@
+
+---
+Sun Mar  5 15:37:43 CET 2017 - shundham...@suse.de
+
+- Update to V1.3 (File type stats window and more)

Old:

  qdirstat-1.4.tar.bz2

New:

  qdirstat-1.5.tar.bz2



Other differences:
--
++ qdirstat.spec ++
--- /var/tmp/diff_new_pack.u1EEqQ/_old  2018-11-26 10:20:47.845698243 +0100
+++ /var/tmp/diff_new_pack.u1EEqQ/_new  2018-11-26 10:20:47.849698238 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qdirstat
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,15 +12,15 @@
 # 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:   qdirstat
-Version:1.4
+Version:1.5
 Release:0
 Summary:Directory Statistics
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/File utilities
 Url:https://github.com/shundhammer/qdirstat
 Source0:%{name}-%{version}.tar.bz2

++ qdirstat-1.4.tar.bz2 -> qdirstat-1.5.tar.bz2 ++
 9330 lines of diff (skipped)




commit qdirstat for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package qdirstat for openSUSE:Factory 
checked in at 2017-07-17 09:08:56

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


Package is "qdirstat"

Mon Jul 17 09:08:56 2017 rev:5 rq:509799 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/qdirstat/qdirstat.changes2017-01-17 
14:36:55.356684362 +0100
+++ /work/SRC/openSUSE:Factory/.qdirstat.new/qdirstat.changes   2017-07-17 
09:08:57.810484242 +0200
@@ -1,0 +2,5 @@
+Wed Jul 12 16:00:42 CEST 2017 - shundham...@suse.de
+
+- Update to V1.4 (File size stats (histogram) and more) 
+
+---

Old:

  qdirstat-1.2.tar.bz2

New:

  qdirstat-1.4.tar.bz2



Other differences:
--
++ qdirstat.spec ++
--- /var/tmp/diff_new_pack.PhxN74/_old  2017-07-17 09:08:58.414399186 +0200
+++ /var/tmp/diff_new_pack.PhxN74/_new  2017-07-17 09:08:58.418398622 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qdirstat
 #
-# Copyright (c) 2016-2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +17,7 @@
 
 
 Name:   qdirstat
-Version:1.2
+Version:1.4
 Release:0
 Summary:Directory Statistics
 License:GPL-2.0
@@ -71,10 +71,12 @@
 
 %files
 %defattr(-,root,root)
-%doc README.md LICENSE DevHistory.md Contributing.md TODO.md 
doc/cache-file-format.txt
+%doc README.md LICENSE doc/cache-file-format.txt doc/*.md
 %{_bindir}/qdirstat
 %{_bindir}/qdirstat-cache-writer
 %{_datadir}/applications/qdirstat.desktop
 %{_datadir}/icons/hicolor/
+%dir %{_docdir}/%name/stats/
+%{_docdir}/%name/stats/*.md
 
 %changelog

++ qdirstat-1.2.tar.bz2 -> qdirstat-1.4.tar.bz2 ++
 14788 lines of diff (skipped)




commit qdirstat for openSUSE:Factory

2017-01-17 Thread root
Hello community,

here is the log from the commit of package qdirstat for openSUSE:Factory 
checked in at 2017-01-17 14:36:54

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


Package is "qdirstat"

Changes:

--- /work/SRC/openSUSE:Factory/qdirstat/qdirstat.changes2016-11-28 
15:04:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.qdirstat.new/qdirstat.changes   2017-01-17 
14:36:55.356684362 +0100
@@ -1,0 +2,5 @@
+Mon Jan  9 13:49:25 CET 2017 - shundham...@suse.de
+
+- Update to V1.2 (Improved Btrfs subvolume support)
+
+---

Old:

  qdirstat-1.1.tar.bz2

New:

  qdirstat-1.2.tar.bz2



Other differences:
--
++ qdirstat.spec ++
--- /var/tmp/diff_new_pack.muDQEw/_old  2017-01-17 14:36:55.744629366 +0100
+++ /var/tmp/diff_new_pack.muDQEw/_new  2017-01-17 14:36:55.744629366 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qdirstat
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016-2017 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,7 +17,7 @@
 
 
 Name:   qdirstat
-Version:1.1
+Version:1.2
 Release:0
 Summary:Directory Statistics
 License:GPL-2.0

++ qdirstat-1.1.tar.bz2 -> qdirstat-1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qdirstat-1.1/.gitignore new/qdirstat-1.2/.gitignore
--- old/qdirstat-1.1/.gitignore 2016-10-31 19:09:45.0 +0100
+++ new/qdirstat-1.2/.gitignore 2017-01-03 14:47:15.0 +0100
@@ -1 +1,2 @@
 Makefile
+.qmake.stash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qdirstat-1.1/DevHistory.md 
new/qdirstat-1.2/DevHistory.md
--- old/qdirstat-1.1/DevHistory.md  2016-10-31 19:09:45.0 +0100
+++ new/qdirstat-1.2/DevHistory.md  2017-01-03 14:47:15.0 +0100
@@ -11,6 +11,181 @@
 ## QDirStat History
 
 
+- 2016-12-06 **Warning to Btrfs users** (Fixed as of 2012-12-09)
+
+  If you use QDirStat to scan a Btrfs partition,
+  [any subvolumes of that partition are not 
scanned](https://github.com/shundhammer/qdirstat/issues/39):
+  Btrfs subvolumes are treated just like ordinary
+  mount points (which, to all intents and purposes, they are). So you might
+  wonder why the _df_ command shows your 40 GB root filesystem as 97% full, yet
+  QDirStat shows only about 7 GB. The rest might be hidden in subvolumes.
+
+  QDirStat stops reading at mount points - which only makes sense because
+  normally you want to know what eats up the disk space on that one partition
+  that is filling up, not on any others like /home that are mounted
+  there. Unfortunately, a Btrfs subvolume is also just another mount point, and
+  QDirStat will stop reading there, too - at /var/log, at /var/spool, at
+  /var/lib/libvirt etc.; a typical Btrfs root filesystem has about a dozen
+  subvolumes, and all files in them are currently disregarded by QDirStat. You
+  can of course click on "Continue reading at mount point" individually in
+  QDirStat's directory tree for each one of them, but that's tedious.
+
+  I am working on a solution. One approach would be to check if the current
+  filesystem is Btrfs and list its subvolumes, but the Btrfs developers in
+  their infinite wisdom decided that `btrfs subvolume list ` is a
+  privileged operation, so QDirStat would have to use `sudo` with it and prompt
+  for the root password (at which point I as a user would terminate the program
+  and not use it any more). **This is broken by design.** A simple info command
+  like that should not require root privileges.
+
+
+- 2016-10-31 (Halloween) **New stable release: V1.1-Pumpkin**
+
+  It's about time for another official release to get the accumulated fixes and
+  small changes out into the world. Since today is Halloween, this release
+  shall be named _Pumpkin_ (as in the unforgettable Charlie Brown's _Great
+  Pumpkin_).
+
+  The last stable release, V1.0, was in mid-May (2016-05-16). Since then, there
+  were 5 bug fixes and one small feature (the config file split up into
+  independent parts so admins can provide presets to their users without
+  overwriting the complete configuration), all described in greater detail
+  below.
+
+
+- 2016-10-23
+
+  - Fixed [GitHub issue 
#32](https://github.com/shundhammer/qdirstat/issues/32):
+%p does not escape single quotes properly
+
+If you have a file name like `Don't do this.txt` (with a quote character in
+the name)

commit qdirstat for openSUSE:Factory

2016-11-28 Thread h_root
Hello community,

here is the log from the commit of package qdirstat for openSUSE:Factory 
checked in at 2016-11-28 15:04:40

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


Package is "qdirstat"

Changes:

--- /work/SRC/openSUSE:Factory/qdirstat/qdirstat.changes2016-11-20 
18:19:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.qdirstat.new/qdirstat.changes   2016-11-28 
15:04:41.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov 12 22:06:55 UTC 2016 - jeng...@inai.de
+
+- Own hicolor, because BuildRequiring it does not fix the
+  post-build situation.
+
+---



Other differences:
--
++ qdirstat.spec ++
--- /var/tmp/diff_new_pack.xDZz3f/_old  2016-11-28 15:04:42.0 +0100
+++ /var/tmp/diff_new_pack.xDZz3f/_new  2016-11-28 15:04:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qdirstat
 #
-# Copyright (c) 2016 SUSE LLC.
+# 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
@@ -15,20 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   qdirstat
 Version:1.1
 Release:0
-License:GPL-2.0
 Summary:Directory Statistics
-Url:https://github.com/shundhammer/qdirstat
+License:GPL-2.0
 Group:  Productivity/File utilities
+Url:https://github.com/shundhammer/qdirstat
 Source0:%{name}-%{version}.tar.bz2
-BuildRequires:  hicolor-icon-theme
 BuildRequires:  libQt5Core-devel
 BuildRequires:  libQt5Widgets-devel
 BuildRequires:  libqt5-qtbase-common-devel
-BuildRequires:  zlib-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -75,5 +75,6 @@
 %{_bindir}/qdirstat
 %{_bindir}/qdirstat-cache-writer
 %{_datadir}/applications/qdirstat.desktop
-%{_datadir}/icons/hicolor/32x32/apps/qdirstat.png
+%{_datadir}/icons/hicolor/
 
+%changelog




commit qdirstat for openSUSE:Factory

2016-11-20 Thread h_root
Hello community,

here is the log from the commit of package qdirstat for openSUSE:Factory 
checked in at 2016-11-20 18:19:08

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


Package is "qdirstat"

Changes:

--- /work/SRC/openSUSE:Factory/qdirstat/qdirstat.changes2016-11-12 
13:00:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.qdirstat.new/qdirstat.changes   2016-11-20 
18:19:09.0 +0100
@@ -1,0 +2,5 @@
+Mon Oct 31 19:44:16 CET 2016 - stefan.hundham...@gmx.de
+
+- Update to V1.1-Pumpkin
+
+---
@@ -4 +9 @@
-- Include the hicolor-icon-theme rather then trying to make its 
+- Include the hicolor-icon-theme rather than trying to make its

Old:

  qdirstat-1.0.tar.bz2

New:

  qdirstat-1.1.tar.bz2



Other differences:
--
++ qdirstat.spec ++
--- /var/tmp/diff_new_pack.S9UngH/_old  2016-11-20 18:19:10.0 +0100
+++ /var/tmp/diff_new_pack.S9UngH/_new  2016-11-20 18:19:10.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   qdirstat
-Version:1.0
+Version:1.1
 Release:0
 License:GPL-2.0
 Summary:Directory Statistics

++ qdirstat-1.0.tar.bz2 -> qdirstat-1.1.tar.bz2 ++
 2412 lines of diff (skipped)