Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (4781e9b3a4b3da0257917aa82ec20c71ae491b07)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (4781e9b3a4b3da0257917aa82ec20c71ae491b07)
  • Date: Mon, 25 Jun 2012 22:44:19 -0500

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

ChangeLog | 3 ++
devel/bff/BUILD | 1
devel/bff/DETAILS | 13 +++++++++
devel/bff/HISTORY | 2 +
devel/intercal/DETAILS | 2 -
devel/intercal/HISTORY | 3 ++
ftp-libs/rb-libtorrent/DETAILS | 4 +--
ftp-libs/rb-libtorrent/HISTORY | 3 ++
gnome2-libs/mutter/BUILD | 4 +++
gnome2-libs/mutter/DEPENDS | 8 +++---
gnome2-libs/mutter/HISTORY | 6 ++++
graphics-libs/babl/BUILD | 2 +
graphics-libs/babl/DEPENDS | 2 +
graphics-libs/babl/HISTORY | 12 +++++++++
graphics-libs/babl/PRE_BUILD | 8 ++++++
graphics-libs/babl/babl-0.1.10-gir-build-fix.patch | 13 +++++++++
graphics-libs/babl/babl-introspection.patch | 28
+++++++++++++++++++++
libs/libftdi/DEPENDS | 2 -
libs/libftdi/DETAILS | 4 +--
libs/libftdi/HISTORY | 4 +++
libs/libusb-compat/DETAILS | 1
libs/libusb-compat/HISTORY | 4 +++
libs/libusb-compat/PRE_BUILD | 2 -
printer/system-config-printer/DEPENDS | 3 +-
printer/system-config-printer/HISTORY | 3 ++
python-pypi/fb-python/DETAILS | 4 +--
python-pypi/fb-python/HISTORY | 3 ++
python-pypi/fuzzyparsers/DETAILS | 6 ++--
python-pypi/fuzzyparsers/HISTORY | 6 +++-
29 files changed, 138 insertions(+), 18 deletions(-)

New commits:
commit 0bbe772874dac5e1e93890aa50b1599777d4f328
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

babl: Fix compilation with gobject-introspection
* babl-0.1.10-gir-build-fix.patch: Fix compilation with
gobject-introspection.
See https://bugs.gentoo.org/show_bug.cgi?id=413663
* babl-introspection.patch: Fix .gir and .typelib
See https://bugs.gentoo.org/show_bug.cgi?id=413663#c3
* Broken with vala, disable
See https://bugs.gentoo.org/show_bug.cgi?id=413663#c20

commit aa09cb86ed7e12599473dd22312078ecf44af9f1
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

mutter: add flag to treat warnings as warnings, not errors

DEPENDS: Updated gobject-introspection flags.
Removed gconf2 flags as they are no longer valid, but gconf2 is
still optional.

commit 0986f71fa0a9bef3fec0c84d9ba962f91b5736da
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

system-config-printer: added depends desktop-file-utils (for desktop file
install)

commit 56425f6b0cd0c57f6dbc2204968769f7dee09b15
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

libftdi: updated and fixed as per |_emming

commit a0a07d16f003cec9785702921dd94de69250c455
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

intercal: bad encoding in DETAILS

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

devel/bff: new spell, brainfuck interpreter

commit 62151291658efbf64d39f2640f03fd9ced073960
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libusb-compat - fix previous sed

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

fb-python: => 0.7.0

commit 3c04d6239f729b23acc079544ab6aa446b75aedc
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

fuzzyparsers: => 0.8.0

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

rb-libtorrent 0.16.1

