2018-10-25 23:34:24 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 18 19:03:17 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
|
|
|
|
|
|
- Update to bugfix release 5.0.1
|
|
|
|
|
This version contains critical bugfixes and minor improvements.
|
|
|
|
|
See http://kicad-pcb.org/blog/2018/10/KiCad-5.0.1-Release/ for details.
|
|
|
|
|
- Do proper fix for 3d plugindir, use absolute LIBDIR instead of
|
|
|
|
|
deriving it from BINDIR:
|
|
|
|
|
Add 0001-Use-absolute-path-CMAKE_INSTALL_FULL_LIBDIR-for-3d-v.patch
|
|
|
|
|
- Drop upstream kicad-fix-boost168-build.patch.
|
|
|
|
|
- Add Recommends: for new kicad-templates package
|
|
|
|
|
|
2018-10-10 16:16:47 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Oct 10 11:52:55 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
|
|
|
|
|
|
- Correct license to GPL-3.0-or-later AND AGPL-3.0-or-later
|
|
|
|
|
Add LICENSE.AGPLv3 for some included third party code
|
|
|
|
|
|
2018-10-05 09:56:23 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 5 07:52:54 UTC 2018 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Add build option to fix boo#1107776 kicad: 3D models do not work
|
|
|
|
|
|
2018-10-02 09:34:05 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Oct 1 23:32:40 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
|
|
|
|
|
|
- Correct license, KiCad 5.0 no longer is GPL-2.0. Stop distributing
|
|
|
|
|
a wrong license file inside the package.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-09-30 16:31:26 +02:00
|
|
|
|
Sat Sep 29 00:56:45 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
|
|
|
|
|
|
- Enable spice simulator support
|
|
|
|
|
- Install python bindings in python_sitearch
|
|
|
|
|
- Deduplicate pcbnew python binary module
|
|
|
|
|
- Adapt libboost_* BuildRequires for current distribution versions
|
|
|
|
|
- Remove obsolete CMAKE options
|
|
|
|
|
- Set various pathes using using CMAKE options instead of patching
|
|
|
|
|
files.
|
|
|
|
|
|
2018-09-18 11:43:04 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 18 09:10:20 UTC 2018 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Fix build against boost-1.68 with kicad-fix-boost168-build.patch.
|
|
|
|
|
|
2018-08-02 18:36:44 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 25 08:51:47 UTC 2018 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to new release version 5.0.0
|
|
|
|
|
- Removed incorporated patches:
|
|
|
|
|
kicad-4.0.7-remove-internal-CheckCXXSymbolExists.patch,
|
|
|
|
|
kicad-boost-1_61-boost-context-changes.patch and
|
|
|
|
|
kicad-set-cxx-version.patch.
|
|
|
|
|
- Rebased kicad-user-library.patch.
|
|
|
|
|
- Upstream changes:
|
|
|
|
|
This version has many new features and improvments over 4.0.7.
|
|
|
|
|
See kicad-pcb.org/blog/2018/07/KiCad-5--a-new-generation/ for
|
|
|
|
|
all the details.
|
|
|
|
|
|
2018-05-25 17:17:34 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 25 09:05:03 UTC 2018 - antoine.belvire@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Fix build with CMake 3.11 (deb#897100):
|
|
|
|
|
* Add kicad-4.0.7-remove-internal-CheckCXXSymbolExists.patch,
|
|
|
|
|
picked from upstream.
|
|
|
|
|
- Use %license for license file instead of %doc (boo#1082318).
|
|
|
|
|
- Use SPDX 3 license identifier.
|
|
|
|
|
- Don't call empty macros in %post and %postun.
|
|
|
|
|
|
2017-09-04 18:36:59 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 4 13:38:17 UTC 2017 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.7.
|
|
|
|
|
- Build with fPIE.
|
|
|
|
|
- Rebased kicad-set-cxx-version.patch.
|
|
|
|
|
- Upstream changes:
|
|
|
|
|
* Bugs Fixed:
|
|
|
|
|
Fix broken links and add correct links to about dialog.
|
|
|
|
|
Eeschema: highlight the first choice in rescue dialog.
|
|
|
|
|
Eeschema: fix zone properties dialog level setting tooltip.
|
|
|
|
|
Pcbnew: fix segfault when appending a board in GAL mode.
|
|
|
|
|
Remove some useless or incorrect asserts in plot functions.
|
|
|
|
|
Pcbnew: continue loading footprints after first failure.
|
|
|
|
|
Eeschema: don’t apply last line width to text thickness in
|
|
|
|
|
symbol library editor.
|
|
|
|
|
Pcbnew: add option to plot DXF lines in outline mode.
|
|
|
|
|
Pcbnew: add option to plot DXF editable text.
|
|
|
|
|
Pcbnew: fix crash when dragging a track.
|
|
|
|
|
Fix crash when dragging a track.
|
|
|
|
|
Remove leading/trailing white space error message from field
|
|
|
|
|
validator.
|
|
|
|
|
* Other changes:
|
|
|
|
|
Pcbnew: fix bug loading board files written when layers could
|
|
|
|
|
have numeric names.
|
|
|
|
|
Pcbnew: prevent segfault when outline has no vertices reading
|
|
|
|
|
P-CAD file.
|
|
|
|
|
Pcbnew: fix tooltip error in copper zones dialog.
|
|
|
|
|
Eeschema: move BOM scripts so they are installed correctly.
|
|
|
|
|
Apply changes from master to GOST page layouts.
|
|
|
|
|
Save text thickness in worksheet editor.
|
|
|
|
|
Fix default line widths for non-mm units in DXF import.
|
|
|
|
|
Better error messages when throwing an I/O error or parse error.
|
|
|
|
|
Cvpcb: fix incorrect assignments when using .equ files and
|
|
|
|
|
automatic association.
|
|
|
|
|
Fix possible crash and issues when a incorrect fp lib table is
|
|
|
|
|
loaded.
|
|
|
|
|
Fix crash when writing zip archive file to folder that is not
|
|
|
|
|
writeable.
|
|
|
|
|
Fix issues in plot functions when used from python scripts.
|
|
|
|
|
|
2017-03-27 06:37:01 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 22 22:03:55 UTC 2017 - xxxxxmichl@googlemail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.6
|
|
|
|
|
- Upstream changes
|
|
|
|
|
*Library changes:
|
|
|
|
|
You may need to update your footprint library table in pcbnew,
|
|
|
|
|
because some footprint libraries have been renamed as follows:
|
|
|
|
|
Buttons_Switches_ThroughHole.pretty ->
|
|
|
|
|
Buttons_Switches_THT.pretty
|
|
|
|
|
Capacitors_ThroughHole.pretty -> Capacitors_THT.pretty
|
|
|
|
|
Connect.pretty -> Connectors.pretty
|
|
|
|
|
Diodes_ThroughHole.pretty -> Diodes_THT.pretty
|
|
|
|
|
Display.pretty -> Displays.pretty
|
|
|
|
|
Relays_ThroughHole.pretty -> Relays_THT.pretty
|
|
|
|
|
Resistors_ThroughHole.pretty -> Resistors_THT.pretty
|
|
|
|
|
Sockets_BNC.pretty -> Connectors_TE-Connectivity.pretty
|
|
|
|
|
Sockets_Mini-Universal.pretty ->
|
|
|
|
|
Connectors_Mini-Universal.pretty
|
|
|
|
|
Sockets_WAGO734.pretty -> Connectors_WAGO.pretty
|
|
|
|
|
Terminal_Blocks.pretty -> Connectors_Terminal_Blocks.pretty
|
|
|
|
|
*Bugs fixed:
|
|
|
|
|
Pcbnew: fix an issue where path separators are not translated
|
|
|
|
|
from \ in Windows to / on Unix.
|
|
|
|
|
Pcbnew: do not use default board solder mask clearance in
|
|
|
|
|
footprint editor.
|
|
|
|
|
Pcbnew: fix a potential incompatibility (due to an old bug)
|
|
|
|
|
with files which could be created by some recent Pcbnew versions.
|
|
|
|
|
Eeschema: fix rotate bug in symbol library editor.
|
|
|
|
|
Changes:
|
|
|
|
|
Replace avhttp with libcurl.
|
|
|
|
|
Pcbnew: fix a potential bug where a GAL canvas method was
|
|
|
|
|
called from the legacy canvas.
|
|
|
|
|
Eeschema: reorder toolbar slightly.
|
|
|
|
|
*The KiCad development team hopes you enjoy this latest stable
|
|
|
|
|
release of KiCad.
|
|
|
|
|
|
2017-02-01 14:22:36 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 1 11:40:20 UTC 2017 - adam.majer@suse.de
|
|
|
|
|
|
|
|
|
|
- use individual libboost-*-devel packages instead of boost-devel
|
|
|
|
|
|
2017-01-14 17:31:05 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 10 10:16:40 UTC 2017 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.5
|
|
|
|
|
- The KiCad project is pleased to announce that it is the first
|
|
|
|
|
electronic development application to fully support the Gerber X2
|
|
|
|
|
extensions.
|
|
|
|
|
- Upstream changes
|
|
|
|
|
*Bugs Fixed:
|
|
|
|
|
KiCad: fix crash when attempting to view ERC log with text
|
|
|
|
|
editor.
|
|
|
|
|
Pcbnew: fix several auto save file issues.
|
|
|
|
|
Eeschema: fix assertion on delete node hot key while busy.
|
|
|
|
|
Pcbnew: fix drill file naming issue.
|
|
|
|
|
CvPcb: remove broken footprint documentation feature.
|
|
|
|
|
Footprint editor: fix transform for incorrect mirroring of pads
|
|
|
|
|
(only effects pads with offset).
|
|
|
|
|
Pcbnew: prevent drawing tracks on non copper layers in GAL
|
|
|
|
|
canvas.
|
|
|
|
|
Fix crash when BOARD members are changed and PNS is active.
|
|
|
|
|
Fix wrong CSV BOM format using bom2csv.xsl script with custom
|
|
|
|
|
entries.
|
|
|
|
|
*Changes:
|
|
|
|
|
Fixed a crash when drawing a single point polyline.
|
|
|
|
|
Gerbview: make print dialog display graphic layers list on some
|
|
|
|
|
windows managers like Unity.
|
|
|
|
|
Pcbnew: fix epic footprint editor DXF import fail.
|
|
|
|
|
Fixed a crash when a negative (although invalid) net code
|
|
|
|
|
occurs in legacy plugin.
|
|
|
|
|
Pcbnew: prevent reversal of pad loading order when loading board.
|
|
|
|
|
Fix incorrect indentation which generates compiler warnings.
|
|
|
|
|
Pcbnew: make polygons strictly simple before fracturing them
|
|
|
|
|
in zone fill calculations.
|
|
|
|
|
Fix off-by-one in saving bitmaps.
|
|
|
|
|
Version string improvements.
|
|
|
|
|
*The KiCad development team hopes you enjoy this latest stable
|
|
|
|
|
release of KiCad.
|
|
|
|
|
|
2016-11-23 07:35:46 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 22 15:07:05 UTC 2016 - adam.majer@suse.de
|
|
|
|
|
|
|
|
|
|
- No longer depend on boost_1_58_0 explicitly as it now provides
|
|
|
|
|
boost-devel with correct version numbers.
|
|
|
|
|
|
2016-09-12 22:15:04 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 12 14:02:01 UTC 2016 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.4
|
|
|
|
|
*bugfix release
|
|
|
|
|
- Ran dos2unix and rebased
|
|
|
|
|
kicad-boost-1_61-boost-context-changes.patch
|
|
|
|
|
- Rebased kicad-set-cxx-version.patch,kicad-suse-help-path.patch,
|
|
|
|
|
and kicad-user-library.patch.
|
|
|
|
|
|
2016-08-28 15:31:27 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Aug 27 17:17:53 UTC 2016 - stefan.bruens@rwth-aachen.de
|
|
|
|
|
|
|
|
|
|
- Pull some coroutine changes from kicad master, to fix build
|
|
|
|
|
with boost 1.61 (boo#994383). Use on Leap and TW.
|
|
|
|
|
* Add kicad-boost-1_61-boost-context-changes.patch
|
|
|
|
|
- Set C++ version to C++11, required by boost patch
|
|
|
|
|
* Add kicad-set-cxx-version.patch
|
|
|
|
|
|
2016-08-28 19:44:24 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 8 17:20:58 UTC 2016 - dmitry_r@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.3
|
|
|
|
|
* Bugfix release
|
|
|
|
|
* Drop obsolete kicad-swig-3.0.10.patch
|
|
|
|
|
|
2016-07-07 21:23:02 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jul 7 18:25:41 UTC 2016 - dmitry_r@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Fix broken swig import script when using swig >= 3.0.10
|
|
|
|
|
* kicad-swig-3.0.10.patch
|
|
|
|
|
|
2016-05-08 09:04:37 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 6 17:10:15 UTC 2016 - davejplater@gmail.com
|
|
|
|
|
|
|
|
|
|
- Added kicad-suse-help-path.patch to enable help in kicad.
|
|
|
|
|
- Added post and postun macros to allow proper integration with
|
|
|
|
|
various gui systems.
|
|
|
|
|
|
2015-12-10 14:32:12 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2016-03-21 12:34:38 +01:00
|
|
|
|
Mon Mar 21 09:00:54 UTC 2016 - dmitry_r@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.2
|
|
|
|
|
* Bugfix release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2015-12-10 14:32:12 +01:00
|
|
|
|
Wed Dec 9 18:50:21 UTC 2015 - dmitry_r@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.1
|
|
|
|
|
|
2015-12-06 14:28:42 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Dec 6 13:22:56 UTC 2015 - dvaleev@suse.com
|
|
|
|
|
|
2017-03-27 06:37:01 +02:00
|
|
|
|
- Increase diskspace constraints to 8GB
|
2015-12-06 14:28:42 +01:00
|
|
|
|
|
2015-12-01 09:13:43 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 30 14:36:09 UTC 2015 - dmitry_r@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.0
|
|
|
|
|
Changes from previous stable release:
|
|
|
|
|
* New graphics rendering backend GAL (OpenGL and Cairo)
|
|
|
|
|
* New s-expression based pcb format (.kicad_pcb)
|
|
|
|
|
* New footprint library format (.pretty folder with .kicad_mod footprints)
|
|
|
|
|
* Updated footprint editor
|
|
|
|
|
* More advanced footprint manager concept called footprint library table (fp-lib-table)
|
|
|
|
|
* Ability to download footprints on the fly from git repositories
|
|
|
|
|
* Official libraries are now stored on github and regularly updated
|
|
|
|
|
* Awesome/Advanced Push and Shove (PnS) router (only usable with GAL renderer)
|
|
|
|
|
* Interactive differential trace routing and tuning
|
|
|
|
|
* Interactive trace length tuning
|
|
|
|
|
* Much more realistic 3D board rendering
|
|
|
|
|
* Intelligent library search with preview in Eeschema
|
|
|
|
|
* Initial Python api for Pcbnew
|
|
|
|
|
|
2015-11-09 10:12:35 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 9 08:07:19 UTC 2015 - dmitry_r@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.0-rc2
|
|
|
|
|
|
2015-09-30 13:08:35 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 30 11:06:00 UTC 2015 - dmitry_r@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Set minimal memory size for building: 3500 Mb
|
|
|
|
|
|
2015-09-24 10:24:25 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Sep 13 11:15:12 UTC 2015 - dmitry_r@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0.0-rc1
|
|
|
|
|
* Drop kicad-gost package
|
|
|
|
|
* Drop pre_checkin.sh
|
|
|
|
|
* Drop container_fwd.hpp.patch
|
|
|
|
|
* Drop kikad-no-templates-install.patch
|
|
|
|
|
- Change license to "GPL-2.0+ and GPL-3.0+" due to source code changes
|
|
|
|
|
- Use user library instead of system
|
|
|
|
|
* kicad-user-library.patch
|
|
|
|
|
- Replase kicad-libraries package with kicad-library-install.sh
|
|
|
|
|
script for creation offline library copy.
|
|
|
|
|
* kicad-library-repos-install.patch
|
|
|
|
|
|
2015-06-30 17:18:35 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 30 10:38:49 UTC 2015 - tjcw@physics.org
|
|
|
|
|
|
|
|
|
|
- Mend build breakage by using 'system' list class rather than kicad/boost one
|
2017-03-27 06:37:01 +02:00
|
|
|
|
* container_fwd.hpp.patch
|
2015-06-30 17:18:35 +02:00
|
|
|
|
|
2015-05-02 21:40:13 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 25 23:27:53 UTC 2015 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Do not conflict with self-provides
|
|
|
|
|
|
2014-02-26 06:58:26 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 25 12:47:03 UTC 2014 - dmitry_r@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 20140120
|
|
|
|
|
* Bug fixes
|
|
|
|
|
|
2013-08-16 12:42:26 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 7 20:02:42 UTC 2013 - dmitry_r@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Removed templates to avoid conflict with kicad-library package
|
|
|
|
|
* kikad-no-templates-install.patch
|
|
|
|
|
- Removed obsolete kicad-2012.01.19-build-with-old-wxwidgets.patch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 17 11:59:08 UTC 2013 - dmitry_r@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 20130707
|
|
|
|
|
* no changelog available
|
|
|
|
|
* removed obsolete kicad-2012.01.19-gcc-4.7.patch
|
|
|
|
|
|
2013-08-05 20:45:00 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 27 15:20:06 UTC 2013 - dmitry_r@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Change package license to GPL-2.0+ [bnc#796377]
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 8 17:59:55 UTC 2013 - werner.ho@gmx.de
|
|
|
|
|
|
|
|
|
|
- new version 20130330
|
|
|
|
|
- removed version patch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 23 20:22:07 UTC 2013 - dmitry_r@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Update to version 20120521
|
|
|
|
|
* various bugfixes, no detailed changelog available
|
|
|
|
|
- Change package license to GPL-3.0 [bnc#796377]
|
|
|
|
|
- Build with Unicode support
|
|
|
|
|
- Add switcher for build with GOST support
|
|
|
|
|
- Fix displayed version
|
|
|
|
|
* kicad-version.patch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 28 18:33:50 UTC 2012 - scorot@free.fr
|
|
|
|
|
|
2017-03-27 06:37:01 +02:00
|
|
|
|
- fix build with old wxWindow on SLE 11
|
2013-08-05 20:45:00 +02:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 27 21:02:39 UTC 2012 - scorot@free.fr
|
|
|
|
|
|
2017-03-27 06:37:01 +02:00
|
|
|
|
- add patch from debian to fix build with gcc-4.7
|
2013-08-05 20:45:00 +02:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Feb 11 09:40:49 UTC 2012 - werner.ho@gmx.de
|
|
|
|
|
|
|
|
|
|
- new version 2012-01-19
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 17 22:25:39 UTC 2012 - werner.ho@gmx.de
|
|
|
|
|
|
|
|
|
|
- new version 2011-12-28
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Aug 21 12:20:00 UTC 2011 - werner.ho@gmx.de
|
|
|
|
|
|
|
|
|
|
- new version 2011-07-08
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 27 21:20:00 UTC 2011 - werner.ho@gmx.de
|
|
|
|
|
|
|
|
|
|
- new version 2011-04-29
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 28 21:16:39 UTC 2011 - stefan.bruens@rwth-aachen.de
|
|
|
|
|
|
|
|
|
|
- explicit request for DOUBLEBUFFER and DEPTH>=16
|
|
|
|
|
fixes SwapBuffer() crash on Intel and Radeon GPUs
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 15 21:20:00 UTC 2011 - werner.ho@gmx.de
|
2017-03-27 06:37:01 +02:00
|
|
|
|
|
2013-08-05 20:45:00 +02:00
|
|
|
|
- build fix for openSUSE 11.4
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Nov 07 11:20:00 UTC 2010 - werner.ho@gmx.de
|
|
|
|
|
|
|
|
|
|
- added l10n files and patch fixes bug [#650383]
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jul 23 11:00:31 UTC 2010 - mhopf@novell.com
|
|
|
|
|
|
|
|
|
|
- Update to 2010-05-05-stable
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 12 19:07:26 UTC 2010 - mhopf@novell.com
|
|
|
|
|
|
|
|
|
|
- Make it build with older wxGTK (wxAuiToolBar)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 12 18:28:47 UTC 2010 - mhopf@novell.com
|
|
|
|
|
|
|
|
|
|
- Update to 2010-04-06-SVN2508
|
|
|
|
|
Currently only builds on 11.2
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 17 2009 Werner Hoch <werner.ho@gmx.de> - 2009.02.06
|
|
|
|
|
- new version 2009.02.06
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 20 2008 Werner Hoch <werner.ho@gmx.de> - 2008.08.25
|
2017-03-27 06:37:01 +02:00
|
|
|
|
- build fix for openSUSE 11.1
|
2013-08-05 20:45:00 +02:00
|
|
|
|
- added freeglut-devel and update_desktop_file
|
|
|
|
|
- directory fixes
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 04 2008 Werner Hoch <werner.ho@gmx.de> - 2008.08.25
|
|
|
|
|
- new version 2008.08.25
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 25 2008 Werner Hoch <werner.ho@gmx.de>
|
|
|
|
|
- new version 2008.03.20
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 25 2007 Werner Hoch <werner.ho@gmx.de>
|
2017-03-27 06:37:01 +02:00
|
|
|
|
- adapted spec file from kicad-2007.07.09-2.fc8.src.rpm
|
2013-08-05 20:45:00 +02:00
|
|
|
|
- removed french project descriptions
|
|
|
|
|
- use cmake build process
|
|
|
|
|
- new version 2007.11.29
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Oct 15 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.07.09-2
|
|
|
|
|
- Update desktop file
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 04 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 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 <aportal[AT]univ-montp2[DOT]fr> 2007.01.15-4
|
|
|
|
|
- License tag clarification
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Aug 23 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.01.15-3
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 14 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.01.15-2
|
|
|
|
|
- Fix desktop entry. Fix #228598
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 8 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.01.15-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 8 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.08.28-4
|
|
|
|
|
- Add patch to build with RPM_OPT_FLAGS and remove -s from LDFLAGS
|
|
|
|
|
Contribution of Ville Skyttä <ville[DOT]skytta[AT]iki[DOT]fi>
|
|
|
|
|
Fix #227757
|
|
|
|
|
- Fix typo in french summary
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 28 2006 Jason L Tibbitts III <tibbs@math.uh.edu> 2006.08.28-3
|
|
|
|
|
- Rebuild with wxGTK 2.8.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 2006.08.28-2
|
|
|
|
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 22 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 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 <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-6
|
|
|
|
|
- FE6 rebuild
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 10 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-5
|
|
|
|
|
- Removing backup files is no more needed.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 10 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 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 <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-3
|
|
|
|
|
- s/mesa-libGLU-devel/libGLU-devel/
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 3 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-2
|
|
|
|
|
- BR mesa-libGLU-devel
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 28 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 13 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 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 <aportal[AT]univ-montp2[DOT]fr> 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 <aportal[AT]univ-montp2[DOT]fr> 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 <aportal[AT]univ-montp2[DOT]fr> 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 <aportal[AT]univ-montp2[DOT]fr> 2006-04-24-0-1
|
|
|
|
|
- Initial Fedora RPM
|