Name: kicad Version: 5.1.4 Release: 2%{?dist} Epoch: 1 Summary: EDA software suite for creation of schematic diagrams and PCBs License: AGPLv3+ URL: http://www.kicad-pcb.org Source0: https://launchpad.net/kicad/5.0/%{version}/+download/kicad-%{version}.tar.xz Source1: https://github.com/KiCad/kicad-doc/archive/%{version}.tar.gz#/kicad-doc-%{version}.tar.gz Source2: https://github.com/KiCad/kicad-i18n/archive/%{version}.tar.gz#/kicad-i18n-%{version}.tar.gz Source3: https://github.com/KiCad/kicad-templates/archive/%{version}.tar.gz#/kicad-templates-%{version}.tar.gz Source4: https://github.com/KiCad/kicad-symbols/archive/%{version}.tar.gz#/kicad-symbols-%{version}.tar.gz Source5: https://github.com/KiCad/kicad-footprints/archive/%{version}.tar.gz#/kicad-footprints-%{version}.tar.gz Source6: https://github.com/KiCad/kicad-packages3D/archive/%{version}.tar.gz#/kicad-packages3D-%{version}.tar.gz Patch1: kicad-5.1.0-nostrip.patch # kicad is only available on the following architectures (see https://bugs.launchpad.net/kicad/+bug/1755752): ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: libappstream-glib BuildRequires: swig BuildRequires: boost-devel BuildRequires: glew-devel BuildRequires: glm-devel BuildRequires: libcurl-devel BuildRequires: libngspice-devel BuildRequires: OCE-devel BuildRequires: openssl-devel BuildRequires: python3-wxpython4 BuildRequires: python3-devel BuildRequires: wxGTK3-devel # Documentation BuildRequires: asciidoc BuildRequires: po4a Requires: electronics-menu Requires: python3-wxpython4 %description KiCad is EDA software to design electronic schematic diagrams and printed circuit board artwork of up to 32 layers. %package packages3d Summary: 3D Models for KiCad License: CC-BY-SA 4.0 with exception BuildArch: noarch Requires: kicad >= 5.1.0 %description packages3d 3D Models for KiCad. %package doc Summary: Documentation for KiCad License: GPLv3+ or CC-BY-3.0+ BuildArch: noarch Provides: %{name}-doc-de = %{version}-%{release} Provides: %{name}-doc-es = %{version}-%{release} Provides: %{name}-doc-fr = %{version}-%{release} Provides: %{name}-doc-hu = %{version}-%{release} Provides: %{name}-doc-it = %{version}-%{release} Provides: %{name}-doc-ja = %{version}-%{release} Provides: %{name}-doc-pl = %{version}-%{release} Provides: %{name}-doc-pt = %{version}-%{release} Provides: %{name}-doc-ru = %{version}-%{release} Provides: %{name}-doc-zh_CN = %{version}-%{release} Obsoletes: %{name}-doc-de < %{version}-%{release} Obsoletes: %{name}-doc-es < %{version}-%{release} Obsoletes: %{name}-doc-fr < %{version}-%{release} Obsoletes: %{name}-doc-hu < %{version}-%{release} Obsoletes: %{name}-doc-it < %{version}-%{release} Obsoletes: %{name}-doc-ja < %{version}-%{release} Obsoletes: %{name}-doc-pl < %{version}-%{release} Obsoletes: %{name}-doc-pt < %{version}-%{release} Obsoletes: %{name}-doc-ru < %{version}-%{release} Obsoletes: %{name}-doc-zh_CN < %{version}-%{release} %description doc Documentation for KiCad. %prep %setup -q -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 %patch1 -p1 %build # KiCad application %cmake \ -DKICAD_SCRIPTING=ON \ -DKICAD_SCRIPTING_MODULES=ON \ -DKICAD_SCRIPTING_WXPYTHON=ON \ -DKICAD_SCRIPTING_WXPYTHON_PHOENIX=ON \ -DKICAD_SCRIPTING_PYTHON3=ON \ -DKICAD_SCRIPTING_ACTION_MENU=ON \ -DKICAD_SPICE=ON \ -DKICAD_VERSION_EXTRA=%{release} \ -DCMAKE_BUILD_TYPE=Release \ . %make_build # Localization mkdir %{name}-i18n-%{version}/build/ pushd %{name}-i18n-%{version}/build/ %cmake \ -DKICAD_I18N_UNIX_STRICT_PATH=ON \ .. %make_build popd # Templates pushd %{name}-templates-%{version}/ %cmake . %make_build popd # Symbol libraries pushd %{name}-symbols-%{version}/ %cmake . %make_build popd # Footprint libraries pushd %{name}-footprints-%{version}/ %cmake . %make_build popd # 3D models pushd %{name}-packages3D-%{version}/ %cmake . %make_build popd # Documentation (HTML only) mkdir %{name}-doc-%{version}/build/ pushd %{name}-doc-%{version}/build/ %cmake \ -DPDF_GENERATOR=none \ -DBUILD_FORMATS=html \ .. %make_build popd %install # KiCad application %make_install # Localization pushd %{name}-i18n-%{version}/build/ %make_install popd # install desktop for desktopfile in %{buildroot}%{_datadir}/applications/*.desktop ; do desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ --remove-category Development \ --delete-original \ ${desktopfile} done # Templates pushd %{name}-templates-%{version}/ %make_install popd # Symbol libraries pushd %{name}-symbols-%{version}/ %make_install popd # Footprint libraries pushd %{name}-footprints-%{version}/ %make_install popd # 3D models pushd %{name}-packages3D-%{version}/ %make_install popd # Documentation pushd %{name}-doc-%{version}/build/ %make_install popd %find_lang %{name} %check appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml %files -f %{name}.lang %doc AUTHORS.txt %{_bindir}/* %{_libdir}/%{name}/ %{_libdir}/libkicad_3dsg.so* %{python3_sitelib}/*pcbnew* %{python3_sitelib}/__pycache__/* %{_datadir}/appdata/*.xml %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/mimetypes/application-x-*.* %{_datadir}/icons/hicolor/*/apps/*.* %{_datadir}/mime/packages/*.xml %{_datadir}/%{name}/ %license LICENSE.README LICENSE.GPLv3 LICENSE.AGPLv3 %exclude %{_datadir}/%{name}/modules/packages3d/* %files packages3d %license %{name}-packages3D-%{version}/LICENSE.md %{_datadir}/%{name}/modules/packages3d/* %files doc %license %{name}-doc-%{version}/LICENSE.adoc %{_docdir}/%{name}/ %exclude %{_docdir}/%{name}/AUTHORS.txt %changelog * Mon Aug 19 2019 Miro Hrončok - 1:5.1.4-2 - Rebuilt for Python 3.8 * Sun Aug 04 2019 Steven A. Falco - 1:5.1.4-1 - Update to 5.1.4 * Fri Aug 02 2019 Steven A. Falco - 1:5.1.3-3 - Revert the previous change pending further discussion * Fri Aug 02 2019 Steven A. Falco - 1:5.1.3-2 - Correct crash caused by _GLIBCXX_ASSERTIONS * Mon Jul 29 2019 Steven A. Falco - 1:5.1.3-1 - Update to 5.1.3 * Thu Jul 25 2019 Fedora Release Engineering - 1:5.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 10 2019 Steven A. Falco - 1:5.1.2-2 - SWIG patch for rawhide (fc31) * Mon Apr 22 2019 Steven A. Falco - 1:5.1.2-1 - Update to 5.1.2 * Wed Apr 17 2019 Steven A. Falco - 1:5.1.1-1 - Update to 5.1.1 * Mon Mar 11 2019 Steven A. Falco - 1:5.1.0-1 - Update to 5.1.0 * Fri Mar 01 2019 Steven A. Falco - 1:5.1.0-0.1.rc2 - Update to 5.1.0-rc2 * Thu Jan 31 2019 Steven A. Falco - 1:5.0.2-5 - Remove workaround for ngspice library * Mon Jan 14 2019 Steven A. Falco - 1:5.0.2-4 - Enable ngspice * Sun Dec 16 2018 Steven A. Falco - 1:5.0.2-3 - Revert missing build dependency - upstream bug fixed * Sun Dec 09 2018 Steven A. Falco - 1:5.0.2-2 - Add missing build dependency needed by F29 * Tue Dec 04 2018 Steven A. Falco - 1:5.0.2-1 - Update to 5.0.2 * Fri Oct 12 2018 Steven A. Falco - 1:5.0.1-1 - Update to 5.0.1 * Fri Aug 24 2018 Steven A. Falco - 1:5.0.0-4 - Force "release build" to work around a bug in the cmake scripts * Thu Aug 23 2018 Nicolas Chauvet - 1:5.0.0-3 - Rebuilt for glew 2.1.0 * Fri Aug 03 2018 Steven A. Falco - 1:5.0.0-2 - Separate 3D models from main package * Fri Jul 20 2018 Steven A. Falco - 1:5.0.0-1 - Update to 5.0.0 * Sat Jul 14 2018 Steven A. Falco - 1:5.0.0-0.4.rc3 - Adding BuildRequires to fix "missing compiler" error with the latest rawhide * Fri Jul 13 2018 Fedora Release Engineering - 1:5.0.0-0.3.rc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jul 04 2018 Steven A. Falco - 1:5.0.0-0.2.rc3 - Update to 5.0.0-rc3 * Thu Jun 14 2018 Steven A. Falco - 1:5.0.0-0.1.rc2 - Update to 5.0.0-rc2 * Wed Feb 07 2018 Fedora Release Engineering - 1:4.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Oct 04 2017 Scott Talbert - 1:4.0.7-2 - Update to build against merged compat-wxGTK3-gtk2-devel package * Wed Sep 27 2017 Lubomir Rintel - 1:4.0.7-1 - Update to 4.0.7 * Thu Aug 03 2017 Fedora Release Engineering - 1:4.0.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1:4.0.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jul 21 2017 Kalev Lember - 1:4.0.6-3 - Rebuilt for Boost 1.64 * Mon May 15 2017 Fedora Release Engineering - 1:4.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild * Sun Apr 02 2017 Lubomir Rintel - 1:4.0.6-1 - Update to 4.0.6 * Wed Feb 22 2017 Lubomir Rintel - 1:4.0.5-3 - Add missing footprint libraries * Tue Feb 14 2017 Lubomir Rintel - 1:4.0.5-2 - Fix build with newer boost * Tue Feb 14 2017 Lubomir Rintel - 1:4.0.5-1 - Update to 4.0.5 * Fri Feb 10 2017 Fedora Release Engineering - 1:4.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jan 10 2017 Orion Poplawski - 1:4.0.4-2 - Rebuild for glew 2.0.0 * Tue Oct 18 2016 Lubomir Rintel - 1:4.0.4-1 - Update to 4.0.4 * Thu Aug 25 2016 Lubomir Rintel - 1:4.0.3-1 - Update to 4.0.3 * Wed Apr 20 2016 Lubomir Rintel - 1:4.0.2-2 - Add AppStream metadata * Tue Mar 01 2016 Lubomir Rintel - 1:4.0.2-1 - Update to 4.0.2 * Thu Feb 04 2016 Fedora Release Engineering - 1:4.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jan 15 2016 Jonathan Wakely - 1:4.0.1-4 - Rebuilt for Boost 1.60 * Thu Jan 14 2016 Adam Jackson - 1:4.0.1-3 - Rebuild for glew 1.13 * Thu Dec 17 2015 Lubomir Rintel - 1:4.0.1-2 - Hardcode the C++ ABI version to make wxGTK happy * Tue Dec 15 2015 Lubomir Rintel - 1:4.0.1-1 - Update to 4.0.1 * Thu Dec 03 2015 Lubomir Rintel - 1:4.0.0-1 - Update to the release - SPEC file cleanup: - Use tarballs, drop the 3rd party libraries we bundled * Sat Oct 24 2015 Lubomir Rintel - 2015.10.24-1.rev6276 - Update to a later snapshot - Updated library, new documentation, translations * Thu Aug 27 2015 Jonathan Wakely - 2015.08.03-4.rev6041 - Rebuilt for Boost 1.59 * Wed Aug 05 2015 Jonathan Wakely 2015.08.03-3.rev6041 - Rebuilt for Boost 1.58 * Mon Aug 03 2015 Lubomir Rintel - 2015.08.03-2.rev6041 - Set KICAD_BUILD_VERSION - Ship the maintainer tools with the source package * Mon Aug 03 2015 Lubomir Rintel - 2015.08.03-1.rev6041 - Update to a later snapshot * Wed Jul 29 2015 Fedora Release Engineering - 2015.03.21-5.rev5528 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 * Wed Jul 22 2015 David Tardon - 2015.03.21-4.rev5528 - rebuild for Boost 1.58 * Wed Jun 17 2015 Fedora Release Engineering - 2015.03.21-3.rev5528 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Apr 14 2015 Marcin Juszkiewicz - 2015.03.21-2.rev5528 - Handle all 64-bit architectures * Sun Mar 22 2015 Lubomir Rintel - 2015.03.21-1.rev5528 - Update to a later snapshot - Fix the freerouter patch - Enable parallel build * Thu Mar 19 2015 Lubomir Rintel - 2015.02.05-1.rev5404 - Update to a later snapshot * Tue Jan 27 2015 Petr Machata - 2014.03.13-11.rev4744 - Rebuild for boost 1.57.0 - Add upstream patch to support new Boost.Context API (kicad-2014.03.13-boost-context.patch) * Fri Jan 02 2015 Lubomir Rintel - 2014.03.13-10.rev4744 - Use local autorouter * Sun Nov 30 2014 Lubomir Rintel - 2014.03.13-9.rev4744 - Install library footprints * Mon Aug 18 2014 Rex Dieter 2014.03.13-8.rev4744 - update mime scriptlets * Sun Aug 17 2014 Fedora Release Engineering - 2014.03.13-7.rev4744 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering - 2014.03.13-6.rev4744 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri May 23 2014 Petr Machata - 2014.03.13-5.rev4744 - Rebuild for boost 1.55.0 * Tue Mar 18 2014 Jaromir Capik - 2014.03.13-4.rev4744 - Removing ExcludeArch as boost-context has been built for arm * Mon Mar 17 2014 Ville Skyttä - 2014.03.13-3.rev4744 - Don't strip binaries too early (#1076929) * Mon Mar 17 2014 Jaromir Capik - 2014.03.13-2.rev4744 - Fixing the pcb_calculator desktop file (missing underscore) * Thu Mar 13 2014 Jaromir Capik - 2014.03.13-1.rev4744 - Update to the latest available revisions - Building with -j1 instead of _smp_mflags (probably causing build failures) - Creating scripts for source downloading & postprocessing - Fixing bogus dates in the changelog * Mon Dec 23 2013 Alain Portal 2013.06.11-2.rev4021 - Removed kicad.pdf from kicad (Fix #1001243) - Clean up spec file as suggested by Michael Schwendt - ldconfig no more needed in this release - Fix kicad-doc Group - kicad-doc no more requires kicad * Sat Jun 22 2013 Alain Portal 2013.06.11-1.rev4021 - New upstream release - Added symbols and modules (with 3d view) from Walter Lain * Thu Feb 14 2013 Fedora Release Engineering - 2012.01.19-3.rev3256 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering - 2012.01.19-2.rev3256 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sun Jan 29 2012 Alain Portal 2012.01.19-1.rev3256 - New upstream release - Add doxygen as build requirement - Add bulgarian language - Add it and pl tutorials - Update versioning patch - Add patch to fix python syntax in bom-in-python (Gerd v. Egidy ) - Add a new patch to fix a new link time error - Fix a PS plotting scale bug - Move junction button close to no connexion button - Fix thermal relief gap calculation for circular pads in pcbnew - Add undo/redo support for Pcbnew auto place, auto move, and auto route features. - Make CvPcb correctly preview the selected component footprint if one has already been assigned. - Fix a bug in pcb calculation - Width tuning (width correction) for PS plotting of tracks, pads and vias * Wed Jan 25 2012 Alain Portal 2011.07.12-4.rev3047 - Fix gcc-4.7 issue by Scott Tsai * Fri Jan 13 2012 Fedora Release Engineering - 2011.07.12-3.rev3047 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jul 15 2011 Alain Portal 2011.07.12-2.rev3047 - Fix patch command * Tue Jul 12 2011 Alain Portal 2011.07.12-1.rev3047 - New upstream version - Update versioning patch - Add Polish documentation - Add Epcos MKT capacitors library - Fix localisation installation path * Mon Apr 4 2011 Alain Portal 2011.01.28-3.rev2765 - Fix 3D viewer crash (BZ #693008) * Wed Mar 23 2011 Alain Portal 2011.01.28-2.rev2765 - Add missing library * Tue Mar 22 2011 Alain Portal 2011.01.28-1.rev2765 - New upstream version - Update versioning patch, all others patches no more needed - Patch to fix a link time error (with help from Kevin Kofler and Nikola Pajkovsky) * Mon Feb 07 2011 Fedora Release Engineering - 2010.05.27-10.rev2363 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sun Jan 30 2011 Dan Horák - 2010.05.27-9.rev2363 - Add s390x as 64-bit arch * Sat Jan 29 2011 Alain Portal 2010.05.27-8.rev2363 - Fix 3D view crash with some graphics cards (BZ #664143). * Wed Jul 14 2010 Dan Horák - 2010.05.27-7.rev2363 - rebuilt against wxGTK-2.8.11-2 * Tue Jun 15 2010 Alain Portal 2010.05.27-6 - Fix some module edition issues (https://bugs.launchpad.net/kicad/+bug/593546, https://bugs.launchpad.net/kicad/+bug/593547) * Fri Jun 11 2010 Alain Portal 2010.05.27-5 - Fix a crash in searching string (https://bugs.launchpad.net/kicad/+bug/592566) * Tue Jun 8 2010 Alain Portal 2010.05.27-4 - Fix a focus issue (https://bugs.launchpad.net/kicad/+bug/587970) - Fix an unwanted mouse cursor move when using the t hotkey in pcbnew - Fix an issue on arcs draw in 3D viewer (https://bugs.launchpad.net/kicad/+bug/588882) * Mon May 31 2010 Alain Portal 2010.05.27-3 - Fix an undo-redo issue (https://bugs.launchpad.net/kicad/+bug/586032) * Sun May 30 2010 Alain Portal 2010.05.27-2 - Don't forget icons * Sat May 29 2010 Alain Portal 2010.05.27-1 - New packager version - Update kicad version number patch - Patch to fix https://bugs.launchpad.net/kicad/+bug/587175 - Patch to fix https://bugs.launchpad.net/kicad/+bug/587176 * Fri May 21 2010 Alain Portal 2010.05.09-3 - Fix the kicad version number - Fix a problem when trying to modify a footprint value in eeschema https://bugs.launchpad.net/kicad/+bug/583939 * Tue May 18 2010 Alain Portal 2010.05.09-2 - No backup of patched files to delete - Add noreplace flag to config macro * Mon May 17 2010 Alain Portal 2010.05.09-1 - New upstream version - All previous patches no more needed - Backward to cmake 2.6 requirement * Sun May 9 2010 Alain Portal 2010.05.05-1 - New upstream version - All previous patches no more needed - Fix url: KiCad move from SourceForge.net to LaunchPad.net - Remove vendor tag from desktop-file-install - Add x-kicad-pcbnew mimetype - Add new icons for mimetype * Mon May 3 2010 Alain Portal 2010.04.06-9.rev2515 - Fix a minor bug that occurs when changing module orientation or side * Mon May 3 2010 Alain Portal 2010.04.06-8.rev2515 - Auto update 3D viewer: fix https://bugs.launchpad.net/kicad/+bug/571089 - Create png from screen (libedit): fix https://bugs.launchpad.net/kicad/+bug/573833 * Sun May 2 2010 Alain Portal 2010.04.06-7.rev2515 - Rename COTATION class (french word) in DIMENSION and fix https://bugs.launchpad.net/kicad/+bug/568356 and https://bugs.launchpad.net/kicad/+bug/568357 - Some code cleaning ans enhancements + fix a bug about last netlist file used (LP #567902) * Sat May 1 2010 Alain Portal 2010.04.06-6.rev2515 - Make cleanup feature undoable, fix https://bugs.launchpad.net/kicad/+bug/564619 - Fix issues in SVG export, fix https://bugs.launchpad.net/kicad/+bug/565388 - Minor pcbnew enhancements - Fix minor gerber problems, fix https://bugs.launchpad.net/kicad/+bug/567881 * Sat May 1 2010 Alain Portal 2010.04.06-5.rev2515 - DRC have to use the local parameters clearance if specified, and NETCLASS value only if no local value specified. * Sat May 1 2010 Alain Portal 2010.04.06-4.rev2514 - Fix https://bugs.launchpad.net/bugs/568896 and https://bugs.launchpad.net/bugs/569312 * Thu Apr 29 2010 Alain Portal 2010.04.06-3.rev2514 - Fix a crash that happens sometimes when opening the design rule dialog * Mon Apr 26 2010 Alain Portal 2010.04.06-2.rev2514 - Fix https://bugs.launchpad.net/bugs/570074 * Mon Apr 12 2010 Alain Portal 2010.04.06-1.rev2514 - New upstream version - Patches no more needed * Mon Apr 5 2010 Alain Portal 2010.03.14-5.rev2463 - Add patch to fix SF #2981759 * Sat Apr 3 2010 Alain Portal 2010.03.14-4.rev2463 - Apply upstream patch to fix inch/mm ratio - Provide a source download URL * Wed Mar 17 2010 Alain Portal 2010.03.14-3.rev2463 - Patch with svn revision 2463 which fix 2 bugs - Harmonize identation in %%changelog * Tue Mar 16 2010 Tom "spot" Callaway 2010.03.14-2.rev2462 - Link fixes. Really, these libraries should be linked properly so they don't need the executable linking calls to be explicitly correct, but cmake gives me a headache. - Fix demo installation * Mon Mar 15 2010 Alain Portal 2010.03.14-1.rev2462 - New upstream version * Mon Aug 24 2009 Jon Ciesla - 2009.07.07-4.rev1863 - Multilib path correction, BZ 518916. * Fri Jul 24 2009 Fedora Release Engineering - 2009.07.07-3.rev1863 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Jul 08 2009 Jon Ciesla - 2009.07.07-2.rev1863 - Dropped eeschema desktop file. - Moved English kicad.pdf to main rpm. - Added ls.so.conf file and ldconfig to post, postun to fix libs issue. - Dropped category Development from desktop file. * Tue Jul 7 2009 Chitlesh Goorah - 2009.07.07-1.rev1863 - svn rev 1863 - documentation splitted into multiple packages - libraries are now taken directly from SVN rather than from older releases - build changed to cmake based * Wed Feb 25 2009 Fedora Release Engineering - 2007.07.09-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Aug 29 2008 Michael Schwendt - 2007.07.09-4 - First patch is Patch0 - should fix build in Rawhide. - Include %%_libdir/kicad directory. - Drop explicit Requires wxGTK in favour of automatic SONAME dependencies. * Mon Feb 18 2008 Fedora Release Engineering - 2007.07.09-3 - Autorebuild for GCC 4.3 * Mon Oct 15 2007 Alain Portal 2007.07.09-2 - Update desktop file * Thu Oct 04 2007 Alain Portal 2007.07.09-1 - New upstream version - Merge previous patches - Remove X-Fedora, Electronics and Engineering categories - Update desktop file * Mon Aug 27 2007 Alain Portal 2007.01.15-4 - License tag clarification * Thu Aug 23 2007 Alain Portal 2007.01.15-3 - Rebuild * Wed Feb 14 2007 Alain Portal 2007.01.15-2 - Fix desktop entry. Fix #228598 * Thu Feb 8 2007 Alain Portal 2007.01.15-1 - New upstream version * Thu Feb 8 2007 Alain Portal 2006.08.28-4 - Add patch to build with RPM_OPT_FLAGS and remove -s from LDFLAGS Contribution of Ville Skyttä Fix #227757 - Fix typo in french summary * Thu Dec 28 2006 Jason L Tibbitts III 2006.08.28-3 - Rebuild with wxGTK 2.8. * Thu Oct 05 2006 Christian Iseli 2006.08.28-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Fri Sep 22 2006 Alain Portal 2006.08.28-1 - New upstream version - Use macro style instead of variable style - Install missing modules. Fix #206602 * Fri Sep 1 2006 Alain Portal 2006.06.26-6 - FE6 rebuild * Mon Jul 10 2006 Alain Portal 2006.06.26-5 - Removing backup files is no more needed. * Mon Jul 10 2006 Alain Portal 2006.06.26-4 - Remove BR libGLU-devel that is no more needed (bug #197501 is closed) - Fix files permissions. * Mon Jul 3 2006 Alain Portal 2006.06.26-3 - s/mesa-libGLU-devel/libGLU-devel/ * Mon Jul 3 2006 Alain Portal 2006.06.26-2 - BR mesa-libGLU-devel * Wed Jun 28 2006 Alain Portal 2006.06.26-1 - New upstream version * Tue Jun 13 2006 Alain Portal 2006.04.24-5 - Change name - Use %%{_docdir} instead of %%{_datadir}/doc - Use %%find_lang - Update desktop database - Convert MSDOS EOL to Unix EOL - Remove BR utrac * Mon Jun 12 2006 Alain Portal 2006-04-24-0-4 - Patch to suppress extra qualification compile time error on FC5 - BR utrac to convert MSDOS files before applying patch This will be remove for the next upstream version. * Tue May 23 2006 Alain Portal 2006-04-24-0-3 - Install help in /usr/share/doc/kicad/ as the path is hardcoded in gestfich.cpp - Add desktop file * Mon May 22 2006 Alain Portal 2006-04-24-0-2 - Add a second tarball that contains many things that are not included in the upstream source tarball such components and footprints librairies, help, localisation, etc. * Sun May 21 2006 Alain Portal 2006-04-24-0-1 - Initial Fedora RPM