From c23493a5944b8a219083e82f3a1048b068e50b93 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 10 Mar 2013 14:39:33 -0500 Subject: [PATCH 1/1] Update packages --- Makefile.am | 1 + archlinux/PKGBUILD | 7 ++++--- debian/changelog | 6 +++--- rpm/wimlib-minimal.spec | 2 +- rpm/wimlib-without-ntfs-3g.spec | 2 +- rpm/wimlib.spec | 2 +- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index bfff423a..ca3c1d3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,6 +107,7 @@ EXTRA_DIST = \ archlinux \ debian \ rpm \ + README.WINDOWS \ programs/install.cmd \ programs/wimapply.c \ tests/common_tests.sh \ diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 281ddfcb..c6af81d2 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.2.7 +pkgver=1.3.0 pkgrel=1 pkgdesc="A library to extract, create, and modify WIM files" arch=("i686" "x86_64") @@ -31,6 +31,7 @@ check() { package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install - install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README" - install -Dm644 NEWS "$pkgdir/usr/share/doc/$pkgname/NEWS" + for file in README NEWS README.WINDOWS; do + install -Dm644 $file "$pkgdir/usr/share/doc/$pkgname/$file" + done } diff --git a/debian/changelog b/debian/changelog index ac25cda3..23aa1636 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -wimlib (1.2.7-1) unstable; urgency=low +wimlib (1.3.0-1) unstable; urgency=low - * Update to v1.2.7 + * Update to v1.3.0 - -- Eric Biggers Wed, 06 Mar 2013 09:38:58 -0600 + -- Eric Biggers Sun, 10 Mar 2013 18:46:29 -0700 wimlib (1.2.6-1) unstable; urgency=low diff --git a/rpm/wimlib-minimal.spec b/rpm/wimlib-minimal.spec index 8a952e2a..af187a5b 100644 --- a/rpm/wimlib-minimal.spec +++ b/rpm/wimlib-minimal.spec @@ -1,6 +1,6 @@ Summary: Library to extract, create, and modify WIM files Name: wimlib -Version: 1.2.7 +Version: 1.3.0 Release: 1 License: GPLv3+ Group: System/Libraries diff --git a/rpm/wimlib-without-ntfs-3g.spec b/rpm/wimlib-without-ntfs-3g.spec index 7493f45e..ecddd559 100644 --- a/rpm/wimlib-without-ntfs-3g.spec +++ b/rpm/wimlib-without-ntfs-3g.spec @@ -1,6 +1,6 @@ Summary: Library to extract, create, and modify WIM files Name: wimlib -Version: 1.2.7 +Version: 1.3.0 Release: 1 License: GPLv3+ Group: System/Libraries diff --git a/rpm/wimlib.spec b/rpm/wimlib.spec index 3c4a8082..c4cdb111 100644 --- a/rpm/wimlib.spec +++ b/rpm/wimlib.spec @@ -1,6 +1,6 @@ Summary: Library to extract, create, and modify WIM files Name: wimlib -Version: 1.2.7 +Version: 1.3.0 Release: 1 License: GPLv3+ Group: System/Libraries -- 2.43.0