From 7add6f44c467465861e3f9e64adfcb3d3f0877e1 Mon Sep 17 00:00:00 2001 From: Chitlesh GOORAH Date: Jan 05 2012 15:12:04 +0000 Subject: 2.6.0 --- diff --git a/.gitignore b/.gitignore index 96a6497..9c9d69d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ gerbv-2.4.0.tar.gz /gerbv-2.5.0.tar.gz +/gerbv-2.6.0.tar.gz diff --git a/gerbv.spec b/gerbv.spec index 5a443ca..40cfc89 100644 --- a/gerbv.spec +++ b/gerbv.spec @@ -1,14 +1,20 @@ +# Features in Fedora/Free Electronic Lab +# Supported targets: EL-5, EL-6, F-15, F-16 and rawhide + # Fixing the end-of-line encodings is omitted because of # https://fedorahosted.org/fedora-electronic-lab/ticket/47 +# Known bug reports not treated by this SPEC: +# SF#3469821 Rendering issue with fast and high quality- NOT FIXED YET + Name: gerbv -Version: 2.5.0 -Release: 2%{?dist} +Version: 2.6.0 +Release: 1%{?dist} Summary: Gerber file viewer from the gEDA toolkit Group: Applications/Engineering License: GPLv2 -URL: http://gerbv.gpleda.org/index.html +URL: http://gerbv.gpleda.org/ Source: http://downloads.sourceforge.net/gerbv/%{name}-%{version}.tar.gz # Fixed bug 2841371 (segfault on edit->orientation with no layer loaded @@ -63,6 +69,9 @@ you will need to install %{name}-devel. sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool +# Clean unused-direct-shlib-dependencies +sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool + %{__make} %{?_smp_mflags} @@ -139,6 +148,9 @@ touch --no-create %{_datadir}/icons/hicolor || : %Changelog +* Tue Jan 03 2012 Chitlesh Goorah - 2.6.0-1 +- new upstream release + * Tue Jul 05 2011 Ralf Corsépius - 2.5.0-2 - Hack libtool to not add rpath. - Propagate RPM_OPT_FLAGS to CFLAGS. diff --git a/sources b/sources index 8bb829a..1533407 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -633a55473f62b96fff302ed1ed52c88e gerbv-2.5.0.tar.gz +44a37dd202bc60fab54cbc298a477572 gerbv-2.6.0.tar.gz