From fdf133ed8b681664d2a60e0b0a1fa860888a82a5 Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Feb 25 2009 09:10:08 +0000 Subject: Upstream update (http://sourceforge.net/news/?group_id=141776) --- diff --git a/.cvsignore b/.cvsignore index d73f97e..d519270 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xmlcopyeditor-1.1.0.6.tar.gz +xmlcopyeditor-1.2.0.2.tar.gz diff --git a/noautobuild b/noautobuild index 617eb61..22f99cd 100644 --- a/noautobuild +++ b/noautobuild @@ -1 +1 @@ -I'm working on getting a newer version in, but I'm hitting some build errors. +Does not currently build (https://bugzilla.redhat.com/show_bug.cgi?id=487073) diff --git a/sources b/sources index 4c473d5..41e3b60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -29350234faca3ad978ff74dbbf7f3ef5 xmlcopyeditor-1.1.0.6.tar.gz +93366ece597873fb58bb46eb307dd8f5 xmlcopyeditor-1.2.0.2.tar.gz diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index bcfaefd..e879cbf 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor -Version: 1.1.0.6 -Release: 4%{?dist} +Version: 1.2.0.2 +Release: 1%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -8,8 +8,6 @@ License: GPLv2 URL: http://xml-copy-editor.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/xml-copy-editor/%name-%version.tar.gz Patch0: xmlcopyeditor-1.1.0.6-defaultbrowser.patch -Patch1: xmlcopyeditor-1.1.0.6-nuke.patch -Patch2: xmlcopyeditor-1.1.0.6-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: wxGTK-devel >= 2.8 pcre-devel aspell-devel boost-devel @@ -24,8 +22,6 @@ find src -type f -print0 | xargs -0 chmod a-x tr -d '\r' < src/copying/gpl.txt > COPYING chmod a-x AUTHORS COPYING NEWS %patch0 -p 1 -b .defaultbrowser -%patch1 -p 1 -b .nuke -%patch2 -p 1 -b .gcc43 %build %configure @@ -59,6 +55,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/pixmaps/* %changelog +* Thu Feb 05 2009 Ignacio Vazquez-Abrams 1.2.0.2-1 +- Upstream update (http://sourceforge.net/news/?group_id=141776) + * Wed Feb 13 2008 Ignacio Vazquez-Abrams 1.1.0.6-4 - Fixed build under GCC 4.3