summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2011-12-19 13:49:32 +0100
committerLadislav Hagara2011-12-19 13:49:32 +0100
commitf4b9cbb79fe433e62856c17f017a48cdabed4ec4 (patch)
treeaa1145a964248107035c35dc9b42f21954d2989b
parent8e71bea7c70f419315c3a9eecba965bbab69d130 (diff)
dia 0.97.2
-rwxr-xr-xgnome2-apps/dia/DETAILS4
-rw-r--r--gnome2-apps/dia/HISTORY4
-rwxr-xr-xgnome2-apps/dia/PRE_BUILD5
-rw-r--r--gnome2-apps/dia/dia-0.97.1.tar.bz2.sigbin287 -> 0 bytes
-rw-r--r--gnome2-apps/dia/dia-0.97.2.tar.xz.sigbin0 -> 287 bytes
5 files changed, 11 insertions, 2 deletions
diff --git a/gnome2-apps/dia/DETAILS b/gnome2-apps/dia/DETAILS
index 3e67a430a8..33d0771353 100755
--- a/gnome2-apps/dia/DETAILS
+++ b/gnome2-apps/dia/DETAILS
@@ -1,7 +1,7 @@
SPELL=dia
- VERSION=0.97.1
+ VERSION=0.97.2
BRANCH=`echo $VERSION|cut -d . -f 1,2`
- SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig:UPSTREAM_HASH
diff --git a/gnome2-apps/dia/HISTORY b/gnome2-apps/dia/HISTORY
index 0189059287..d46cb70d3b 100644
--- a/gnome2-apps/dia/HISTORY
+++ b/gnome2-apps/dia/HISTORY
@@ -1,3 +1,7 @@
+2011-12-19 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.97.2, bz2 -> xz
+ * PRE_BUILD: added due to bz2 -> xz
+
2011-05-28 Vlad Glagolev <stealth@sourcemage.org>
* TRIGGERS: added, to recompile on python build
(python plugin isn't linked dynamically with python though)
diff --git a/gnome2-apps/dia/PRE_BUILD b/gnome2-apps/dia/PRE_BUILD
new file mode 100755
index 0000000000..6f545045d8
--- /dev/null
+++ b/gnome2-apps/dia/PRE_BUILD
@@ -0,0 +1,5 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $BUILD_DIRECTORY &&
+verify_file '' &&
+xz -dc $SOURCE_CACHE/$SOURCE | tar -xf -
+cd $SOURCE_DIRECTORY
diff --git a/gnome2-apps/dia/dia-0.97.1.tar.bz2.sig b/gnome2-apps/dia/dia-0.97.1.tar.bz2.sig
deleted file mode 100644
index 5257b4f052..0000000000
--- a/gnome2-apps/dia/dia-0.97.1.tar.bz2.sig
+++ /dev/null
Binary files differ
diff --git a/gnome2-apps/dia/dia-0.97.2.tar.xz.sig b/gnome2-apps/dia/dia-0.97.2.tar.xz.sig
new file mode 100644
index 0000000000..fa8da34300
--- /dev/null
+++ b/gnome2-apps/dia/dia-0.97.2.tar.xz.sig
Binary files differ