rpms/snownews/devel snownews-1.5.10-nocheck.patch, NONE, 1.1 snownews-1.5.10-nostrip.patch, NONE, 1.1 snownews.spec, 1.16, 1.17 snownews-1.5.3-nocheck.patch, 1.1, NONE snownews-1.5.6.1-nostrip.patch, 1.1, NONE

Zing Zing Shishak (shishz) fedora-extras-commits at redhat.com
Sun Aug 3 01:46:02 UTC 2008


Author: shishz

Update of /cvs/pkgs/rpms/snownews/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13270

Modified Files:
	snownews.spec 
Added Files:
	snownews-1.5.10-nocheck.patch snownews-1.5.10-nostrip.patch 
Removed Files:
	snownews-1.5.3-nocheck.patch snownews-1.5.6.1-nostrip.patch 
Log Message:
* Sat Aug  2 2008 Zing <zing at fastmail.fm> - 1.5.10-3
- watchout! fuzz cops in town!


snownews-1.5.10-nocheck.patch:

--- NEW FILE snownews-1.5.10-nocheck.patch ---
--- snownews-1.5.10/main.c.orig	2008-07-28 05:26:16.000000000 -0400
+++ snownews-1.5.10/main.c	2008-08-02 21:33:01.000000000 -0400
@@ -90,8 +90,8 @@ void MainQuit (const char * func, const 
 		/* Do this after everything else. If it doesn't work or hang
 		   user can ctrl-c without interfering with the program operation
 		   (like writing caches). */
-		AutoVersionCheck();
-		
+		/* AutoVersionCheck(); */
+
 		exit(0);
 	} else {
 		printf (_("Aborting program execution!\nAn internal error occured. Snownews has quit, no changes has been saved!\n"));

snownews-1.5.10-nostrip.patch:

--- NEW FILE snownews-1.5.10-nostrip.patch ---
--- snownews-1.5.10/Makefile.orig	2008-08-02 21:36:22.000000000 -0400
+++ snownews-1.5.10/Makefile	2008-08-02 21:36:46.000000000 -0400
@@ -60,7 +60,7 @@ install-bin: snownews
 	if [ ! -d "$(DESTDIR)$(PREFIX)/bin" ]; then \
 		mkdir -p $(DESTDIR)$(PREFIX)/bin; \
 	fi
-	$(INSTALL) -s snownews $(DESTDIR)$(PREFIX)/bin
+	$(INSTALL) snownews $(DESTDIR)$(PREFIX)/bin
 	$(INSTALL) opml2snow $(DESTDIR)$(PREFIX)/bin
 	if [ ! -f "$(DESTDIR)$(PREFIX)/bin/snow2opml" ]; then \
 		(cd $(DESTDIR)$(PREFIX)/bin && \


Index: snownews.spec
===================================================================
RCS file: /cvs/pkgs/rpms/snownews/devel/snownews.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- snownews.spec	3 Aug 2008 01:09:45 -0000	1.16
+++ snownews.spec	3 Aug 2008 01:45:32 -0000	1.17
@@ -1,14 +1,14 @@
 Name:		snownews
 Version: 	1.5.10
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Summary: 	A text mode RSS/RDF newsreader
 Group: 		Applications/Internet
 License: 	GPLv2
 Url:		http://home.kcore.de/~kiza/software/snownews
 Source0: 	http://home.kcore.de/~kiza/software/snownews/download/snownews-1.5.10.tar.gz
-Patch0:		snownews-1.5.3-nocheck.patch
-Patch2:		snownews-1.5.6.1-nostrip.patch
-Patch5:		snownews-1.5.10-manpage.patch
+Patch0:		snownews-1.5.10-nocheck.patch
+Patch1:		snownews-1.5.10-nostrip.patch
+Patch2:		snownews-1.5.10-manpage.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libxml2-devel
 BuildRequires:	ncurses-devel
@@ -25,8 +25,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 %patch2 -p1
-%patch5 -p1
 
 %build
 ./configure --prefix=%{_prefix}
@@ -50,6 +50,9 @@
 %{_mandir}/*/man1/*
 
 %changelog
+* Sat Aug  2 2008 Zing <zing at fastmail.fm> - 1.5.10-3
+- watchout! fuzz cops in town!
+
 * Sat Aug  2 2008 Zing <zing at fastmail.fm> - 1.5.10-1
 - update to 1.5.10
 - drop charset patch (upstream)


--- snownews-1.5.3-nocheck.patch DELETED ---


--- snownews-1.5.6.1-nostrip.patch DELETED ---




More information about the fedora-extras-commits mailing list