diff --git a/ChangeLog b/ChangeLog
index 8966693..5adcb89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-06-25 Ladislav Hagara <hgr AT vabo.cz>
+ * devel/bff: new spell, moderately-optimizing brainfuck interpreter
+
2012-06-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* utils/minimodem: new spell, command-line program which generates (or
decodes) audio modem tones
diff --git a/devel/bff/BUILD b/devel/bff/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/devel/bff/BUILD
@@ -0,0 +1 @@
+make
diff --git a/devel/bff/DETAILS b/devel/bff/DETAILS
new file mode 100755
index 0000000..e39d2ef
--- /dev/null
+++ b/devel/bff/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=bff
+ VERSION=1.0.4
+
SOURCE_HASH=sha512:675d1ba660d5d248419a20a5ee4ad6826a70ae25d2e8a4466f4a31f45347551299649e61b4f7b3db4fb9b745078a341875743066fa3982ddc31c9efb69501292
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://api.opensuse.org/public/source/devel:languages:misc/bff/$SOURCE
+ WEB_SITE=http://swapped.cc/bff
+ ENTERED=20120625
+ LICENSE[0]=BSD
+ SHORT="moderately-optimizing brainfuck interpreter"
+cat << EOF
+Moderately-optimizing brainfuck interpreter.
+EOF
diff --git a/devel/bff/HISTORY b/devel/bff/HISTORY
new file mode 100644
index 0000000..152d89a
--- /dev/null
+++ b/devel/bff/HISTORY
@@ -0,0 +1,2 @@
+2012-06-25 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, BUILD: spell created, version 1.0.4
diff --git a/devel/intercal/DETAILS b/devel/intercal/DETAILS
index d9f675a..d687e08 100755
--- a/devel/intercal/DETAILS
+++ b/devel/intercal/DETAILS
@@ -15,7 +15,7 @@ So, you think you've seen it all, eh?
OK. You've coded in C. You've hacked in LISP. Fortran and BASIC hold no
terrors for you. You write Emacs modes for fun. You eat assemblers for
breakfast. You're fluent in half a dozen languages nobody but a handful
-of �bergeeks have ever heard of. You grok TECO. Possibly you even know
+of übergeeks have ever heard of. You grok TECO. Possibly you even know
<shudder> COBOL.

Maybe you're ready for the ultimate challenge...INTERCAL.
diff --git a/devel/intercal/HISTORY b/devel/intercal/HISTORY
index af0d392..c25b900 100644
--- a/devel/intercal/HISTORY
+++ b/devel/intercal/HISTORY
@@ -1,3 +1,6 @@
+2012-06-25 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: bad encoding
+
2007-01-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 0.24

diff --git a/ftp-libs/rb-libtorrent/DETAILS b/ftp-libs/rb-libtorrent/DETAILS
index 4a86fe6..5633d27 100755
--- a/ftp-libs/rb-libtorrent/DETAILS
+++ b/ftp-libs/rb-libtorrent/DETAILS
@@ -1,8 +1,8 @@
SPELL=rb-libtorrent
- VERSION=0.16.0
+ VERSION=0.16.1
SOURCE=libtorrent-rasterbar-$VERSION.tar.gz
SOURCE_URL[0]=http://libtorrent.googlecode.com/files/$SOURCE
-
SOURCE_HASH=sha512:1ad4ee0ce698a7ad8912031df18ef2d351424f171c8bdd584e2077595f05d001d9b19a7f3123ea7aade7ff1b582059d6ba504b821868f5dc87b9f2436985b048
+
SOURCE_HASH=sha512:6aadb89e5cfb0bc8c075c5e0654b0b2154b24e5b95b540b554c78154b1a83fadc40db638a7a7e00858fa30dee7648763f83d8208c58ecb4cf1dc10371832ba14
SOURCE_DIRECTORY="$BUILD_DIRECTORY/libtorrent-rasterbar-$VERSION"
WEB_SITE=http://www.rasterbar.com/products/libtorrent/
LICENSE=BSD
diff --git a/ftp-libs/rb-libtorrent/HISTORY b/ftp-libs/rb-libtorrent/HISTORY
index 097aced..30efb63 100644
--- a/ftp-libs/rb-libtorrent/HISTORY
+++ b/ftp-libs/rb-libtorrent/HISTORY
@@ -1,3 +1,6 @@
+2012-06-25 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.16.1
+
2012-04-19 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated spell to 0.16.0
* DEPENDS: removed zlib dependency, no longer needed
diff --git a/gnome2-libs/mutter/BUILD b/gnome2-libs/mutter/BUILD
new file mode 100755
index 0000000..e324b29
--- /dev/null
+++ b/gnome2-libs/mutter/BUILD
@@ -0,0 +1,4 @@
+# treat warnings as warnings, not errors
+OPTS="$OPTS --enable-compile-warnings=maximum" &&
+
+default_build
diff --git a/gnome2-libs/mutter/DEPENDS b/gnome2-libs/mutter/DEPENDS
index 193e357..41b5751 100755
--- a/gnome2-libs/mutter/DEPENDS
+++ b/gnome2-libs/mutter/DEPENDS
@@ -25,8 +25,8 @@ optional_depends libxinerama
\
"Enable use of the Xinerama extension?" &&

optional_depends gconf2 \
- '--enable-gconf' \
- '--disable-gconf' \
+ '' \
+ '' \
'for GNOME configuration settings' &&

optional_depends startup-notification \
@@ -40,6 +40,6 @@ optional_depends rarian
\
'register help docs with rarian?' &&

