packages: snownews/snownews.spec, snownews/snownews-home_etc.patch - update...
adamg
adamg at pld-linux.org
Thu Feb 11 23:56:15 CET 2010
Author: adamg Date: Thu Feb 11 22:56:15 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.5.12
---- Files affected:
packages/snownews:
snownews.spec (1.17 -> 1.18) , snownews-home_etc.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/snownews/snownews.spec
diff -u packages/snownews/snownews.spec:1.17 packages/snownews/snownews.spec:1.18
--- packages/snownews/snownews.spec:1.17 Thu Sep 4 16:02:01 2008
+++ packages/snownews/snownews.spec Thu Feb 11 23:56:10 2010
@@ -1,14 +1,13 @@
# $Revision$, $Date$
-#
Summary: Text mode RSS newsreader for Linux and Unix
Summary(pl.UTF-8): Tekstowy czytnik newsów RSS dla Linuksa i innych Uniksów
Name: snownews
-Version: 1.5.10
+Version: 1.5.12
Release: 1
License: GPL v2
Group: Applications/Networking
Source0: http://kiza.kcore.de/software/snownews/download/%{name}-%{version}.tar.gz
-# Source0-md5: 213a7543bab31a7dfe5a76c173cd5d49
+# Source0-md5: 80da8943fc5aa96571924aec0087d4c0
URL: http://kiza.kcore.de/software/snownews/
Patch0: %{name}-FHS.patch
Patch1: %{name}-home_etc.patch
@@ -98,6 +97,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2010/02/11 22:56:10 adamg
+- updated to 1.5.12
+
Revision 1.17 2008/09/04 14:02:01 pawelz
- added more %doc files
================================================================
Index: packages/snownews/snownews-home_etc.patch
diff -u packages/snownews/snownews-home_etc.patch:1.2 packages/snownews/snownews-home_etc.patch:1.3
--- packages/snownews/snownews-home_etc.patch:1.2 Thu Sep 4 14:47:31 2008
+++ packages/snownews/snownews-home_etc.patch Thu Feb 11 23:56:10 2010
@@ -5,18 +5,18 @@
include platform_settings
### Object files ###
--OBJFILES= main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o categories.o about.o cookies.o setup.o net-support.o digcalc.o md5.o filters.o io-internal.o os-support.o zlib_interface.o support.o
-+OBJFILES= main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o categories.o about.o cookies.o setup.o net-support.o digcalc.o md5.o filters.o io-internal.o os-support.o zlib_interface.o support.o etc_path.o
+-OBJFILES= main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o categories.o about.o cookies.o setup.o net-support.o digcalc.o filters.o io-internal.o os-support.o zlib_interface.o support.o
++OBJFILES= main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o categories.o about.o cookies.o setup.o net-support.o digcalc.o filters.o io-internal.o os-support.o zlib_interface.o support.o etc_path.o
VERSION= `grep VERSION version.h | sed s/\"//g | sed s/\#define\ VERSION\ //`
DISTDIR= snownews-$(VERSION)
DISTFILES = AUTHOR COPYING CREDITS Changelog README README.de README.patching INSTALL opml2snow \
Makefile configure \
doc po scripts \
-- main.c interface.c netio.c xmlparse.c updatecheck.c os-support.c conversions.c dialog.c ui-support.c categories.c about.c cookies.c setup.c net-support.c digcalc.c md5.c filters.c io-internal.c zlib_interface.c support.c \
-- config.h version.h main.h interface.h netio.h xmlparse.h updatecheck.h os-support.h conversions.h dialog.h ui-support.h categories.h about.h cookies.h setup.h net-support.h digcalc.h md5.h filters.h io-internal.h zlib_interface.h support.h
-+ main.c interface.c netio.c xmlparse.c updatecheck.c os-support.c conversions.c dialog.c ui-support.c categories.c about.c cookies.c setup.c net-support.c digcalc.c md5.c filters.c io-internal.c zlib_interface.c support.c etc_path.c\
-+ config.h version.h main.h interface.h netio.h xmlparse.h updatecheck.h os-support.h conversions.h dialog.h ui-support.h categories.h about.h cookies.h setup.h net-support.h digcalc.h md5.h filters.h io-internal.h zlib_interface.h support.h etc_path.h
+- main.c interface.c netio.c xmlparse.c updatecheck.c os-support.c conversions.c dialog.c ui-support.c categories.c about.c cookies.c setup.c net-support.c digcalc.c filters.c io-internal.c zlib_interface.c support.c \
+- config.h version.h main.h interface.h netio.h xmlparse.h updatecheck.h os-support.h conversions.h dialog.h ui-support.h categories.h about.h cookies.h setup.h net-support.h digcalc.h filters.h io-internal.h zlib_interface.h support.h
++ main.c interface.c netio.c xmlparse.c updatecheck.c os-support.c conversions.c dialog.c ui-support.c categories.c about.c cookies.c setup.c net-support.c digcalc.c filters.c io-internal.c zlib_interface.c support.c etc_path.c \
++ config.h version.h main.h interface.h netio.h xmlparse.h updatecheck.h os-support.h conversions.h dialog.h ui-support.h categories.h about.h cookies.h setup.h net-support.h digcalc.h filters.h io-internal.h zlib_interface.h support.h etc_path.h
### Translations ###
LOCALES= de es fr it nl ru sl se zh_TW zh_CN pt_BR pl ja be at latin uk_UA
@@ -151,8 +151,8 @@
/* Make a backup of urls. This approach is really broken! */
if ((stat (file, &filetest)) != -1) {
if ((filetest.st_mode & S_IFREG) == S_IFREG) {
-- snprintf (syscall, sizeof(file), "cp -f %s/.snownews/urls %s/.snownews/urls.bak", getenv("HOME"), getenv("HOME"));
-+ snprintf (syscall, sizeof(file), "cp -f %s/.snownews/urls %s/.snownews/urls.bak", set_config_dir(), set_config_dir());
+- snprintf (syscall, sizeof(file), "mv -f %s/.snownews/urls %s/.snownews/urls.bak", getenv("HOME"), getenv("HOME"));
++ snprintf (syscall, sizeof(file), "mv -f %s/.snownews/urls %s/.snownews/urls.bak", set_config_dir(), set_config_dir());
system (syscall);
}
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/snownews/snownews.spec?r1=1.17&r2=1.18&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/snownews/snownews-home_etc.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list