From: Dietmar Maurer Date: Fri, 15 Mar 2013 10:01:26 +0000 (+0100) Subject: update to 1.9.0 X-Git-Url: https://git.proxmox.com/?p=libiscsi.git;a=commitdiff_plain;h=4f59c34c625058c97509455d11d356f1ed6df5ae update to 1.9.0 --- diff --git a/Makefile b/Makefile index cd830e9..1ed38ed 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ RELEASE=3.0 -PKGVERSION=1.8.0 +PKGVERSION=1.9.0 PKGRELEASE=1 PKGDIR=libiscsi-${PKGVERSION} PKGSRC=libiscsi-${PKGVERSION}.tar.gz @@ -27,8 +27,7 @@ ${DEBS}: ${PKGSRC} ${PKGSRC} download: rm -rf ${PKGDIR} libiscsi.git git clone git://github.com/sahlberg/libiscsi.git libiscsi.git - # There is no 1.8.0 tag - so we use master instead - #cd libiscsi.git; git checkout -b local ${PKGVERSION} + cd libiscsi.git; git checkout -b local ${PKGVERSION} rsync -a --exclude .git --exclude .gitignore libiscsi.git/ ${PKGDIR} tar czf ${PKGSRC}.tmp ${PKGDIR} rm -rf ${PKGDIR} diff --git a/debian/changelog b/debian/changelog index cdfae14..69b1ba9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libiscsi (1.9.0-1) unstable; urgency=low + + * update to 1.9.0 + + -- Proxmox Support Team Fri, 15 Mar 2013 11:01:00 +0100 + libiscsi (1.8.0-1) unstable; urgency=low * update to 1.8.0 diff --git a/libiscsi-1.8.0.tar.gz b/libiscsi-1.8.0.tar.gz deleted file mode 100644 index faec3d0..0000000 Binary files a/libiscsi-1.8.0.tar.gz and /dev/null differ diff --git a/libiscsi-1.9.0.tar.gz b/libiscsi-1.9.0.tar.gz new file mode 100644 index 0000000..4ad7911 Binary files /dev/null and b/libiscsi-1.9.0.tar.gz differ