commit ncdu for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package ncdu for openSUSE:Factory checked in 
at 2020-08-20 22:33:28

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


Package is "ncdu"

Thu Aug 20 22:33:28 2020 rev:13 rq:828169 version:1.15.1

Changes:

--- /work/SRC/openSUSE:Factory/ncdu/ncdu.changes2020-06-09 
00:11:37.306708523 +0200
+++ /work/SRC/openSUSE:Factory/.ncdu.new.3399/ncdu.changes  2020-08-20 
22:33:56.340124728 +0200
@@ -1,0 +2,8 @@
+Thu Aug 20 11:54:21 UTC 2020 - Dirk Mueller 
+
+- update to 1.15.1
+  - (Linux) Fix build on older Linux systems (Christian Göttsche)
+  - (MacOS) Revert "Exclude firmlinks by default" behavior (until we have a 
better solution)
+  - (MacOS) Add --exclude-firmlinks option to opt-in to the above behavior
+ 
+---

Old:

  ncdu-1.15.tar.gz
  ncdu-1.15.tar.gz.asc

New:

  ncdu-1.15.1.tar.gz
  ncdu-1.15.1.tar.gz.asc



Other differences:
--
++ ncdu.spec ++
--- /var/tmp/diff_new_pack.YkjOvx/_old  2020-08-20 22:33:57.168125115 +0200
+++ /var/tmp/diff_new_pack.YkjOvx/_new  2020-08-20 22:33:57.168125115 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ncdu
-Version:1.15
+Version:1.15.1
 Release:0
 Summary:NCurses Disk Usage
 License:MIT

++ ncdu-1.15.tar.gz -> ncdu-1.15.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ncdu-1.15/ChangeLog new/ncdu-1.15.1/ChangeLog
--- old/ncdu-1.15/ChangeLog 2020-05-30 09:55:19.0 +0200
+++ new/ncdu-1.15.1/ChangeLog   2020-06-10 12:23:48.0 +0200
@@ -1,3 +1,8 @@
+1.15.1 - 2020-06-10
+   - (Linux) Fix build on older Linux systems (Christian Göttsche)
+   - (MacOS) Revert "Exclude firmlinks by default" behavior (until we have 
a better solution)
+   - (MacOS) Add --exclude-firmlinks option to opt-in to the above behavior
+
 1.15 - 2020-05-30