optional_depends gobject-introspection \
- '--with-introspection' \
- '--without-introspection' \
+ '--enable-introspection=yes' \
+ '--enable-introspection=no' \
'use gobject binding'
diff --git a/gnome2-libs/mutter/HISTORY b/gnome2-libs/mutter/HISTORY
index af86f9f..d669156 100644
--- a/gnome2-libs/mutter/HISTORY
+++ b/gnome2-libs/mutter/HISTORY
@@ -1,3 +1,9 @@
+2012-06-25 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DEPENDS: Updated gobject-introspection flags.
+ Removed gconf2 flags as they are no longer valid, but gconf2
+ is still optional.
+ * BUILD: added, add flag to treat warnings as warnings not errors.
+
2012-04-17 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.4.1

diff --git a/graphics-libs/babl/BUILD b/graphics-libs/babl/BUILD
new file mode 100755
index 0000000..b177ff8
--- /dev/null
+++ b/graphics-libs/babl/BUILD
@@ -0,0 +1,2 @@
+OPTS="--without-vala ${OPTS}" &&
+default_build
diff --git a/graphics-libs/babl/DEPENDS b/graphics-libs/babl/DEPENDS
index 8c8b469..66eea8e 100755
--- a/graphics-libs/babl/DEPENDS
+++ b/graphics-libs/babl/DEPENDS
@@ -1,3 +1,5 @@
+depends autoconf &&
+
optional_depends gobject-introspection \
"--enable-introspection=yes" \
"--enable-introspection=no" \
diff --git a/graphics-libs/babl/HISTORY b/graphics-libs/babl/HISTORY
index ab3425c..1612f7e 100644
--- a/graphics-libs/babl/HISTORY
+++ b/graphics-libs/babl/HISTORY
@@ -1,3 +1,15 @@
+2012-06-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on autoconf for `autoreconf`
+ * PRE_BUILD: Apply babl-0.1.10-gir-build-fix.patch and
+ babl-introspection.patch
+ * BUILD: Broken with vala, disable
+ See https://bugs.gentoo.org/show_bug.cgi?id=413663#c20
+ * babl-0.1.10-gir-build-fix.patch: Fix compilation with
+ gobject-introspection.
+ See https://bugs.gentoo.org/show_bug.cgi?id=413663
+ * babl-introspection.patch: Fix .gir and .typelib
+ See https://bugs.gentoo.org/show_bug.cgi?id=413663#c3
+
2012-04-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.1.10

