Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (bc11430db86cd1dd1efcc1644b7c46f23cde329b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (bc11430db86cd1dd1efcc1644b7c46f23cde329b)
  • Date: Sun, 22 Nov 2009 11:54:04 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

dev/null |binary
libs/podsleuth/DETAILS | 4 +-
libs/podsleuth/HISTORY | 4 ++
libs/podsleuth/PRE_BUILD | 4 --
libs/podsleuth/podsleuth-0.6.4.tar.gz.sig | 0
libs/podsleuth/podsleuth-0.6.5.tar.gz.sig |binary
libs/podsleuth/podsleuth-sg3_utils.patch | 57
------------------------------
7 files changed, 6 insertions(+), 63 deletions(-)

New commits:
commit bc11430db86cd1dd1efcc1644b7c46f23cde329b
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

podsleuth 0.6.5

diff --git a/libs/podsleuth/DETAILS b/libs/podsleuth/DETAILS
index f427dac..02a6be6 100755
--- a/libs/podsleuth/DETAILS
+++ b/libs/podsleuth/DETAILS
@@ -1,8 +1,8 @@
SPELL=podsleuth
- VERSION=0.6.4
+ VERSION=0.6.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL=http://banshee-project.org/files/$SPELL/$SOURCE
+ SOURCE_URL=http://banshee-project.org/files/$SPELL/$VERSION/$SOURCE
SOURCE_GPG=gurus.gpg:${SOURCE}.sig
WEB_SITE=http://banshee-project.org/
ENTERED=20090625
diff --git a/libs/podsleuth/HISTORY b/libs/podsleuth/HISTORY
index 697b892..52878fb 100644
--- a/libs/podsleuth/HISTORY
+++ b/libs/podsleuth/HISTORY
@@ -1,3 +1,7 @@
+2009-11-22 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.6.5, updated SOURCE_URL
+ * PRE_BUILD, podsleuth-sg3_utils.patch: removed
+
2009-06-25 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, DEPENDS, PRE_BUILD, podsleuth-sg3_utils.patch: spell
created
version 0.6.4
diff --git a/libs/podsleuth/PRE_BUILD b/libs/podsleuth/PRE_BUILD
deleted file mode 100755
index be4903f..0000000
--- a/libs/podsleuth/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-patch -p1 < $SPELL_DIRECTORY/podsleuth-sg3_utils.patch
diff --git a/libs/podsleuth/podsleuth-0.6.4.tar.gz.sig
b/libs/podsleuth/podsleuth-0.6.4.tar.gz.sig
deleted file mode 100644
index 0be2758..0000000
Binary files a/libs/podsleuth/podsleuth-0.6.4.tar.gz.sig and /dev/null differ
diff --git a/libs/podsleuth/podsleuth-0.6.5.tar.gz.sig
b/libs/podsleuth/podsleuth-0.6.5.tar.gz.sig
new file mode 100644
index 0000000..902de91
Binary files /dev/null and b/libs/podsleuth/podsleuth-0.6.5.tar.gz.sig differ
diff --git a/libs/podsleuth/podsleuth-sg3_utils.patch
b/libs/podsleuth/podsleuth-sg3_utils.patch
deleted file mode 100644
index addf38b..0000000
--- a/libs/podsleuth/podsleuth-sg3_utils.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff -Naur podsleuth-0.6.4.orig/configure podsleuth-0.6.4/configure
---- podsleuth-0.6.4.orig/configure 2009-01-20 23:43:04.000000000 +0100
-+++ podsleuth-0.6.4/configure 2009-06-25 04:20:57.000000000 +0200
-@@ -4392,13 +4392,13 @@
-
-
-
--{ $as_echo "$as_me:$LINENO: checking for sg_ll_inquiry in -lsgutils" >&5
--$as_echo_n "checking for sg_ll_inquiry in -lsgutils... " >&6; }
-+{ $as_echo "$as_me:$LINENO: checking for sg_ll_inquiry in -lsgutils2" >&5
-+$as_echo_n "checking for sg_ll_inquiry in -lsgutils2... " >&6; }
- if test "${ac_cv_lib_sgutils_sg_ll_inquiry+set}" = set; then
- $as_echo_n "(cached) " >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lsgutils $LIBS"
-+LIBS="-lsgutils2 $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -4462,7 +4462,7 @@
- #define HAVE_LIBSGUTILS 1
- _ACEOF
-
-- LIBS="-lsgutils $LIBS"
-+ LIBS="-lsgutils2 $LIBS"
-
- else
- { { $as_echo "$as_me:$LINENO: error: Error! You need to have libsgutils."
>&5
-diff -Naur podsleuth-0.6.4.orig/src/PodSleuth/PodSleuth/ScsiReader.cs
podsleuth-0.6.4/src/PodSleuth/PodSleuth/ScsiReader.cs
---- podsleuth-0.6.4.orig/src/PodSleuth/PodSleuth/ScsiReader.cs 2007-09-17
09:51:40.000000000 +0200
-+++ podsleuth-0.6.4/src/PodSleuth/PodSleuth/ScsiReader.cs 2009-06-25
04:19:18.000000000 +0200
-@@ -50,7 +50,7 @@
- }
- }
-
-- [DllImport("libsgutils.so.1")]
-+ [DllImport("libsgutils.so.2")]
- private static extern int sg_ll_inquiry(int sg_fd, int cmddt, int
evpd, int pg_op,
- IntPtr resp, int mx_resp_len, int noisy, int verbose);
-
-@@ -74,4 +74,4 @@
- }
- }
- }
--}
-\ No newline at end of file
-+}
-diff -Naur podsleuth-0.6.4.orig/src/PodSleuth/PodSleuth.dll.config.in
podsleuth-0.6.4/src/PodSleuth/PodSleuth.dll.config.in
---- podsleuth-0.6.4.orig/src/PodSleuth/PodSleuth.dll.config.in 2007-09-17
09:51:40.000000000 +0200
-+++ podsleuth-0.6.4/src/PodSleuth/PodSleuth.dll.config.in 2009-06-25
04:19:10.000000000 +0200
-@@ -1,4 +1,4 @@
- <configuration>
-- <dllmap dll="libsgutils.so.1" target="libsgutils.so.1" />
-+ <dllmap dll="libsgutils.so.2" target="libsgutils.so.2" />
- </configuration>
-



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (bc11430db86cd1dd1efcc1644b7c46f23cde329b), Ladislav Hagara, 11/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page