Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (2bad6a62c30ede4e3fc58bbcb3080614b4900d34)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (2bad6a62c30ede4e3fc58bbcb3080614b4900d34)
  • Date: Mon, 29 Jun 2009 01:30:24 -0500

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

news/snownews/BUILD | 6 +-----
news/snownews/CONFIGURE | 1 -
news/snownews/DEPENDS | 2 +-
news/snownews/DETAILS | 17 ++++++++++-------
news/snownews/HISTORY | 6 ++++++
5 files changed, 18 insertions(+), 14 deletions(-)

New commits:
commit 2bad6a62c30ede4e3fc58bbcb3080614b4900d34
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

snownews: update to 1.5.11

diff --git a/news/snownews/BUILD b/news/snownews/BUILD
index 78a4730..378126d 100755
--- a/news/snownews/BUILD
+++ b/news/snownews/BUILD
@@ -1,7 +1,3 @@
-OPTS="--charset=${CHARSET}
- --prefix=${INSTALL_ROOT}/usr
- ${OPTS}
-" &&
-
+OPTS="--prefix=${INSTALL_ROOT}/usr ${OPTS}" &&
./configure ${OPTS} &&
make
diff --git a/news/snownews/CONFIGURE b/news/snownews/CONFIGURE
deleted file mode 100755
index 8a81e3c..0000000
--- a/news/snownews/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query_string CHARSET "Select charset" ISO-8859-1
diff --git a/news/snownews/DEPENDS b/news/snownews/DEPENDS
index 7d4546e..45de2f4 100755
--- a/news/snownews/DEPENDS
+++ b/news/snownews/DEPENDS
@@ -1,5 +1,5 @@
-depends glibc &&
depends ncurses &&
depends libxml2 &&
depends gettext &&
+depends xml-libxml &&
depends perl
diff --git a/news/snownews/DETAILS b/news/snownews/DETAILS
index 31a439b..72d317a 100755
--- a/news/snownews/DETAILS
+++ b/news/snownews/DETAILS
@@ -1,13 +1,13 @@
SPELL=snownews
- VERSION=1.5.7
+ VERSION=1.5.11
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE2=${SOURCE}.sign
+ SOURCE2=${SOURCE}.asc
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=http://kiza.kcore.de/software/snownews/download/$SOURCE
- SOURCE2_URL=${SOURCE_URL}.sign
+ SOURCE2_URL=${SOURCE_URL}.asc
SOURCE2_IGNORE=signature
WEB_SITE=http://kiza.kcore.de/software/snownews/
- SOURCE_GPG="snownews.gpg:${SOURCE}.sign"
+ SOURCE_GPG="snownews.gpg:${SOURCE2}:UPSTREAM_KEY"
ENTERED=20060119
LICENSE[0]=GPL
KEYWORDS="client rss news"
@@ -21,10 +21,13 @@ XML parsing. ncurses must be at least version 5.0. It
should work with any
version of libxml2. Features

* Runs on Linux,
- *BSD, OS X (Darwin), Solaris and probably many more Unices. Yes, even
works under Cygwin.
+ *BSD, OS X (Darwin), Solaris and probably many more Unices. Yes, even
+ works under Cygwin.
* Fast and very resource friendly.
- * Builtin HTTP client will follow server redirects and update feed URLs
that point to permanent redirects (301) automatically.
- * Snownews understands "Not-Modified" (304) server replies and handles
gzip compression.
+ * Builtin HTTP client will follow server redirects and update feed URLs
+ that point to permanent redirects (301) automatically.
+ * Snownews understands "Not-Modified" (304) server replies and handles
+ gzip compression.
* Local cache for minimal network traffic.
* HTTP proxy support.
* HTTP authentication support (basic and digest methods).
diff --git a/news/snownews/HISTORY b/news/snownews/HISTORY
index 3ee3b19..eabf769 100644
--- a/news/snownews/HISTORY
+++ b/news/snownews/HISTORY
@@ -1,3 +1,9 @@
+2009-06-29 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: updated spell to 1.5.11
+ fixed long description wrap
+ * CONFIGURE: removed
+ * DEPENDS: added xml-libxml
+
2007-03-24 Mark Bainter <mbainter-smgl AT lostinagoodbook.org>
* DEPENDS: Added perl to the depends list, required to run the
configure script




  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (2bad6a62c30ede4e3fc58bbcb3080614b4900d34), Andraž Levstik, 06/29/2009

Archive powered by MHonArc 2.6.24.

Top of Page