Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (182d4a641f8571fb9593622060ab268ff7888475)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (182d4a641f8571fb9593622060ab268ff7888475)
  • Date: Wed, 23 Nov 2011 00:56:40 -0600

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

chat-libs/libmsn/DETAILS | 1 +
chat-libs/libmsn/HISTORY | 5 +++++
chat-libs/libmsn/PRE_BUILD | 3 ++-
chat-libs/libmsn/fix-header.patch | 12 ++++++++++++
kde4-apps/ktorrent4/DETAILS | 5 ++---
kde4-apps/ktorrent4/HISTORY | 3 +++
kde4-apps/libktorrent/DETAILS | 5 ++---
kde4-apps/libktorrent/HISTORY | 3 +++
8 files changed, 30 insertions(+), 7 deletions(-)

New commits:
commit 182d4a641f8571fb9593622060ab268ff7888475
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libktorrent: updated spell to 1.1.3

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

ktorrent4: updated spell to 4.1.3

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

libmsn: added patch (fixes compile of kdenetwork4)

diff --git a/chat-libs/libmsn/DETAILS b/chat-libs/libmsn/DETAILS
index 6b57c4b..c9ab8c8 100755
--- a/chat-libs/libmsn/DETAILS
+++ b/chat-libs/libmsn/DETAILS
@@ -1,5 +1,6 @@
SPELL=libmsn
VERSION=4.2
+ PATCHLEVEL=1

SOURCE_HASH=sha512:8bdb25c08f36e0f3b10d190cdef703fecba419fcd5e4cd9d56c94ddff2e5f21b033204511b15d091302aa8ef41f7dff46996d2497f98570c0fc337427a7084d0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/chat-libs/libmsn/HISTORY b/chat-libs/libmsn/HISTORY
index f62d837..184d221 100644
--- a/chat-libs/libmsn/HISTORY
+++ b/chat-libs/libmsn/HISTORY
@@ -1,3 +1,8 @@
+2011-11-23 Bor Kraljič <pyrobor AT ver.si>
+ * fix-header.patch: added patch (fixes compile of kdenetwork4)
+ patch was taken from Arch Linux
+ * DETAILS: PATCHLEVEL++
+
2011-11-10 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 4.2

diff --git a/chat-libs/libmsn/PRE_BUILD b/chat-libs/libmsn/PRE_BUILD
index 1aad80f..1f16044 100755
--- a/chat-libs/libmsn/PRE_BUILD
+++ b/chat-libs/libmsn/PRE_BUILD
@@ -5,4 +5,5 @@ cd $SOURCE_DIRECTORY &&
if [[ "$(installed_version openssl|sed 's:[a-z]::g'|sed 's:\.::g'|sed
's:^0::')" -ge "100" ]]; then
message "${MESSAGE_COLOR}Applying OpenSSL 1.0.0+ patch...${DEFAULT_COLOR}"
&&
patch -p1 < $SPELL_DIRECTORY/openssl-1.0.0.patch
-fi
+fi &&
+patch -p1 -d $SOURCE_DIRECTORY < $SPELL_DIRECTORY/fix-header.patch
diff --git a/chat-libs/libmsn/fix-header.patch
b/chat-libs/libmsn/fix-header.patch
new file mode 100644
index 0000000..82fae6f
--- /dev/null
+++ b/chat-libs/libmsn/fix-header.patch
@@ -0,0 +1,12 @@
+diff -up libmsn-4.2/msn/CMakeLists.txt.xmlParser_h
libmsn-4.2/msn/CMakeLists.txt
+--- libmsn-4.2/msn/CMakeLists.txt.xmlParser_h 2010-01-05 06:07:08.000000000
-0600
++++ libmsn-4.2/msn/CMakeLists.txt 2011-11-18 17:00:37.758298054 -0600
+@@ -37,7 +37,7 @@ set(msn_HEADERS
+ buddy.h
+ passport.h
+ sstream_fix.h
+- soap.h
++ soap.h xmlParser.h
+ p2p.h
+ msnobject.h
+ libmsn_export.h)
diff --git a/kde4-apps/ktorrent4/DETAILS b/kde4-apps/ktorrent4/DETAILS
index e185a9b..683b143 100755
--- a/kde4-apps/ktorrent4/DETAILS
+++ b/kde4-apps/ktorrent4/DETAILS
@@ -1,7 +1,6 @@
SPELL=ktorrent4
- VERSION=4.1.2
- PATCHLEVEL=1
-
SOURCE_HASH=sha512:ccb981686f2cb4fc7f1042ce237656a80d24793af88e335267504a5c4d15200a7eee6d4f4d613f80688a45e62f216b1dcb4ac7d186f3436c92490e0bfc0cc35f
+ VERSION=4.1.3
+
SOURCE_HASH=sha512:930e09daca7168151763a9ac724b4679b7346e92432df8e7945612d328d44fc5750b24941f74e7c865f0315a31bb25d3406fcdfbe3af373283e71549ecd7a9b2
# VX=4.0
SOURCE=${SPELL//4}-${VERSION}.tar.bz2
# SOURCE_URL=$KDE_URL/stable/${VERSION}/src/extragear/$SOURCE
diff --git a/kde4-apps/ktorrent4/HISTORY b/kde4-apps/ktorrent4/HISTORY
index 2545f3e..46643b9 100644
--- a/kde4-apps/ktorrent4/HISTORY
+++ b/kde4-apps/ktorrent4/HISTORY
@@ -1,3 +1,6 @@
+2011-11-23 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 4.1.3
+
2011-09-04 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: PATCHLEVEL++ for /opt/kde4 -> /usr change

diff --git a/kde4-apps/libktorrent/DETAILS b/kde4-apps/libktorrent/DETAILS
index b74ae1a..58cd3b0 100755
--- a/kde4-apps/libktorrent/DETAILS
+++ b/kde4-apps/libktorrent/DETAILS
@@ -1,7 +1,6 @@
SPELL=libktorrent
- VERSION=1.1.2
- PATCHLEVEL=1
-
SOURCE_HASH=sha512:7ac7086133e925b9ef1cdd741be1c31ba549a8d6d464f713cf6c6dec62a9bcf169a204534f1a35deaab23896b95f18e064ca89c3674e506d8cb0aed09e32909e
+ VERSION=1.1.3
+
SOURCE_HASH=sha512:b603530de5ba05ee9eb1e8c7234ba7668e801a5d4c36dea38abab27e518e0efe00be9fdfb19d43f5e4ccf21626892f4a758b0dcd29483a6d50007e189070509b
VX=4${VERSION:1:4}
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL=http://ktorrent.org/downloads/$VX/$SOURCE
diff --git a/kde4-apps/libktorrent/HISTORY b/kde4-apps/libktorrent/HISTORY
index a6e8b8c..f143b3c 100644
--- a/kde4-apps/libktorrent/HISTORY
+++ b/kde4-apps/libktorrent/HISTORY
@@ -1,3 +1,6 @@
+2011-11-23 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 1.1.3
+
2011-09-04 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: PATCHLEVEL++ for /opt/kde4 -> /usr change




  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (182d4a641f8571fb9593622060ab268ff7888475), Bor Kraljič, 11/23/2011

Archive powered by MHonArc 2.6.24.

Top of Page