Hello community, here is the log from the commit of package dfc for openSUSE:Factory checked in at 2017-04-24 09:49:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dfc (Old) and /work/SRC/openSUSE:Factory/.dfc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dfc" Mon Apr 24 09:49:18 2017 rev:3 rq:489755 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dfc/dfc.changes 2017-02-21 13:49:44.501493617 +0100 +++ /work/SRC/openSUSE:Factory/.dfc.new/dfc.changes 2017-04-24 09:49:19.799322143 +0200 @@ -1,0 +2,41 @@ +Fri Apr 21 08:05:13 UTC 2017 - [email protected] + +- Update to version 3.1.0: + * New features: + + Major code refactoring: now, platform specific code is + clearly separated + + Solaris support. + + The CSV separator can be specified via the configuration file + (defaults to","). + + In addition to the already export formats (CSV, text, tex and + HTML), dfc is able to export the information as JSON (no + additional dependency required). + + Add support for bold font via the configuration file + + Add -M option to disable "Mounted On" information. + + Add Dutch translation. + + Add git revision to the dfc version string for development + versions of dfc. + * Bug fixes: + + Fix type not respecting -W flag. + + Fix alignment issue when both -M and -o options are specified. + + Plug a few memory leaks. + + Escape mount options with "" when exporting to CSV as mount + options may typically contain a ",". + + Linux: avoid stat'ing remote file system when local flag is + given (prevents dfc from potentially hanging on remote file + systems). + + Consider nfs4 a remote filesystem. + + Correctly link math library (fixes build on, at least, + Ubuntu). + + Remove a few extra incorrect CSV separators in CSV export + mode. + + Silently ignore EACCESS error on statvfs. + + Fix build failure on Hurd. + + Fix build failure on kFreeBSD. + * Incompatible changes: + + Remove "GRIM" compile option - compile flags previously set + by "grim" are now defaults. + + Stop translating color names in the configuration file - now, + only "English" names are understood. + +------------------------------------------------------------------- Old: ---- dfc-3.0.5.tar.gz New: ---- dfc-3.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dfc.spec ++++++ --- /var/tmp/diff_new_pack.IvCRyJ/_old 2017-04-24 09:49:20.459228810 +0200 +++ /var/tmp/diff_new_pack.IvCRyJ/_new 2017-04-24 09:49:20.463228245 +0200 @@ -18,13 +18,13 @@ Name: dfc -Version: 3.0.5 +Version: 3.1.0 Release: 0 Summary: Display file system space usage using graphs and colors License: BSD-3-Clause Group: Productivity/File utilities Url: http://projects.gw-computing.net/projects/dfc/ -Source0: http://projects.gw-computing.net/attachments/download/467/%{name}-%{version}.tar.gz +Source0: http://projects.gw-computing.net/attachments/download/614/%{name}-%{version}.tar.gz BuildRequires: cmake Recommends: %{name}-lang @@ -49,16 +49,18 @@ %files %defattr(-,root,root,-) -%doc AUTHORS CHANGELOG LICENSE README -%{_bindir}/dfc -%doc %{_docdir}/dfc/ -%{_mandir}/man1/dfc.1%{ext_man} +%doc AUTHORS.md CHANGELOG.md README.md LICENSE HACKING.md TRANSLATORS.md %dir %{_sysconfdir}/xdg/dfc/ -%dir %{_sysconfdir}/xdg/dfc/fr/ %config(noreplace) %{_sysconfdir}/xdg/dfc/dfcrc -%config(noreplace) %{_sysconfdir}/xdg/dfc/fr/dfcrc +%{_bindir}/dfc +%{_mandir}/man1/dfc.1%{ext_man} %files lang -f %{name}.lang %defattr(-,root,root,-) +%dir %{_sysconfdir}/xdg/dfc/ +%dir %{_sysconfdir}/xdg/dfc/fr/ +%config(noreplace) %{_sysconfdir}/xdg/dfc/fr/dfcrc +%dir %{_sysconfdir}/xdg/dfc/nl/ +%config(noreplace) %{_sysconfdir}/xdg/dfc/nl/dfcrc %changelog ++++++ dfc-3.0.5.tar.gz -> dfc-3.1.0.tar.gz ++++++ ++++ 10398 lines of diff (skipped)