diff --git a/graphics-libs/babl/PRE_BUILD b/graphics-libs/babl/PRE_BUILD
new file mode 100755
index 0000000..d802155
--- /dev/null
+++ b/graphics-libs/babl/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+message "${MESSAGE_COLOR}Apply gobject-introspection
patches...${DEFAULT_COLOR}" &&
+patch "${SOURCE_DIRECTORY}"/babl/Makefile.am \
+ "${SPELL_DIRECTORY}"/babl-introspection.patch &&
+patch "${SOURCE_DIRECTORY}"/babl/Makefile.am \
+ "${SPELL_DIRECTORY}"/babl-0.1.10-gir-build-fix.patch &&
+cd "${SOURCE_DIRECTORY}" &&
+autoreconf
diff --git a/graphics-libs/babl/babl-0.1.10-gir-build-fix.patch
b/graphics-libs/babl/babl-0.1.10-gir-build-fix.patch
new file mode 100644
index 0000000..149b14d
--- /dev/null
+++ b/graphics-libs/babl/babl-0.1.10-gir-build-fix.patch
@@ -0,0 +1,13 @@
+# Modified from https://bugs.gentoo.org/show_bug.cgi?id=413663#c19
+
+diff -Naur babl-0.1.10.orig/babl/Makefile.am babl-0.1.10/babl/Makefile.am
+--- babl-0.1.10.orig/babl/Makefile.am 2012-06-14 12:20:51.181049347 -0700
++++ babl-0.1.10/babl/Makefile.am 2012-06-14 12:21:11.045048179 -0700
+@@ -95,6 +95,7 @@
+ if HAVE_INTROSPECTION
+ Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS)
$(c_sources) $(srcdir)/Makefile.am
+ $(INTROSPECTION_SCANNER) -v --namespace Babl
--nsversion=$(BABL_API_VERSION) \
++ --identifier-prefix= --symbol-prefix=babl \
+ --add-include-path=$(srcdir) --add-include-path=. \
+ --library=babl-$(BABL_API_VERSION) \
+ --libtool="$(LIBTOOL)" \
diff --git a/graphics-libs/babl/babl-introspection.patch
b/graphics-libs/babl/babl-introspection.patch
new file mode 100644
index 0000000..bced992
--- /dev/null
+++ b/graphics-libs/babl/babl-introspection.patch
@@ -0,0 +1,28 @@
+# From
http://git.gnome.org/browse/babl/commit/?id=c024c89f95de4a8fa95ba96790dac61768d11a17
+# as noted in https://bugs.gentoo.org/show_bug.cgi?id=413663#c3
+
+From c024c89f95de4a8fa95ba96790dac61768d11a17 Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger <dimstar AT opensuse.org>
+Date: Tue, 10 Jan 2012 16:32:50 +0000
+Subject: gobject-introspection: fix build of the .gir and .typelib files.
+
+---
+diff --git a/babl/Makefile.am b/babl/Makefile.am
+index cefab57..03115a3 100644
+--- a/babl/Makefile.am
++++ b/babl/Makefile.am
+@@ -93,10 +93,10 @@ INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
+ INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
+
+ if HAVE_INTROSPECTION
+-Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS)
$(c_sources) $(srcdir)/Makefile.am
++Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS)
$(c_sources) $(srcdir)/Makefile.am libbabl-@BABL_API_VERSION@.la
+ $(INTROSPECTION_SCANNER) -v --namespace Babl
--nsversion=$(BABL_API_VERSION) \
+ --add-include-path=$(srcdir) --add-include-path=. \
+- --library=babl-$(BABL_API_VERSION) \
++ --library=$(builddir)/libbabl-$(BABL_API_VERSION).la \
+ --libtool="$(LIBTOOL)" \
+ --output $@ \
+ -DBABL_IS_BEING_COMPILED \
+--
+cgit v0.9.0.2
diff --git a/libs/libftdi/DEPENDS b/libs/libftdi/DEPENDS
index 44e7a79..eb409de 100755
--- a/libs/libftdi/DEPENDS
+++ b/libs/libftdi/DEPENDS
@@ -1 +1 @@
-depends LIBUSB-compat
+depends LIBUSB
diff --git a/libs/libftdi/DETAILS b/libs/libftdi/DETAILS
index ee64d36..94f9472 100755
--- a/libs/libftdi/DETAILS
+++ b/libs/libftdi/DETAILS
@@ -1,6 +1,6 @@
SPELL=libftdi
- VERSION=0.19
-
SOURCE_HASH=sha512:c6deefe8c83063343321e8c2c6b6c1c2842a9f1caf4e54f47106c3c4aac638736f19fecf91582c6cc9f4917c4d140157440c360ce3a030dfb7fa027483bab972
+ VERSION=0.20
+
SOURCE_HASH=sha512:540e5eb201a65936c3dbabff70c251deba1615874b11ff27c5ca16c39d71c150cf61758a68b541135a444fe32ab403b0fba0daf55c587647aaf9b3f400f1dee7
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_URL[0]=http://www.intra2net.com/en/developer/libftdi/download/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/libftdi/HISTORY b/libs/libftdi/HISTORY
index ec93dd7..397fae4 100644
--- a/libs/libftdi/HISTORY
+++ b/libs/libftdi/HISTORY
@@ -1,3 +1,7 @@
+2012-06-25 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: updated spell to 0.20 as per |_emming
+ * DEPENDS: LIBUSB remove -compat as per |_emming
+
2012-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: libusb => LIBUSB

diff --git a/libs/libusb-compat/DETAILS b/libs/libusb-compat/DETAILS
index 05e95a7..6c11aee 100755
--- a/libs/libusb-compat/DETAILS
+++ b/libs/libusb-compat/DETAILS
@@ -1,5 +1,6 @@
SPELL=libusb-compat
VERSION=0.1.4
+ PATCHLEVEL=1
#
SOURCE_HASH=sha512:6589523b747a5fd5893840b2d246cf46b64e10997cec2c3116664b8ce7090314bf413ed66049cdfcf68ea4a4ae33468673c897d18254ef52348cd430ffc99c0d
SOURCE_IGNORE=signature
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/libs/libusb-compat/HISTORY b/libs/libusb-compat/HISTORY
index 5223ab8..077054b 100644
--- a/libs/libusb-compat/HISTORY
+++ b/libs/libusb-compat/HISTORY
@@ -1,3 +1,7 @@
+2012-06-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD: fix previous sed
+
2012-06-16 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_BUILD: added
libusbx now defines usbi_log_level, so remove it
diff --git a/libs/libusb-compat/PRE_BUILD b/libs/libusb-compat/PRE_BUILD
index c387a63..b7e5b6b 100755
--- a/libs/libusb-compat/PRE_BUILD
+++ b/libs/libusb-compat/PRE_BUILD
@@ -2,5 +2,5 @@ default_pre_build &&
cd $SOURCE_DIRECTORY &&
# libusbx now defines usbi_log_level
if is_depends_enabled $SPELL libusbx;then
- sed -i '/usbi_log_level/,/};/d' libusb/core.c
+ sed -i '/^enum usbi_log_level/,/^}\;$/d' libusb/core.c
fi
diff --git a/printer/system-config-printer/DEPENDS
b/printer/system-config-printer/DEPENDS
index da74a75..fec84e7 100755
--- a/printer/system-config-printer/DEPENDS
+++ b/printer/system-config-printer/DEPENDS
@@ -1,9 +1,10 @@
depends xz-utils &&
depends config &&
-depends dbus &&
+depends dbus &&
depends notify-python &&
depends pycups &&
depends python &&
depends xmlto &&
+depends desktop-file-utils &&

