Accepting request 482797 from electronics
1 OBS-URL: https://build.opensuse.org/request/show/482797 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kicad?expand=0&rev=21
This commit is contained in:
commit
dc08fed541
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73f286733bb69b04749279a1848cbedfad908e7dcd1d11363c7fae7677c85331
|
||||
size 10626696
|
3
kicad-4.0.6.tar.xz
Normal file
3
kicad-4.0.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e97cacc179839e65f2afa14d8830a3bed549aaa9ed234c988851971bf2a42298
|
||||
size 10834136
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 11:40:20 UTC 2017 - adam.majer@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kicad
|
||||
Version: 4.0.5
|
||||
Version: 4.0.6
|
||||
Release: 0
|
||||
Summary: EDA software suite for the creation of schematics and PCB
|
||||
License: GPL-2.0+ and GPL-3.0+
|
||||
@ -55,6 +55,7 @@ BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: update-desktop-files
|
||||
|
Loading…
Reference in New Issue
Block a user