summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2015-12-04 20:05:29 +0100
committerStefan Husmann2015-12-04 20:05:29 +0100
commit58b00b918509a537feb300d39aa72952bb69c338 (patch)
tree267f7ea791077e0ea93412ad7fd302c206e648ae
parent6d9c8a2c5519bef3f5854ac6a6a1d75abbd3620e (diff)
downloadaur-58b00b918509a537feb300d39aa72952bb69c338.tar.gz
Updated version (1.3.3.44.g077544e -> 1.3.3.45.g3191833).
Changelog ========= Added dependency of debian 'libtokyocabinet-dev' package to INSTALL (3191833) Removed osx from .travis.yml (077544e) Added translation for tc TCEOPEN error (de8e621) Increased buffer sizes for 'humanized' sizes and counts from 16 to 32 because digits are missing on +petabyte sizes (8a19c54) Fixed CGI which broke during linting (f5d87c0) Updated redhat spec file, thanks @refrain (5f2eff8) Removed some dead code and unused prototypes/#defines (02fdee5) Removed obsolete Notes file (ef2a86a) fixed graph-cairo build (c4e6779) Fixed build error in graph-cairo.c (adb8b20) Cleanups; made some function parameter const, removed unused #defines (5e00a30) Large number of small fixes for more strict type handling (6e5237c) Some lint-hinted fixes (c20db7b) Updated changelog (d2c3869) removed dead code (fc97156) Added missing utstring.h (602468d) Renamed stripdir() to duc_canonalize_path() (c10cc38) Simplified stripdir() (63de535) properly close sqlite3 db when done (a209af3) Rewrote stripdir to properly handle relative and absolute paths in Unix or Windows format, allowing database indexing an quering on mixed platforms (410b420) Alloc scanner with duc_malloc0() for simpler handling of uninitialized struct members (c60ed92) Skip stripdir() path canonalization for windows, removed debugging printf (179a775) Fake inodes when indexing on win32. Use apparent size for actual size on win32 becuase st_blocks is not available (4bbaaf0) index.c is now back to the old-style opendir()/readdir()/closedir() approach instead of using the less portable fdopendir. This supports indexing on windows, while the performance impact is acceptable (1.5% speed difference in my tests) (92e7e2f) Added missing DUC_DB_FILE (cde8d45) Simplified valgrind suppressions: simply do not complain about any leaks in _dl_init code (a9d1261) Store duc database in %APPDATA% on windows (aa29550) Fixed localtime() for some platforms (9f800f6) Win32 build is now able to list unix-indexed databases (036c9da) Added some stub code to build on mingw; added win32 version of stripdir (54be435) Merge branch 'master' into cached-index3 (d4f6eef) Added glad functions for OpenGL extension loading and initialisation for improved portability (4613c01) Added note to INSTALL file about sharing datbase files between machines of different architectures (83d3754) changed low-level buffer functions to static (b44bdba) Removed unused variable from graph-opengl.c (44d3be9) Also store mtime for directories in database; some refactoring (8c8a5e4) Refactored code so that struct duc_dir is not used to temporary store data during indexing. The indexing code now appends data to the struct buffer on the fly, and writes the records to the database directly. This saves a lot of memory at index time and prevents a lot of malloc()/free() and memcpy()'s. (42a5597) graph-opengl fix for character advance of non-printable characters (0c4689a) Fixed clang warnings about comparing enum's being equal or larger then zero, which is always true (3e0b12d) gui and guigl are now mutually exclusive, guigl has been renamed to gui (faa4fb1) Added mipmapping to enhance opengl font rendering; enable FSAA multisampling for better quality; font alignment fixed for opengl (0e7377f) Merge branch 'master' of github.com:zevv/duc (a18618b) Added flexible font sizes on OpenGL backend; better font quality; properly correct for framebuffer/window scale on font size for high res displays (97c4f45) Set guigl window title to 'Duc' instead of 'Hello world' (a4c26ac) Added font.c to EXTRA_DIST, it is included from graph-opengl.c and needs not be compiled separately (b15315a)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd5b41c7eaee..50c725fd8db6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = duc-git
pkgdesc = collection of tools for inspecting and visualizing disk usage (git version)
- pkgver = 1.3.3.44.g077544e
- pkgrel = 2
+ pkgver = 1.3.3.45.g3191833
+ pkgrel = 1
url = http://duc.zevv.nl/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8594c5041236..f2898d83b9f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
-pkgver=1.3.3.44.g077544e
-pkgrel=2
+pkgver=1.3.3.45.g3191833
+pkgrel=1
pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')
url="http://duc.zevv.nl/"