Browse Source

upgrading package: snownews 1.5.5.1 -> 1.5.6.1

master
parent
commit
e14a52ecae
  1. 11
      snownews/snownews.patch
  2. 10
      snownews/snownews.spec

11
snownews/snownews.patch

@ -0,0 +1,11 @@
Index: conversions.c
--- conversions.c.orig 2004-12-09 12:29:08 +0100
+++ conversions.c 2004-12-09 20:07:48 +0100
@@ -33,6 +33,7 @@
#include <errno.h>
#include <libxml/HTMLparser.h>
#include <langinfo.h>
+#include <locale.h>
/* I have no idea what needs to be defined to get strptime() on glibc.
* This is stolen from somewhere else and it works for me(tm).

10
snownews/snownews.spec

@ -33,11 +33,12 @@ Distribution: OpenPKG
Class: EVAL
Group: Network
License: GPL
Version: 1.5.5.1
Release: 20041030
Version: 1.5.6.1
Release: 20041209
# list of sources
Source0: http://kiza.kcore.de/software/snownews/download/snownews-%{version}.tar.gz
Patch0: snownews.patch
# build information
Prefix: %{l_prefix}
@ -61,6 +62,9 @@ AutoReqProv: no
%prep
%setup -q
%patch -p0
%build
./configure
%{l_shtool} subst \
-e 's;^\(CC=\).*$;\1%{l_cc};' \
@ -77,8 +81,6 @@ AutoReqProv: no
%{l_shtool} subst \
-e 's;\((String)\)s;\1;g' \
config.h
%build
%{l_make} %{l_mflags -O}
%install

Loading…
Cancel
Save