From e20342f2f37c4235d2e2e5bbbfe00e59f7807293 Mon Sep 17 00:00:00 2001 From: Eric Tanguy Date: May 03 2009 08:41:59 +0000 Subject: *** empty log message *** --- diff --git a/qucs-0.0.15-qucsdigi.patch b/qucs-0.0.15-qucsdigi.patch new file mode 100644 index 0000000..ca942cb --- /dev/null +++ b/qucs-0.0.15-qucsdigi.patch @@ -0,0 +1,11 @@ +--- qucs-0.0.15/qucs/qucsdigi 2008-09-25 21:15:57.000000000 +0200 ++++ qucs-0.0.15/qucs/qucsdigi 2009-05-03 10:05:02.000000000 +0200 +@@ -60,7 +60,7 @@ + LIBS=`freehdl-config --libtool` + IEEELIBS=`freehdl-config --ieee` + LDFLAGS=`freehdl-config --ldflags` +-LIBTOOL=`freehdl-config --linker` ++LIBTOOL=`freehdl-config --libtool` + + cp $NAME digi.vhdl + NAME="digi" diff --git a/qucs.spec b/qucs.spec index 0e68f63..7c15cb6 100644 --- a/qucs.spec +++ b/qucs.spec @@ -1,9 +1,10 @@ Summary: Circuit simulator Name: qucs Version: 0.0.15 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://ovh.dl.sourceforge.net/sourceforge/qucs/%{name}-%{version}.tar.gz Source1: %{name}.desktop +Patch0: qucs-0.0.15-qucsdigi.patch URL: http://qucs.sourceforge.net/ License: GPL+ Group: Applications/Engineering @@ -20,6 +21,7 @@ e.g. DC, AC, S-parameter and harmonic balance analysis. %prep %setup -q +%patch0 -p1 %build [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh @@ -50,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Sun May 03 2009 Eric Tanguy - 0.0.15-2 +- Correct a problem in digital simulation + * Fri May 01 2009 Eric Tanguy - 0.0.15-1 - Update to 0.0.15