proplib: update to 0.6.1.

This commit is contained in:
Juan RP 2012-03-05 15:57:28 +01:00
parent e50deee277
commit bc9b94abef
3 changed files with 2 additions and 16 deletions

View file

@ -1,11 +0,0 @@
--- src/prop_object.c.orig 2012-02-08 08:09:57.405867494 +0100
+++ src/prop_object.c 2012-02-08 08:11:58.244867208 +0100
@@ -811,7 +811,7 @@ bool
_prop_object_externalize_write_file(const char *fname, const char *xml,
size_t len, bool do_compress)
{
- gzFile *gzf = NULL;
+ gzFile gzf = NULL;
char tname[PATH_MAX], *otname;
int fd;
int save_errno;

View file

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=2
Add_dependency run zlib-devel
Add_dependency run proplib

View file

@ -1,14 +1,13 @@
# Template file for 'proplib'
pkgname=proplib
version=0.6.0
revision=2
version=0.6.1
homepage="http://code.google.com/p/portableproplib"
distfiles="http://portableproplib.googlecode.com/files/$pkgname-$version.tar.xz"
build_style=gnu-configure
short_desc="Portable Property container object library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Simplified BSD"
checksum=027ca491dd1b1880775722080ee301c9d96b48773c9b726d84b15e05ed8e12d1
checksum=b3c4c2432b5c18b58ef09780654280f4e46e17d09e1c186387a8eb00e97653ad
long_desc="
The proplib library provides an abstract interface for creating and
manipulating property lists. Property lists have object types for boolean