Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (80b9cb693f4a9d39a5a00cf2053af9977a1b536b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (80b9cb693f4a9d39a5a00cf2053af9977a1b536b)
  • Date: Mon, 15 Aug 2011 13:42:49 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 3 ++
dev/null |binary
devel/sas/BUILD | 1
devel/sas/DEPENDS | 1
devel/sas/DETAILS | 22 +++++++++++++++++
devel/sas/HISTORY | 3 ++
devel/sas/INSTALL | 47
+++++++++++++++++++++++++++++++++++++
editors/openoffice/CONFLICTS | 1
editors/openoffice/HISTORY | 3 ++
firefox.gpg |binary
http/firefox/DETAILS | 4 +--
http/firefox/HISTORY | 4 +++
http/firefox/mozconfig5 | 2 +
http/links-twibright/DETAILS | 4 +--
http/links-twibright/HISTORY | 3 ++
http/seamonkey/DETAILS | 5 ++-
http/seamonkey/HISTORY | 3 ++
http/xxxterm/DETAILS | 5 ++-
http/xxxterm/HISTORY | 3 ++
http/xxxterm/xxxterm-1.471.tgz.sig | 0
http/xxxterm/xxxterm-1.489.tgz.sig |binary
libs/gdbm/BUILD | 10 +------
libs/gdbm/DETAILS | 13 ++++++----
libs/gdbm/HISTORY | 8 ++++++
libs/gdbm/INSTALL | 5 +--
libs/gdbm/UP_TRIGGERS | 15 +++++++++++
libs/gdbm/gdbm.gpg |binary
python-pypi/jinja2/DETAILS | 4 +--
python-pypi/jinja2/HISTORY | 3 ++
video/miro/DETAILS | 4 +--
video/miro/HISTORY | 3 ++
31 files changed, 151 insertions(+), 28 deletions(-)

New commits:
commit bd35fa90f5c73dedc8ca654f223167ea6d9e3809
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gdbm: => 1.9.1

commit b3f0f070900b0437c8a7664345ba33923cc8fba2
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

openoffice: it conflicts with libreoffice-bin

commit b32808619d6b9a3fa42ad0bf770a4c7fad7e6eef
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

miro 4.0.3

commit 5cd1caca331425cfee84b7d005c4a0821938aa5e
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

firefox 6.0

switched to system nspr and nss
fails with internal nss, linux 3 problem, fixed in new nss:

make[6]: Entering directory
`/usr/src/firefox-6.0/mozilla-release/security/dbm'
../coreconf/config.mk:71: ../coreconf/Linux3.0.mk: No such file or
directory
/usr/bin/make -j1: *** No rule to make target ../coreconf/Linux3.0.mk.
Stop.
make[6]: *** [../coreconf/Linux3.0.mk] Error 1

commit 703ea6cfc80e5a36ecfd29419bff1bc52545f30c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

jinja2: => 2.6

commit ac04e0197abf5322438b15973c2743c324d8286a
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

xxxterm 1.489

commit 715553c49d4047cf10796d2d6d4a99ade1b2c551
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

firefox.gpg: key C52175E2 added

http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/6.0b5/KEY

commit 71968a228c8901615731fea4f0d87fb6a9c04cc0
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

seamonkey 2.3

commit a1808c91ef8bb74c2f68ec4b5e5528da28d64910
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

devel/sas: new spell, pure POSIX shell assembler

commit efe58655a850c9ab124573b14ba24219e7c8784c
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

links-twibright 2.3

diff --git a/ChangeLog b/ChangeLog
index 834e04d..517190d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-08-15 Justin Boffemmyer <flux AT sourcemage.org>
+ * devel/sas: new spell, pure POSIX shell-implemented assembler
+
2011-08-12 Ladislav Hagara <hgr AT vabo.cz>
* crypto/polarssl: new spell, embedded SSL/TLS cryptographic library

diff --git a/devel/sas/BUILD b/devel/sas/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/devel/sas/BUILD
@@ -0,0 +1 @@
+true
diff --git a/devel/sas/DEPENDS b/devel/sas/DEPENDS
new file mode 100755
index 0000000..457fdb9
--- /dev/null
+++ b/devel/sas/DEPENDS
@@ -0,0 +1 @@
+runtime_depends coreutils
diff --git a/devel/sas/DETAILS b/devel/sas/DETAILS
new file mode 100755
index 0000000..1d2deca
--- /dev/null
+++ b/devel/sas/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=sas
+ VERSION=SCM
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]="git://gitorious.org/$SPELL/$SPELL.git"
+ WEB_SITE="http://gitorious.org/$SPELL/";
+ ENTERED=20110815
+ LICENSE[0]="BSD"
+ DOCS="LICENSE API CREDITS Roadmap"
+ SHORT="shell assembler"
+cat << EOF
+sas is a Shell ASsembler written in pure POSIX shell. It is tested under
+various shells to ensure that it has few to no bashisms and is portable as
+possible. There is a logically separated assembler core and separate ISA
+instruction set files (e.g. x86.set). It assembles much slower than native
+assemblers (such as nasm, yasm, gas, etc.), but is much smaller and its only
+dependencies are a functioning shell, tr, printf, and cat, so it might be
+useful in constrained systems (penetration testing, embedded, educational,
+etc.).
+EOF
diff --git a/devel/sas/HISTORY b/devel/sas/HISTORY
new file mode 100644
index 0000000..c9c6fc2
--- /dev/null
+++ b/devel/sas/HISTORY
@@ -0,0 +1,3 @@
+2011-08-15 Justin Boffemmyer <flux AT sourcemage.org>
+ * ALL: spell created
+
diff --git a/devel/sas/INSTALL b/devel/sas/INSTALL
new file mode 100755
index 0000000..9965737
--- /dev/null
+++ b/devel/sas/INSTALL
@@ -0,0 +1,47 @@
+# path where the scripts and data will be based
+install_path="$INSTALL_ROOT"
+# strip any unnecessary trailing '/' from install_path
+install_path="${install_path%/}"
+
+#--------------
+# installation functions
+#--------------
+function install_dir() {
+ local dir="$1"
+ local dest="${2:-$install_path}"
+
+ # create the directory
+ install -v -d -m 0755 "$dest/$dir"
+}
+
+function install_dir_files() {
+ local dir="$1"
+ local dest="${2:-$install_path}"
+
+ # install all the files in the provided dir (no child directories)
+ find "$dir" -maxdepth 1 -type f -exec install -v -m 0644 -t "$dest" '{}' \;
+}
+
+function install_dir_single() {
+ local dir="$1"
+ local dest="${2:-$install_path}"
+
+ # create the directory
+ install_dir "$dir" "$dest" &&
+
+ # install all the files in it (no child directories)
+ install_dir_files "$dir" "$dest/$dir"
+}
+
+archdir="$install_path/usr/share/sas" &&
+
+install_dir_single arch "$install_path/usr/share/sas" &&
+
+# modify the default search path for the ISA files
+sed -i '/SAS_ARCH_DIR="${0.*"/d' sas.sh &&
+sed -i '/\[ -d "$SAS_ARCH_DIR".*/d' sas.sh &&
+sed -i 's#\(SAS_ARCH_DIR="\)${SAS_ARCH_DIR}#\1'"$archdir"'#' sas.sh &&
+
+# install main sas.sh script as usr/bin/sas
+install -v -m 0755 sas.sh "$install_path/usr/bin/sas"
+
diff --git a/editors/openoffice/CONFLICTS b/editors/openoffice/CONFLICTS
index e57273a..a088dca 100755
--- a/editors/openoffice/CONFLICTS
+++ b/editors/openoffice/CONFLICTS
@@ -1,3 +1,4 @@
+conflicts libreoffice-bin &&
conflicts openoffice-bin &&
conflicts openoffice2-bin &&
conflicts openoffice3-bin
diff --git a/editors/openoffice/HISTORY b/editors/openoffice/HISTORY
index 423e4f8..0fadeb4 100644
--- a/editors/openoffice/HISTORY
+++ b/editors/openoffice/HISTORY
@@ -1,3 +1,6 @@
+2011-08-15 Bor Kraljič <pyrobor AT ver.si>
+ * CONFLICTS: it conflicts with libreoffice-bin
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on gcj to dependency on gcc with
sub-depends on JAVA (scripted)
diff --git a/firefox.gpg b/firefox.gpg
index 689944e..5e2a27c 100644
Binary files a/firefox.gpg and b/firefox.gpg differ
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index c933eea..a9ac203 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,13 +1,13 @@
SPELL=firefox
if [[ $FIREFOX_CVS == y ]]; then
- VERSION=5.0.1
+ VERSION=6.0
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY

SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/$SPELL/releases/$VERSION/source/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
else
- VERSION=5.0.1
+ VERSION=6.0
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 53c87c2..a1e4dc4 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2011-08-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 6.0
+ * mozconfig5: --with-system-nspr and --with-system-nss added
+
2011-08-06 George Sherwood <gsherwood AT sourcemage.org>
* CONFIGURE: Added option for safe browsing
* DEPENDS: Added optional depends yasm removed depends yasm
diff --git a/http/firefox/mozconfig5 b/http/firefox/mozconfig5
index 25aef0c..9e9d2f0 100644
--- a/http/firefox/mozconfig5
+++ b/http/firefox/mozconfig5
@@ -18,6 +18,8 @@ ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --disable-freetype2
ac_add_options --enable-pango
ac_add_options --enable-svg
+ac_add_options --with-system-nspr
+ac_add_options --with-system-nss
ac_add_options --disable-dbus
ac_add_options --disable-installer
ac_add_options --disable-updater
diff --git a/http/links-twibright/DETAILS b/http/links-twibright/DETAILS
index f3adce0..3347715 100755
--- a/http/links-twibright/DETAILS
+++ b/http/links-twibright/DETAILS
@@ -1,10 +1,10 @@
SPELL=links-twibright
- VERSION=2.2
+ VERSION=2.3
SOURCE_NAME=links
SOURCE=$SOURCE_NAME-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SOURCE_NAME-$VERSION
SOURCE_URL[0]=http://links.twibright.com/download/$SOURCE
-
SOURCE_HASH=sha512:8e2cc0dcbfd853807c6c53c357c716abf23ea24f107bafb2502d5dbeebad5a009696a188621bffd0e2e532391216a6d00a4538d59e4ea89ea982d5506fe51e56
+
SOURCE_HASH=sha512:da4db7d6cc9b61d0f69b7f56bcee0581fd8d7b2b582c6f0bcd54285e52c3981ed3e53d643530d7a2701abfaf5cc19de04f5851f4c3d5af4fcbc7f6da25c9e22b
LICENSE[0]=GPL
WEB_SITE=http://links.twibright.com/
ENTERED=20011027
diff --git a/http/links-twibright/HISTORY b/http/links-twibright/HISTORY
index 554ecbe..dd41b42 100644
--- a/http/links-twibright/HISTORY
+++ b/http/links-twibright/HISTORY
@@ -1,3 +1,6 @@
+2011-08-14 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.3
+
2011-01-02 Ismael Luceno <ismael AT sourcemage.org>
* links{,-dfb,-fb,-x11}.desktop: added generic name

diff --git a/http/seamonkey/DETAILS b/http/seamonkey/DETAILS
index 8c1ccd7..5758375 100755
--- a/http/seamonkey/DETAILS
+++ b/http/seamonkey/DETAILS
@@ -1,10 +1,11 @@
SPELL=seamonkey
- VERSION=2.2
+ VERSION=2.3
SOURCE=$SPELL-$VERSION.source.tar.bz2
-
SOURCE_HASH=sha512:228cae9a0095a58aecd7a133b8c247120a770169c153ff5c5738810df6f17504cdc1ba62838d44786477ae543f538d4bf64cd0416f5a34dc91f3e31c6a805aab
+
SOURCE_HASH=sha512:59bb59fe68f8bfb8257f5b540baaf5ec2d4e06150197d9d54f6dfef3282e7254ec073932cf4ec4301a1b79fbb75b6405ea9c463551f98d74a10da57574759958
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URI=seamonkey/releases/$VERSION/source/$SOURCE
SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/$SOURCE_URI
+ SOURCE_URL[1]=ftp://ftp.mozilla.org/pub/mozilla.org/$SOURCE_URI
WEB_SITE=http://www.seamonkey-project.org/
SECURITY_PATCH=33
ENTERED=20010922
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index d640acb..d199b63 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,6 @@
+2011-08-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.3, SOURCE_URL[1] added
+
2011-08-04 George Sherwood <gsherwood AT sourcemage.org>
* CONFIGURE: Removed option to build without mail news client
* DEPENDS: Added sub_depends on nss 3.12.x
diff --git a/http/xxxterm/DETAILS b/http/xxxterm/DETAILS
index d34e67e..b39ffff 100755
--- a/http/xxxterm/DETAILS
+++ b/http/xxxterm/DETAILS
@@ -1,8 +1,9 @@
SPELL=xxxterm
- VERSION=1.471
+ VERSION=1.489
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://opensource.conformal.com/snapshots/$SPELL/$SOURCE
+ SOURCE_URL[0]=https://opensource.conformal.com/snapshots/$SPELL/$SOURCE
+ SOURCE_HINTS="no-check-certificate"
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=ISC
WEB_SITE=http://opensource.conformal.com/wiki/xxxterm
diff --git a/http/xxxterm/HISTORY b/http/xxxterm/HISTORY
index 4c96a0e..3c70f9f 100644
--- a/http/xxxterm/HISTORY
+++ b/http/xxxterm/HISTORY
@@ -1,3 +1,6 @@
+2011-08-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.489, http -> https, SOURCE_HINTS added
+
2011-08-04 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.471

diff --git a/http/xxxterm/xxxterm-1.471.tgz.sig
b/http/xxxterm/xxxterm-1.471.tgz.sig
deleted file mode 100644
index c2d946c..0000000
Binary files a/http/xxxterm/xxxterm-1.471.tgz.sig and /dev/null differ
diff --git a/http/xxxterm/xxxterm-1.489.tgz.sig
b/http/xxxterm/xxxterm-1.489.tgz.sig
new file mode 100644
index 0000000..b78d2f7
Binary files /dev/null and b/http/xxxterm/xxxterm-1.489.tgz.sig differ
diff --git a/libs/gdbm/BUILD b/libs/gdbm/BUILD
index 2c79c8a..566e631 100755
--- a/libs/gdbm/BUILD
+++ b/libs/gdbm/BUILD
@@ -1,9 +1,3 @@
-sedit "s/-O/$CFLAGS/" Makefile.in
+OPTS="--enable-libgdbm-compat $OPTS" &&

-# Looks like gdbm uses INSTALL_ROOT in its scripts, so we end up
-# with a concatenation of INSTALL_ROOT, not very nice...
-./configure --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- $OPTS &&
-make
+default_build
diff --git a/libs/gdbm/DETAILS b/libs/gdbm/DETAILS
index 2688e1f..a3cc7a8 100755
--- a/libs/gdbm/DETAILS
+++ b/libs/gdbm/DETAILS
@@ -1,14 +1,17 @@
SPELL=gdbm
- VERSION=1.8.3
+ VERSION=1.9.1
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:2a01751ee8f730db563b4f52185c72f1c7a4f66530d6736f05f7446153be685ea0bb6ea1d2bad16ce31547fea879dc48507ff65ad35b0973df9aa385713b10d7
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=gdbm.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
LICENSE[0]=GPL
- WEB_SITE=http://www.gnu.org/software/gdbm/gdbm.html
+ WEB_SITE=http://www.gnu.org.ua/software/gdbm/
ENTERED=20010922
KEYWORDS="database libs"
- SHORT="A set of database routines that use extensible hashing."
+ SHORT="set of database routines that use extensible hashing"
cat << EOF
A set of database routines that use extensible hashing. The routines
work like the UNIX dbm routine.
diff --git a/libs/gdbm/HISTORY b/libs/gdbm/HISTORY
index ddb8164..d8b22d7 100644
--- a/libs/gdbm/HISTORY
+++ b/libs/gdbm/HISTORY
@@ -1,3 +1,11 @@
+2011-08-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.9.1; converted to upstream signature
+ checking
+ * BUILD: not needed anymore, except build compat lib
+ * INSTALL: changed lib version so.3 -> so.4; quoting paths
+ * UP_TRIGGERS: added, to recast dependent spells
+ * gdbm.gpg: added public key 55D0C732 (Sergey Poznyakoff
<gray AT gnu.org>)
+
2009-05-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: delete bad url

diff --git a/libs/gdbm/INSTALL b/libs/gdbm/INSTALL
index f2c61c8..f8c23fd 100755
--- a/libs/gdbm/INSTALL
+++ b/libs/gdbm/INSTALL
@@ -1,8 +1,7 @@
default_install &&

-make install-compat &&
# Preserve the links in chroot
-cd $INSTALL_ROOT/usr/lib &&
-ln -sf libgdbm.so.3.0.0 libndbm.so &&
+cd "$INSTALL_ROOT/usr/lib" &&
+ln -sf libgdbm.so.4.0.0 libndbm.so &&
ln -sf libgdbm.la libndbm.la &&
ln -sf libgdbm.a libndbm.a
diff --git a/libs/gdbm/UP_TRIGGERS b/libs/gdbm/UP_TRIGGERS
new file mode 100755
index 0000000..029cd6d
--- /dev/null
+++ b/libs/gdbm/UP_TRIGGERS
@@ -0,0 +1,15 @@
+# up_trigger everything on major version updates
+
+spell_ok $SPELL && local OLD_SPELL_VERSION="$(installed_version $SPELL)"
+
+if spell_ok $SPELL && [[ "${VERSION:2:1}" != "${OLD_SPELL_VERSION:2:1}" ]];
then
+ message "This is a possibly incompatible update of $SPELL..." &&
+ message "Figuring out what spells need to be recast, this may take a
while." &&
+
+ for each in $(show_up_depends $SPELL 1); do
+ if gaze install $each | xargs readelf -d 2> /dev/null |
+ grep -q "NEEDED.*libgdbm\.so\.3"; then
+ up_trigger $each cast_self
+ fi
+ done
+fi
diff --git a/libs/gdbm/gdbm.gpg b/libs/gdbm/gdbm.gpg
new file mode 100644
index 0000000..7124985
Binary files /dev/null and b/libs/gdbm/gdbm.gpg differ
diff --git a/python-pypi/jinja2/DETAILS b/python-pypi/jinja2/DETAILS
index b5e42e5..977cd90 100755
--- a/python-pypi/jinja2/DETAILS
+++ b/python-pypi/jinja2/DETAILS
@@ -1,7 +1,7 @@
SPELL=jinja2
SPELLX=Jinja2
- VERSION=2.5.5
-
SOURCE_HASH=sha512:693e3a0ff7916b7fe1525616088932b73cb041fbe755bedbb24aecb9b5e148654f0eb7be20429dcac7236f44373eb917f0dcef715f3f5e02f78814756a751f08
+ VERSION=2.6
+
SOURCE_HASH=sha512:6603bd6a7e4956433746da15b18b1206b67c901262337aab8352ddff154efca9eb6d652c244c63e8ffad492d204c724db3e86222ae371e75e3f5f2011244554e
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=http://jinja.pocoo.org
diff --git a/python-pypi/jinja2/HISTORY b/python-pypi/jinja2/HISTORY
index 13191fa..422699c 100644
--- a/python-pypi/jinja2/HISTORY
+++ b/python-pypi/jinja2/HISTORY
@@ -1,3 +1,6 @@
+2011-08-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.6
+
2011-05-23 Sukneet Basuta <sukneet AT sourcemage.org>
* DEPENDS: updated setuptools dependency to SETUPTOOLS provider

diff --git a/video/miro/DETAILS b/video/miro/DETAILS
index 7178b1a..71849f5 100755
--- a/video/miro/DETAILS
+++ b/video/miro/DETAILS
@@ -1,9 +1,9 @@
SPELL=miro
- VERSION=4.0.2.1
+ VERSION=4.0.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://ftp.osuosl.org/pub/pculture.org/miro/src/$SOURCE
-
SOURCE_HASH=sha512:e53a187c4f90c64fa35533aa62a95a4887ceb07ddb3b092d43ad4bf551da500bea53e12e3b12b7b98e7ab123491420626bdb6a2b789b48f64ee9ad19512f198f
+
SOURCE_HASH=sha512:0731ece624444497fb125842e4fc524d8b0782d44d9e84c85a64df73ccb4e7e7bb421a73f137902b4a062c834285e8ce52afda483a38489eff1d87eb47021d52
WEB_SITE=http://www.getmiro.com/
ENTERED=20090804
LICENSE[0]=GPL
diff --git a/video/miro/HISTORY b/video/miro/HISTORY
index f439e77..d7438da 100644
--- a/video/miro/HISTORY
+++ b/video/miro/HISTORY
@@ -1,3 +1,6 @@
+2011-08-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 4.0.3
+
2011-07-26 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.0.2.1




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (80b9cb693f4a9d39a5a00cf2053af9977a1b536b), Vlad Glagolev, 08/15/2011

Archive powered by MHonArc 2.6.24.

Top of Page