From e3767d1b722e4205fb7c70dbfeac21b1af960d1e Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Tue, 28 Sep 2010 20:55:04 +0200 Subject: [PATCH] update to newest release --- .gitignore | 1 + ldc.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e5f8611..4ae8b55 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ ldc-20100609hg1654.tar.xz ldc-20100804hg1655.tar.xz /ldc-20100804hg1655.tar.xz /ldc-20100905hg1659.tar.xz +/ldc-20100927hg1664.tar.xz diff --git a/ldc.spec b/ldc.spec index e56fb68..9ea9a9a 100644 --- a/ldc.spec +++ b/ldc.spec @@ -1,14 +1,14 @@ -%global alphatag 20100905 -%global hg_revision hg1659 +%global alphatag 20100927 +%global hg_revision hg1664 # The source for this package was pulled from upstream's mercurial (hg). # Use the following commands to generate the tarball: -# hg clone -r 1659 http://bitbucket.org/lindquist/ldc ldc-20100905hg1659 -# tar -cJvf ldc-20100905hg1659.tar.xz ldc-20100905hg1659 +# hg clone -r 1659 http://bitbucket.org/lindquist/ldc ldc-20100927hg1664 +# tar -cJvf ldc-20100927hg1664.tar.xz ldc-20100927hg1664 Name: ldc Version: 0.9.2 -Release: 19.%{alphatag}%{hg_revision}%{?dist} +Release: 20.%{alphatag}%{hg_revision}%{?dist} Summary: A compiler for the D programming language Group: Development/Languages @@ -102,6 +102,9 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/rpm/macros.ldc %changelog +* Sat Sep 18 2010 Jonathan MERCIER 0.9.2-20.20100927hg1664 +- update to new release 1664 + * Sat Sep 18 2010 Jonathan MERCIER 0.9.2-19.20100905hg1659 - update to new release 1659 diff --git a/sources b/sources index f786fa1..b41f784 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -808a7f2ec019ea00e47270ce59d80d68 ldc-20100905hg1659.tar.xz +a06c3475364330edad739dd1a246b20d ldc-20100927hg1664.tar.xz