optional_depends udev '--with-udev-rules' '' 'use udev for hardware
detection'
diff --git a/printer/system-config-printer/HISTORY
b/printer/system-config-printer/HISTORY
index 95782a9..70e2b96 100644
--- a/printer/system-config-printer/HISTORY
+++ b/printer/system-config-printer/HISTORY
@@ -1,3 +1,6 @@
+2012-06-25 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DEPENDS: added depends desktop-file-utils (for desktop file install)
+
2012-06-25 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.3.9
* DEPENDS: notify-python is needed
diff --git a/python-pypi/fb-python/DETAILS b/python-pypi/fb-python/DETAILS
index 213ced9..79a1f25 100755
--- a/python-pypi/fb-python/DETAILS
+++ b/python-pypi/fb-python/DETAILS
@@ -1,7 +1,7 @@
SPELL=fb-python
SPELLX=firebirdsql
- VERSION=0.6.6
-
SOURCE_HASH=sha512:380066fa07243e8849a4b71bb61f3b327ef5a1347a24ad17b0f388ac3dba69a914134c9fd0939d1e1c58ca22f0cb1e127b6ae60e1298a7da3cbb6528970ebdda
+ VERSION=0.7.0
+
SOURCE_HASH=sha512:fa4f0cf6db015f5ef5ab31cfff000f2caa1d989ffe74e53a70d8b6c2acbb3cbb5ea97ee3bfd570699d0523061a24ad2efe5cc61816c0fd5ab525305c356cf8ae
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL=http://pypi.python.org/packages/source/f/$SPELLX/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
diff --git a/python-pypi/fb-python/HISTORY b/python-pypi/fb-python/HISTORY
index d9c4453..ed9ecc2 100644
--- a/python-pypi/fb-python/HISTORY
+++ b/python-pypi/fb-python/HISTORY
@@ -1,3 +1,6 @@
+2012-06-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.0
+
2012-03-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6.6

diff --git a/python-pypi/fuzzyparsers/DETAILS
b/python-pypi/fuzzyparsers/DETAILS
index a1eb277..5e82f83 100755
--- a/python-pypi/fuzzyparsers/DETAILS
+++ b/python-pypi/fuzzyparsers/DETAILS
@@ -1,11 +1,11 @@
SPELL=fuzzyparsers
- VERSION=0.7.2
-
SOURCE_HASH=sha512:8de1c3a5d35b590284d13588712002630049908cbffe79c8773c6ae8a7629dc26476157b607d46b2afef9fd3670eafde7e6c6a80cf633184d8cbc4313731db27
+ VERSION=0.8.0
+
SOURCE_HASH=sha512:00dbfbf6592a29a3657a9801c3b9f91616232f7871e4e2ac422ca8b0ce26cb64dbe6491009e5f5c37731050847fd7a6ecc6438ed6d11532ddaad9b6b084ad4b0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://pypi.python.org/pypi/fuzzyparsers

SOURCE_URL[0]=http://pypi.python.org/packages/source/f/fuzzyparsers/$SOURCE
- LICENSE[0]=GPL
+ LICENSE[0]=MIT
ENTERED=20110612
KEYWORDS="python"
SHORT="free-form input parsers"
diff --git a/python-pypi/fuzzyparsers/HISTORY
b/python-pypi/fuzzyparsers/HISTORY
index 20ad03b..86c89fd 100644
--- a/python-pypi/fuzzyparsers/HISTORY
+++ b/python-pypi/fuzzyparsers/HISTORY
@@ -1,3 +1,7 @@
-2011-06=12 Treeve Jelbert <treeve AT sourcemage.org>
+2012-06-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.0
+ LICENCE=MIT
+
+2011-06-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.7.2
spell created



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (4781e9b3a4b3da0257917aa82ec20c71ae491b07), Eric Sandall, 06/25/2012

Archive powered by MHonArc 2.6.24.

Top of Page