rpms/qucs/F-11 qucs-0.0.15-qucsdigi.patch, NONE, 1.1 qucs.spec, 1.25, 1.26

Eric Tanguy tanguy at fedoraproject.org
Sun May 3 08:40:17 UTC 2009


Author: tanguy

Update of /cvs/extras/rpms/qucs/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6143

Modified Files:
	qucs.spec 
Added Files:
	qucs-0.0.15-qucsdigi.patch 
Log Message:


qucs-0.0.15-qucsdigi.patch:

--- NEW FILE qucs-0.0.15-qucsdigi.patch ---
--- 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"


Index: qucs.spec
===================================================================
RCS file: /cvs/extras/rpms/qucs/F-11/qucs.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- qucs.spec	1 May 2009 14:21:20 -0000	1.25
+++ qucs.spec	3 May 2009 08:39:46 -0000	1.26
@@ -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 ba
 
 %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 <eric.tanguy at univ-nantes.fr> - 0.0.15-2
+- Correct a problem in digital simulation
+
 * Fri May 01 2009 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 0.0.15-1
 - Update to 0.0.15
 




More information about the scm-commits mailing list