Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
8e9511ad81 dist-git conversion 2010-07-29 15:27:41 +00:00
Bill Nottingham
8e7a84133b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:19:24 +00:00
Aurelien Bompard
093e669c0a update to 1.2.4, fixes #212696 (CVE-2006-4513) 2006-10-28 08:53:39 +00:00
Jeremy Katz
1ab561bcbe Initialize branch FC-6 for wv 2006-10-23 19:31:27 +00:00
5 changed files with 8 additions and 26 deletions

View file

@ -1 +0,0 @@
wv-1.2.1.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
wv-1.2.4.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: wv
# $Id$
NAME := wv
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +1 @@
d757080af4595839d5d82a1a573c692c wv-1.2.1.tar.gz
c1861c560491f121e12917fa76970ac5 wv-1.2.4.tar.gz

View file

@ -1,11 +1,11 @@
Name: wv
Summary: MSWord 6/7/8/9 binary file format to HTML converter
Version: 1.2.1
Release: 7%{?dist}
Version: 1.2.4
Release: 1%{?dist}
License: GPL
Group: Applications/Text
URL: http://wvware.sourceforge.net
Source: http://dl.sf.net/wvware/wv-1.2.1.tar.gz
Source: http://dl.sf.net/wvware/wv-%{version}.tar.gz
#Patch0: wv-wvtext-tmp.patch
#Patch1: wv-1.0.3-oledecod.patch
#Patch2: wv-1.0.3-gcc4.patch
@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Oct 28 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.2.4-1
- update to 1.2.4, fixes #212696 (CVE-2006-4513)
* Fri Sep 08 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.2.1-7
- rebuild (releases 1 to 7, cvs problem)