Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ff9ec2b8bc7094e219b3a057df65e5b33e4fae73)

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 master grimoire by Vlad Glagolev (ff9ec2b8bc7094e219b3a057df65e5b33e4fae73)
  • Date: Fri, 1 Feb 2008 04:42:56 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

database/sqlite/CONFIGURE | 3 +
database/sqlite/DETAILS | 8 +---
database/sqlite/HISTORY | 3 +
database/sqlite/PRE_BUILD | 1
database/sqlite/tcl.patch | 43
-------------------------
dev/null |binary
disk/lvm/DETAILS | 4 +-
disk/lvm/HISTORY | 3 +
ftp/transmission/DETAILS | 2 -
ftp/transmission/HISTORY | 3 +
ftp/transmission/transmission-1.03.tar.bz2.sig | 0
ftp/transmission/transmission-1.04.tar.bz2.sig |binary
12 files changed, 17 insertions(+), 53 deletions(-)

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

sqlite: => 3.5.5

commit 9b4ccd799e146336757b7a6bb92072b3a391cd8f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

lvm: => 2.02.33

commit 15eed1f5aec5b53e5d61f84759ad9ec9d828939c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

transmission: => 1.04

diff --git a/database/sqlite/CONFIGURE b/database/sqlite/CONFIGURE
index d084e90..e4b835f 100755
--- a/database/sqlite/CONFIGURE
+++ b/database/sqlite/CONFIGURE
@@ -1 +1,2 @@
-config_query_option SQLITE_TSAFE 'Build thread-safe SQLite?' y
'--enable-threadsafe' '--disable-threadsafe'
+config_query_option SQLITE_TSAFE "Build thread-safe SQLite?" y \
+ "--enable-threadsafe" "--disable-threadsafe"
diff --git a/database/sqlite/DETAILS b/database/sqlite/DETAILS
index 1821060..336e8c5 100755
--- a/database/sqlite/DETAILS
+++ b/database/sqlite/DETAILS
@@ -1,16 +1,14 @@
SPELL=sqlite
- VERSION=3.5.4
-
SOURCE_HASH=sha512:698710da241d98915ab82c113e902fcb49f21f1a3e65cbcb9191060dc49ea26c1902d9ccb37358b5ee10e0f81b5942d05951a43e5189075924a098fd95b315cd
+ VERSION=3.5.5
+
SOURCE_HASH=sha512:00a0d462c211925f2559354e8e666040620e6cfc36fa9c480831a48c2056121d4d8f43830ca5216b322c8a50be53c6b42df92373111c807593fbbc53a87d04cf
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://sqlite.org/$SOURCE
LICENSE[0]=PD
WEB_SITE=http://www.sqlite.org/
ENTERED=20011016
- PATCHLEVEL=2
KEYWORDS="sql database"
- SHORT="An SQL engine in a C library"
-
+ SHORT="SQL engine in a C library"
cat << EOF
SQLite is a C library that implements an SQL database engine. A large
subset of SQL92 is supported. A complete database is stored in a single
diff --git a/database/sqlite/HISTORY b/database/sqlite/HISTORY
index f895443..5d56c4d 100644
--- a/database/sqlite/HISTORY
+++ b/database/sqlite/HISTORY
@@ -1,3 +1,6 @@
+2008-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.5.5
+
2007-12-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* PRE_BUILD: fixed --disable-tcl for `optionality' fith offpatch
diff --git a/database/sqlite/PRE_BUILD b/database/sqlite/PRE_BUILD
index 08952ac..07e945b 100755
--- a/database/sqlite/PRE_BUILD
+++ b/database/sqlite/PRE_BUILD
@@ -1,4 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p0 < $SPELL_DIRECTORY/tcl.patch &&
patch -p1 < $SPELL_DIRECTORY/mk.diff
diff --git a/database/sqlite/tcl.patch b/database/sqlite/tcl.patch
deleted file mode 100644
index 82803b3..0000000
--- a/database/sqlite/tcl.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- Makefile.in 2007/12/13 18:20:46 1.191
-+++ Makefile.in 2007/12/17 16:20:07 1.192
-@@ -317,17 +317,10 @@
- -rpath $(libdir)/sqlite \
- -version-info "8:6:8"
-
--testcli$(TEXE): $(TOP)/src/shell.c libsqlite3.la sqlite3.h
-+sqlite3$(TEXE): $(TOP)/src/shell.c libsqlite3.la sqlite3.h
- $(LTLINK) $(READLINE_FLAGS) $(LIBPTHREAD) \
- -o $@ $(TOP)/src/shell.c libsqlite3.la \
- $(LIBREADLINE) $(TLIBS)
--
--sqlite3$(EXE): $(TOP)/src/shell.c sqlite3.c sqlite3.h
-- $(LTLINK) $(READLINE_FLAGS) -o $@ \
-- -DSQLITE_MAX_SQL_LENGTH=1000000000 \
-- -USQLITE_THREADSAFE -DSQLITE_THREADSAFE=0 \
-- $(TOP)/src/shell.c sqlite3.c \
-- $(LIBREADLINE) $(TLIBS) $(THREADLIB)
-
- # This target creates a directory named "tsrc" and fills it with
- # copies of all of the C source code and header files needed to
---- main.mk 2007/12/13 18:20:46 1.164
-+++ main.mk 2007/12/17 16:20:07 1.165
-@@ -277,17 +277,10 @@
- $(AR) libsqlite3.a $(LIBOBJ)
- $(RANLIB) libsqlite3.a
-
--testcli$(EXE): $(TOP)/src/shell.c libsqlite3.a sqlite3.h
-- $(TCCX) $(READLINE_FLAGS) -o testcli$(EXE) \
-+sqlite3$(EXE): $(TOP)/src/shell.c libsqlite3.a sqlite3.h
-+ $(TCCX) $(READLINE_FLAGS) -o sqlite3$(EXE) \
- $(TOP)/src/shell.c \
- libsqlite3.a $(LIBREADLINE) $(TLIBS) $(THREADLIB)
--
--sqlite3$(EXE): $(TOP)/src/shell.c sqlite3.c sqlite3.h
-- $(TCCX) $(READLINE_FLAGS) -o sqlite3$(EXE) \
-- -DSQLITE_MAX_SQL_LENGTH=1000000000 \
-- -USQLITE_THREADSAFE -DSQLITE_THREADSAFE=0 \
-- $(TOP)/src/shell.c sqlite3.c \
-- $(LIBREADLINE) $(TLIBS) $(THREADLIB)
-
- objects: $(LIBOBJ_ORIG)
-
diff --git a/disk/lvm/DETAILS b/disk/lvm/DETAILS
index f57ffdf..9c1d7f2 100755
--- a/disk/lvm/DETAILS
+++ b/disk/lvm/DETAILS
@@ -1,9 +1,9 @@
SPELL=lvm
- VERSION=2.02.32
+ VERSION=2.02.33
SOURCE=LVM2.$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/LVM2.$VERSION
SOURCE_URL[0]=ftp://sources.redhat.com/pub/lvm2/$SOURCE
-
SOURCE_HASH=sha512:7029b3f7d9372420c2c70be6dba74e3eb9e76fa53416dfe0af5c3f19e2ab648c70f95dc2dbba26d0f1265c236dcbbdc7c5ce9960d129384e02143a975f01f808
+
SOURCE_HASH=sha512:792e9be3abb558f1c02644998d6c22678b60267e1901edcc7315085113193d63dba942a8876d29541fc321e43eefd0ae7218b2f55fd23e843376ffe82ecd68ce
WEB_SITE=http://sources.redhat.com/lvm2/
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/disk/lvm/HISTORY b/disk/lvm/HISTORY
index c428923..842137a 100644
--- a/disk/lvm/HISTORY
+++ b/disk/lvm/HISTORY
@@ -1,3 +1,6 @@
+2008-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.02.33
+
2008-01-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.02.32, fixed WEB_SITE
* DEPENDS: removed the comments, device-mapper is non-optional
diff --git a/ftp/transmission/DETAILS b/ftp/transmission/DETAILS
index 912f035..71a0983 100755
--- a/ftp/transmission/DETAILS
+++ b/ftp/transmission/DETAILS
@@ -1,5 +1,5 @@
SPELL=transmission
- VERSION=1.03
+ VERSION=1.04
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.m0k.org/$SPELL/files/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig
diff --git a/ftp/transmission/HISTORY b/ftp/transmission/HISTORY
index 84ef290..aaf43dd 100644
--- a/ftp/transmission/HISTORY
+++ b/ftp/transmission/HISTORY
@@ -1,3 +1,6 @@
+2008-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.04
+
2008-01-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.03

diff --git a/ftp/transmission/transmission-1.03.tar.bz2.sig
b/ftp/transmission/transmission-1.03.tar.bz2.sig
deleted file mode 100644
index a4e1fa6..0000000
Binary files a/ftp/transmission/transmission-1.03.tar.bz2.sig and /dev/null
differ
diff --git a/ftp/transmission/transmission-1.04.tar.bz2.sig
b/ftp/transmission/transmission-1.04.tar.bz2.sig
new file mode 100644
index 0000000..ca7613f
Binary files /dev/null and b/ftp/transmission/transmission-1.04.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ff9ec2b8bc7094e219b3a057df65e5b33e4fae73), Vlad Glagolev, 02/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page