- (Linux) Add --exclude-kernfs option to exclude pseudo filesystems 
(Christian Göttsche)
- (MacOS) Exclude firmlinks by default (Saagar Jha)
@@ -77,7 +82,7 @@
- Count the size of a hard linked file once for each directory it 
appears in
- Fixed crash on browsing dirs with a small window size (#2991787)
- Fixed buffer overflow when some directories can't be scanned 
(#2981704)
-   - Fixed segfault when launched on a nonexistant directory (#3012787)
+   - Fixed segfault when launched on a nonexistent directory (#3012787)
- Fixed segfault when root dir only contains hidden files
- Improved browsing performance
- More intuitive multi-page browsing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ncdu-1.15/README new/ncdu-1.15.1/README
--- old/ncdu-1.15/README2020-05-30 10:01:06.0 +0200
+++ new/ncdu-1.15.1/README  2020-06-10 12:24:01.0 +0200
@@ -1,5 +1,5 @@
-ncdu 1.15
-=
+ncdu 1.15.1
+===
 
 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ncdu-1.15/configure new/ncdu-1.15.1/configure
--- old/ncdu-1.15/configure 2020-05-30 10:09:16.0 +0200
+++ new/ncdu-1.15.1/configure   2020-06-10 12:25:23.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ncdu 1.15.
+# Generated by GNU Autoconf 2.69 for ncdu 1.15.1.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='ncdu'
 PACKAGE_TARNAME='ncdu'
-PACKAGE_VERSION='1.15'
-PACKAGE_STRING='ncdu 1.15'
+PACKAGE_VERSION='1.15.1'
+PACKAGE_STRING='ncdu 1.15.1'
 PACKAGE_BUGREPORT='proje...@yorhel.nl'
 PACKAGE_URL=''
 
@@ -1281,7 +1281,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ncdu 1.15 to adapt to many kinds of systems.
+\`configure' configures ncdu 1.15.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1347,7 +1347,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ncdu 1.15:";;
+ short | recursive ) echo "Configuration of ncdu 1.15.1:";;
esac
   cat <<\_ACEOF
 
@@ -1457,7 +1457,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ncdu configure 1.15
+ncdu configure 1.15.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2059,7 +2059,7 @@
 This file contains any messages 

commit ncdu for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package ncdu for openSUSE:Factory checked in 
at 2020-06-09 00:09:24

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


Package is "ncdu"

Tue Jun  9 00:09:24 2020 rev:12 rq:812451 version:1.15

Changes:

--- /work/SRC/openSUSE:Factory/ncdu/ncdu.changes2019-05-22 
12:20:02.680849530 +0200
+++ /work/SRC/openSUSE:Factory/.ncdu.new.3606/ncdu.changes  2020-06-09 
00:11:37.306708523 +0200
@@ -1,0 +2,10 @@
+Sat Jun  6 12:28:31 UTC 2020 - Matthias Eliasson 
+
+- Update to version 1.15
+  * (Linux) Add --exclude-kernfs option to exclude pseudo filesystems 
(Christian Göttsche)
+  * Fix bug in calculating the apparent size of directories containing 
hardlinks
+  * Fix integer overflow with directories containing >2GiB worth of file names
+  * Fix yet another possible 100% CPU bug when losing terminal
+- run spec-cleaner
+
+---

Old:

  ncdu-1.14.tar.gz
  ncdu-1.14.tar.gz.asc

New:

  ncdu-1.15.tar.gz
  ncdu-1.15.tar.gz.asc



Other differences:
--
++ ncdu.spec ++
--- /var/tmp/diff_new_pack.V4juGI/_old  2020-06-09 00:11:38.494712169 +0200
+++ /var/tmp/diff_new_pack.V4juGI/_new  2020-06-09 00:11:38.494712169 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ncdu
 #
-# Copyright (c) 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,12 +17,11 @@
 
 
 Name:   ncdu
-Version:1.14
+Version:1.15
 Release:0
 Summary:NCurses Disk Usage
 License:MIT
-Group:  System/Filesystems
-Url:https://dev.yorhel.nl/ncdu/
+URL:https://dev.yorhel.nl/ncdu/
 Source0:https://dev.yorhel.nl/download/%{name}-%{version}.tar.gz
 Source1:https://dev.yorhel.nl/download/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
@@ -38,14 +37,15 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 
 %files
-%doc ChangeLog README COPYING
+%license COPYING
+%doc ChangeLog README
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog

++ ncdu-1.14.tar.gz -> ncdu-1.15.tar.gz ++
 3043 lines of diff (skipped)




commit ncdu for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package ncdu for openSUSE:Factory checked in 
at 2019-05-22 12:19:56

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


Package is "ncdu"

Wed May 22 12:19:56 2019 rev:11 rq:704645 version:1.14

Changes:

--- /work/SRC/openSUSE:Factory/ncdu/ncdu.changes2018-02-07 
18:42:31.817044965 +0100
+++ /work/SRC/openSUSE:Factory/.ncdu.new.5148/ncdu.changes  2019-05-22 
12:20:02.680849530 +0200
@@ -1,0 +2,13 @@
+Sat May 18 08:08:05 UTC 2019 - Martin Hauke 
+
+- Update to version 1.14
+  * Add mtime display and sorting
+  * Add (limited) --follow-symlinks option
+  * Display larger file counts in browser UI
+  * Add -V, --version, and --help alias flags
+  * Fix crash when attempting to sort an empty directory
+  * Fix 100% CPU bug when ncdu loses the terminal
+  * Fix '--color=off' flag
+  * Fix some typos
+
+---

Old:

  ncdu-1.13.tar.gz
  ncdu-1.13.tar.gz.asc

New:

  ncdu-1.14.tar.gz
  ncdu-1.14.tar.gz.asc



Other differences:
--
++ ncdu.spec ++
--- /var/tmp/diff_new_pack.eBvwc3/_old  2019-05-22 12:20:04.724848196 +0200
+++ /var/tmp/diff_new_pack.eBvwc3/_new  2019-05-22 12:20:04.744848182 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ncdu
 #
-# 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,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:   ncdu
-Version:1.13
+Version:1.14
 Release:0
 Summary:NCurses Disk Usage
 License:MIT

++ ncdu-1.13.tar.gz -> ncdu-1.14.tar.gz ++
 2114 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/ncdu-1.13/COPYING new/ncdu-1.14/COPYING
--- old/ncdu-1.13/COPYING   2018-01-29 11:58:14.0 +0100
+++ new/ncdu-1.14/COPYING   2019-02-04 16:50:09.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2007-2018 Yoran Heling
+Copyright (c) 2007-2019 Yoran Heling
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
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/ncdu-1.13/ChangeLog new/ncdu-1.14/ChangeLog
--- old/ncdu-1.13/ChangeLog 2018-01-29 11:58:14.0 +0100
+++ new/ncdu-1.14/ChangeLog 2019-02-04 16:49:21.0 +0100
@@ -1,3 +1,13 @@
+1.14 - 2019-02-04
+   - Add mtime display and sorting (Alex Wilson)
+   - Add (limited) --follow-symlinks option (Simon Doppler)
+   - Display larger file counts in browser UI
+   - Add -V, --version, and --help alias flags
+   - Fix crash when attempting to sort an empty directory
+   - Fix 100% CPU bug when ncdu loses the terminal
+   - Fix '--color=off' flag
+   - Fix some typos
+
 1.13 - 2018-01-29
- Add "extended information" mode and -e flag
- Add file mode, modification time and uid/gid to info window with -e
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/ncdu-1.13/README new/ncdu-1.14/README
--- old/ncdu-1.13/README2018-01-29 11:58:14.0 +0100
+++ new/ncdu-1.14/README2019-02-04 16:50:19.0 +0100
@@ -1,4 +1,4 @@
-ncdu 1.13
+ncdu 1.14
 =
 
 DESCRIPTION
@@ -33,7 +33,7 @@
 
 COPYING
 
-  Copyright (c) 2007-2018 Yoran Heling
+  Copyright (c) 2007-2019 Yoran Heling
 
   Permission is hereby granted, free of charge, to any person obtaining
   a copy of this software and associated documentation files 

commit ncdu for openSUSE:Factory

2018-02-07 Thread root
Hello community,

here is the log from the commit of package ncdu for openSUSE:Factory checked in 
at 2018-02-07 18:42:23

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


Package is "ncdu"

Wed Feb  7 18:42:23 2018 rev:10 rq:573676 version:1.13

Changes:

--- /work/SRC/openSUSE:Factory/ncdu/ncdu.changes2017-01-04 
19:38:41.457280054 +0100
+++ /work/SRC/openSUSE:Factory/.ncdu.new/ncdu.changes   2018-02-07 
18:42:31.817044965 +0100
@@ -1,0 +2,14 @@
+Wed Feb  7 05:39:38 UTC 2018 - avin...@opensuse.org
+
+- Update to 1.13
+  * Add "extended information" mode and -e flag
+  * Add file mode, modification time and uid/gid to info window
+with -e
+  * Add experimental color support and --color flag
+  * Add -rr option to disable shell spawning
+  * Remove directory nesting limit on file import
+  * Fix handling of interrupts during file import
+- cleanup with spec-cleaner
+- use https urls
+
+---

Old:

  ncdu-1.12.tar.gz
  ncdu-1.12.tar.gz.asc

New:

  ncdu-1.13.tar.gz
  ncdu-1.13.tar.gz.asc



Other differences:
--
++ ncdu.spec ++
--- /var/tmp/diff_new_pack.umecJk/_old  2018-02-07 18:42:32.501012940 +0100
+++ /var/tmp/diff_new_pack.umecJk/_new  2018-02-07 18:42:32.505012753 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ncdu
 #
-# Copyright (c) 2016 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
@@ -17,17 +17,16 @@
 
 
 Name:   ncdu
-Version:1.12
+Version:1.13
 Release:0
 Summary:NCurses Disk Usage
 License:MIT
 Group:  System/Filesystems
-Url:http://dev.yorhel.nl/ncdu/
-Source0:http://dev.yorhel.nl/download/ncdu-%{version}.tar.gz
-Source1:http://dev.yorhel.nl/download/ncdu-%{version}.tar.gz.asc
+Url:https://dev.yorhel.nl/ncdu/
+Source0:https://dev.yorhel.nl/download/%{name}-%{version}.tar.gz
+Source1:https://dev.yorhel.nl/download/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 BuildRequires:  ncurses-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 ncdu (NCurses Disk Usage) is a curses-based version of
@@ -39,15 +38,14 @@
 
 %build
 %configure
-make %{?_smp_flags}
+make %{?_smp_mflags}
 
 %install
 %make_install
 
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog README COPYING
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %changelog

++ ncdu-1.12.tar.gz -> ncdu-1.13.tar.gz ++
 2885 lines of diff (skipped)




commit ncdu for openSUSE:Factory

2016-05-05 Thread h_root
Hello community,

here is the log from the commit of package ncdu for openSUSE:Factory checked in 
at 2016-05-05 08:12:42

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


Package is "ncdu"

Changes:

--- /work/SRC/openSUSE:Factory/ncdu/ncdu.changes2013-09-04 
14:02:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.ncdu.new/ncdu.changes   2016-05-05 
08:12:44.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 28 18:28:00 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 1.11
+  * Added 'b' key to spawn shell in the current directory
+  * Support scanning (and refreshing) of empty directories
+  * Added --si flag for base 10 prefixes
+  * Fix toggle dirs before files
+- Spec file cleanups
+- Add include_sys_wait.patch.  Fixes building on earlier distros.
+  The patch is includes upstream and should be in the next release.
+  Please see:
+  + https://dev.yorhel.nl/ncdu/bug/70
+  + 
https://g.blicky.net/ncdu.git/commit/?id=29f347c19cb7ad17c4b401e1d984fce8eafaaafa
+
+---

Old:

  ncdu-1.10.tar.gz
  ncdu-1.10.tar.gz.asc

New:

  include_sys_wait.patch
  ncdu-1.11.tar.gz
  ncdu-1.11.tar.gz.asc



Other differences:
--
++ ncdu.spec ++
--- /var/tmp/diff_new_pack.YdyprE/_old  2016-05-05 08:12:45.0 +0200
+++ /var/tmp/diff_new_pack.YdyprE/_new  2016-05-05 08:12:45.0 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et:
 #
 # spec file for package ncdu
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -18,7 +17,7 @@
 
 
 Name:   ncdu
-Version:1.10
+Version:1.11
 Release:0
 Summary:NCurses Disk Usage
 License:MIT
@@ -26,6 +25,8 @@
 Url:http://dev.yorhel.nl/ncdu/
 Source0:http://dev.yorhel.nl/download/ncdu-%{version}.tar.gz
 Source1:http://dev.yorhel.nl/download/ncdu-%{version}.tar.gz.asc
+# PATCH-FIX-UPSTREAM include_sys_wait.patch https://dev.yorhel.nl/ncdu/bug/70
+Patch0: include_sys_wait.patch
 Source2:%{name}.keyring
 BuildRequires:  ncurses-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,21 +38,19 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
-%__make %{?_smp_flags}
+make %{?_smp_flags}
 
 %install
-%makeinstall
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%make_install
 
 %files
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %doc ChangeLog README COPYING
-%doc %{_mandir}/man1/%{name}.1*
 %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
 
 %changelog

++ include_sys_wait.patch ++
>From 29f347c19cb7ad17c4b401e1d984fce8eafaaafa Mon Sep 17 00:00:00 2001
From: Yorhel 
Date: Tue, 7 Apr 2015 10:39:46 +0200
Subject: shell.c: Include sys/wait.h

Required for the W* macros on OpenBSD. Reported by Brian Callahan.
---
 src/shell.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/shell.c b/src/shell.c
index d601b5a..eb275cd 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -32,6 +32,7 @@
 #include 
 #include 
 #include 
+#include 
 
 void shell_draw() {
   char *full_path;
-- 
cgit v0.12

++ ncdu-1.10.tar.gz -> ncdu-1.11.tar.gz ++
 1622 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/ncdu-1.10/COPYING new/ncdu-1.11/COPYING
--- old/ncdu-1.10/COPYING   2012-09-27 11:00:09.0 +0200
+++ new/ncdu-1.11/COPYING   2014-01-22 15:26:36.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2007-2012 Yoran Heling
+Copyright (c) 2007-2014 Yoran Heling
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
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/ncdu-1.10/ChangeLog new/ncdu-1.11/ChangeLog
--- old/ncdu-1.10/ChangeLog 2013-05-09 16:29:06.0 +0200
+++ new/ncdu-1.11/ChangeLog 2015-04-05 10:00:43.0 +0200
@@ -1,3 +1,9 @@
+1.11 - 2014-04-05
+   - Added 'b' key to spawn shell 

commit ncdu for openSUSE:Factory

2013-09-04 Thread h_root
Hello community,

here is the log from the commit of package ncdu for openSUSE:Factory checked in 
at 2013-09-04 14:02:11

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


Package is ncdu

Changes:

--- /work/SRC/openSUSE:Factory/ncdu/ncdu.changes2012-10-26 
17:26:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ncdu.new/ncdu.changes   2013-09-04 
14:02:13.0 +0200
@@ -1,0 +2,12 @@
+Sat Aug 31 09:43:41 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 1.10.
+  * Added 'c' key to display item counts.
+  * Added 'C' key to order by item counts.
+  * Added CACHEDIR.TAG support and --exclude-caches option.
+  * Use locale-dependent thousand separator.
+  * Clip file/dir sizes to 8 EiB minus one byte.
+  * Fix buffer overflow when formatting huge file sizes.
+- Verify GPG signature.
+
+---

Old:

  ncdu-1.9.tar.gz

New:

  ncdu-1.10.tar.gz
  ncdu-1.10.tar.gz.asc
  ncdu.keyring



Other differences:
--
++ ncdu.spec ++
--- /var/tmp/diff_new_pack.DO2UHZ/_old  2013-09-04 14:02:14.0 +0200
+++ /var/tmp/diff_new_pack.DO2UHZ/_new  2013-09-04 14:02:14.0 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package ncdu
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,17 @@
 
 
 Name:   ncdu
-Version:1.9
+Version:1.10
 Release:0
 Summary:NCurses Disk Usage
 License:MIT
 Group:  System/Filesystems
 Url:http://dev.yorhel.nl/ncdu/
-Source: http://dev.yorhel.nl/download/ncdu-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:http://dev.yorhel.nl/download/ncdu-%{version}.tar.gz
+Source1:http://dev.yorhel.nl/download/ncdu-%{version}.tar.gz.asc
+Source2:%{name}.keyring
 BuildRequires:  ncurses-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 ncdu (NCurses Disk Usage) is a curses-based version of

++ ncdu-1.9.tar.gz - ncdu-1.10.tar.gz ++
 5080 lines of diff (skipped)

++ ncdu.keyring ++
pub   4096R/8C2739FA 2011-10-19
uid  Yoran Heling i...@yorhel.nl
uid  Yorhel g...@yorhel.nl
uid  Yoran Heling proje...@yorhel.nl
sub   4096R/39E6EE6C 2011-10-19

-BEGIN PGP PUBLIC KEY BLOCK-

mQINBE6e++YBEAD14q0B9xZukiy3C+0uq0ZN0HfgZ9eoPfBbTJ0eRvELhn5RBnMN
4hcwTtmCdtjSCzZuNswkB5glvFt+3tGVv+EO6jIdDemI2BZv1Z8nXYas/Xx2y7WM
YMkLBFPagaeh+JG7D7G8kxZtku/3fhbYP21kPbGUi/MNXP34jxR5aNBf/ChLGewG
VfjXgu8frU3NPceX9WbQzLdYot0cprR5ixahgdPDLL8XaDDZFTYN0OrMaqN4iLws
RJNYY8l6zr4BIdhjW6TaHEHtsLmgIuUQK4deGXwES6tOdA0tXzssMrpK0Pn1TNgo
cV1qB36Tk6dlW2/g1Kdy2hJGCZVIDp0H1edwpfqn1YDRSFO1gxRpE+s25eZ5JnPX
0ytWtfUclKGfP8ZxIu3IAU+1+iq5tvMkxYby8/bawS1254jaepb75mWQnqSIC37Q
Wj3zqGWFinwkMSjPocwTR0uatK9qXSB4fyKjM7ITWS3DFybtZNgfX3oC7E1Qr+kU
ZWkh8LT9c2EOCoJP+oLKrtpYsagOoix4L4CrOWQjBGZus5BQrTz8Y2lDfYIO5VNm
ChezeuZdONuuHFHBUuF42J9JNxohiuNmiiL2PWTEIllnGbgDcGb01e3Ite7V1vJe
fKSAa0bkW8LWC20MmG9NSvNndZ0XbszCaw81g3OKFCExKjzBcUdwoXTjfQARAQAB
tBZZb3JoZWwgPGdpdEB5b3JoZWwubmw+iQI3BBMBCgAhBQJOnwF2AhsDBQsJCAcD
BRUKCQgLBRYCAwEAAh4BAheAAAoJEGI5TGmMJzn6a5MP/i5bAPD48Tm/AK1kFoRU
MwGx4t6bpTRquKx4EObxvdPhVrNgmtYWzhomoyEL/xNnzYL7lj5uu2F91cz1WQHH
WKzjVUR+ZgE5QXVdErM9UggJmr7Inp/fRAZPEnV/YLd8gTg+r857qX1lldePc2uc
lYgeOuTlQ1YoXF3GtFsuvYGiBrbLCU0m15ZSL+SritGD2GhvGuSAoHJwVopnxdAT
OA4YctAVRvLwvYZgKLZAf9mdQjtaozr07XqZ1mSQxtUBhUb7uddf4HXDa+d6SoNq
nmeb7nDV40f3YXe41xsDHltNTS7cb2K0dlbf11juOkNiSAt3ijP3UFBmUtaWy3AI
zqVhfiwG/ixJdpnG6xH0wJNbp6UOpPTH5ie2zVQIvfcqYu16k5hr1D39TqDSvMCx
7LLkeCuIGMdRCJ8w4MElAVGMA/9GnCRaAPiTP2KxvmXxJLX10mRtpZF+Bv2oqVCi
NF1XfuItgeVjpqr5r6cKJ7UjLCQp3LIyivkIC2FrzHlBpnEuBmXYxHN6B0U4ylRx
XFxtu35lQV0tcGSPckDT7VgRWKsyneCiyvG6t589tBwxs2IgGdXdaIlpNDBE/4Au
MMdv5HPLKxbuDeSBU43eX5DON4sjriLGnfiPTGzTbYNwSZsn5abRgRrFVmnO5oX+
qdipwK+ebgbZcZUgvNcIZZbntB1Zb3JhbiBIZWxpbmcgPGluZm9AeW9yaGVsLm5s
PokCOgQTAQoAJAIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAUCTp8CXgIZAQAK
CRBiOUxpjCc5+g8gEACQ5cv0QQi52Y+O2QzzBH7eTCz4aEncBByB7D9CnwGnEch5
PLnrsd89+txhHeqCijQtbUPkn3R3pG3AyCUmK+P7ub0riE70e0kdWxttre7tP/vZ
8Ysn20Mb6IORv2wBX8n5XXUO1yjlawLFDQKMH0Uac0poWJtWE2bhH/L8ty6QlFgz
D7vM0lNp353nACxmE5PcCfVpqhc6tN3KmdaGhgVYep7lsknGxvBnFtMr1QLx99lt
ttQG8tUXU3K6kZPdGxWfc+ev3Gptsw1tMBeAgU8gu2KRj+xsU0l6JBKCIjtPHYBO
GuI1MQJ51g4TryAcTTCVtCzLtXftJga7MeDh6zqh0EzNqJ44JTg2cIGpwY0Hxort
CnVn4b9/sMHrhq2JjcdhvacTcPfI4W/txxZlW6WfBh78iHH2v8pZgW+LHopSjwFZ

commit ncdu for openSUSE:Factory

2012-10-26 Thread h_root
Hello community,

here is the log from the commit of package ncdu for openSUSE:Factory checked in 
at 2012-10-26 17:26:39

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


Package is ncdu, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ncdu/ncdu.changes2012-05-03 
10:58:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.ncdu.new/ncdu.changes   2012-10-26 
17:26:41.0 +0200
@@ -1,0 +2,12 @@
+Thu Oct 18 22:33:55 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 1.9:
+  * added option to dump scanned directory information to a file (-o)
+  * added option to load scanned directory information from a file (-f)
+  * added multiple scan and load interfaces (-0,-1,-2)
+  * fit loading and error windows to the terminal width (#13)
+  * fix symlink resolving bug (#18)
+  * fix path display when scanning an empty directory (#15)
+  * fix hang when terminal is resized to a too small size while loading
+
+---

Old:

  ncdu-1.8.tar.gz

New:

  ncdu-1.9.tar.gz



Other differences:
--
++ ncdu.spec ++
--- /var/tmp/diff_new_pack.6mpS1n/_old  2012-10-26 17:26:42.0 +0200
+++ /var/tmp/diff_new_pack.6mpS1n/_new  2012-10-26 17:26:42.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   ncdu
-Version:1.8
+Version:1.9
 Release:0
 Summary:NCurses Disk Usage
 License:MIT

++ ncdu-1.8.tar.gz - ncdu-1.9.tar.gz ++
 9064 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org