9f94cfa
Name:           kicad
31c4e5a
Version:        5.1.6
93a1b57
Release:        5%{?dist}
a13090d
Epoch:          1
aa5728f
Summary:        EDA software suite for creation of schematic diagrams and PCBs
9f94cfa
bbda3ce
License:        AGPLv3+
Jaromir Capik 0a0f27c
URL:            http://www.kicad-pcb.org
a13090d
31c4e5a
Source0:        https://gitlab.com/kicad/code/kicad/-/archive/%{version}/kicad-%{version}.tar.bz2
31c4e5a
Source1:        https://gitlab.com/kicad/services/kicad-doc/-/archive/%{version}/kicad-doc-%{version}.tar.bz2
31c4e5a
Source2:        https://gitlab.com/kicad/code/kicad-i18n/-/archive/%{version}/kicad-i18n-%{version}.tar.bz2
de323b3
Source3:        https://github.com/KiCad/kicad-templates/archive/%{version}.tar.gz#/kicad-templates-%{version}.tar.gz
de323b3
Source4:        https://github.com/KiCad/kicad-symbols/archive/%{version}.tar.gz#/kicad-symbols-%{version}.tar.gz
de323b3
Source5:        https://github.com/KiCad/kicad-footprints/archive/%{version}.tar.gz#/kicad-footprints-%{version}.tar.gz
de323b3
Source6:        https://github.com/KiCad/kicad-packages3D/archive/%{version}.tar.gz#/kicad-packages3D-%{version}.tar.gz
6559d3b
31c4e5a
Patch1:         0001-Do-not-strip-executables.patch
70a194f
Patch2:         0001-include-algorithm-so-std-sort-is-found.patch
a2677c1
# Add compatibility for Python 3.9
a2677c1
Patch3:         python-3.9-compat.patch
Jaromir Capik c29cc23
9cc8fbe
# kicad is only available on the following architectures (see https://bugs.launchpad.net/kicad/+bug/1755752):
ba29a0e
ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 ppc64le
70633a1
9f94cfa
BuildRequires:  cmake
a297f8c
BuildRequires:  desktop-file-utils
Alain Portal 0c97917
BuildRequires:  doxygen
a297f8c
BuildRequires:  gcc-c++
9cc8fbe
BuildRequires:  gettext
a297f8c
BuildRequires:  libappstream-glib
9cc8fbe
BuildRequires:  swig
a297f8c
BuildRequires:  boost-devel
a297f8c
BuildRequires:  glew-devel
9cc8fbe
BuildRequires:  glm-devel
a297f8c
BuildRequires:  libcurl-devel
a297f8c
BuildRequires:  libngspice-devel
9cc8fbe
BuildRequires:  openssl-devel
a297f8c
BuildRequires:  python3-wxpython4
a297f8c
BuildRequires:  python3-devel
a297f8c
BuildRequires:  wxGTK3-devel
16dc713
BuildRequires:  opencascade-devel
16dc713
341ea73
# Documentation
341ea73
BuildRequires:  asciidoc
341ea73
BuildRequires:  po4a
Alain Portal 34ddc88
823ccc8
Requires:       electronics-menu
a297f8c
Requires:       python3-wxpython4
823ccc8
Alain Portal 34ddc88
%description
b39f6a2
KiCad is EDA software to design electronic schematic
b39f6a2
diagrams and printed circuit board artwork of up to
b39f6a2
32 layers.
Alain Portal 34ddc88
c63ced1
%package        packages3d
c63ced1
Summary:        3D Models for KiCad
e75a462
License:        CC-BY-SA 4.0 with exception
c63ced1
BuildArch:      noarch
6559d3b
Requires:       kicad >= 5.1.0
c63ced1
c63ced1
%description    packages3d
c63ced1
3D Models for KiCad.
c63ced1
9f94cfa
%package        doc
8d06cbd
Summary:        Documentation for KiCad
34293d1
License:        GPLv3+ or CC-BY-3.0+
9f94cfa
BuildArch:      noarch
Alain Portal 34ddc88
a13090d
Provides:       %{name}-doc-de = %{version}-%{release}
a13090d
Provides:       %{name}-doc-es = %{version}-%{release}
a13090d
Provides:       %{name}-doc-fr = %{version}-%{release}
a13090d
Provides:       %{name}-doc-hu = %{version}-%{release}
a13090d
Provides:       %{name}-doc-it = %{version}-%{release}
a13090d
Provides:       %{name}-doc-ja = %{version}-%{release}
a13090d
Provides:       %{name}-doc-pl = %{version}-%{release}
a13090d
Provides:       %{name}-doc-pt = %{version}-%{release}
a13090d
Provides:       %{name}-doc-ru = %{version}-%{release}
a13090d
Provides:       %{name}-doc-zh_CN = %{version}-%{release}
a13090d
a13090d
Obsoletes:      %{name}-doc-de < %{version}-%{release}
a13090d
Obsoletes:      %{name}-doc-es < %{version}-%{release}
a13090d
Obsoletes:      %{name}-doc-fr < %{version}-%{release}
a13090d
Obsoletes:      %{name}-doc-hu < %{version}-%{release}
a13090d
Obsoletes:      %{name}-doc-it < %{version}-%{release}
a13090d
Obsoletes:      %{name}-doc-ja < %{version}-%{release}
a13090d
Obsoletes:      %{name}-doc-pl < %{version}-%{release}
a13090d
Obsoletes:      %{name}-doc-pt < %{version}-%{release}
a13090d
Obsoletes:      %{name}-doc-ru < %{version}-%{release}
a13090d
Obsoletes:      %{name}-doc-zh_CN < %{version}-%{release}
9f94cfa
341ea73
%description    doc
341ea73
Documentation for KiCad.
9f94cfa
9f94cfa
9f94cfa
%prep
de323b3
%setup -q -a 1 -a 2 -a 3 -a 4 -a 5 -a 6
Alain Portal be35dcd
2673367
%patch1 -p1
70a194f
%patch2 -p1
a2677c1
%patch3 -p1
65cfaf0
9f94cfa
9f94cfa
%build
9f94cfa
c9e892e
# KiCad application
c9e892e
%cmake \
a297f8c
    -DKICAD_SCRIPTING=ON \
a297f8c
    -DKICAD_SCRIPTING_MODULES=ON \
a297f8c
    -DKICAD_SCRIPTING_WXPYTHON=ON \
a297f8c
    -DKICAD_SCRIPTING_WXPYTHON_PHOENIX=ON \
a297f8c
    -DKICAD_SCRIPTING_PYTHON3=ON \
a297f8c
    -DKICAD_SCRIPTING_ACTION_MENU=ON \
09eae7d
    -DKICAD_SPICE=ON \
2bb2108
    -DKICAD_USE_OCC=ON \
c9e892e
    -DKICAD_VERSION_EXTRA=%{release} \
a949aab
    -DCMAKE_BUILD_TYPE=Release \
c9e892e
    .
93a1b57
%cmake_build
c9e892e
c9e892e
# Localization
c9e892e
mkdir %{name}-i18n-%{version}/build/
c9e892e
pushd %{name}-i18n-%{version}/build/
c9e892e
%cmake \
c9e892e
    -DKICAD_I18N_UNIX_STRICT_PATH=ON \
c9e892e
    ..
93a1b57
%cmake_build
c9e892e
popd
c9e892e
b100d4b
# Templates
b100d4b
pushd %{name}-templates-%{version}/
b100d4b
%cmake .
93a1b57
%cmake_build
b100d4b
popd
b100d4b
fee9425
# Symbol libraries
fee9425
pushd %{name}-symbols-%{version}/
fee9425
%cmake .
93a1b57
%cmake_build
fee9425
popd
fee9425
278232b
# Footprint libraries
278232b
pushd %{name}-footprints-%{version}/
278232b
%cmake .
93a1b57
%cmake_build
278232b
popd
278232b
c63ced1
# 3D models
d42ea1a
pushd %{name}-packages3D-%{version}/
d42ea1a
%cmake .
93a1b57
%cmake_build
d42ea1a
popd
d42ea1a
c9e892e
# Documentation (HTML only)
c9e892e
mkdir %{name}-doc-%{version}/build/
c9e892e
pushd %{name}-doc-%{version}/build/
c9e892e
%cmake \
4f06cd6
    -DPDF_GENERATOR=none \
c9e892e
    -DBUILD_FORMATS=html \
c9e892e
    ..
93a1b57
%cmake_build
c9e892e
popd
9f94cfa
9f94cfa
9f94cfa
%install
edd95e3
edd95e3
# KiCad application
93a1b57
%cmake_install
edd95e3
edd95e3
# Localization
edd95e3
pushd %{name}-i18n-%{version}/build/
93a1b57
%cmake_install
edd95e3
popd
Alain Portal 34ddc88
9f94cfa
# install desktop
Jaromir Capik 0a0f27c
for desktopfile in %{buildroot}%{_datadir}/applications/*.desktop ; do
Jaromir Capik 0a0f27c
  desktop-file-install \
9f94cfa
  --dir %{buildroot}%{_datadir}/applications \
Alain Portal 46e97cc
  --remove-category Development              \
9f94cfa
  --delete-original                          \
Jaromir Capik 0a0f27c
  ${desktopfile}
Jaromir Capik 0a0f27c
done
9f94cfa
b100d4b
# Templates
b100d4b
pushd %{name}-templates-%{version}/
93a1b57
%cmake_install
b100d4b
popd
b100d4b
fee9425
# Symbol libraries
fee9425
pushd %{name}-symbols-%{version}/
93a1b57
%cmake_install
fee9425
popd
fee9425
278232b
# Footprint libraries
278232b
pushd %{name}-footprints-%{version}/
93a1b57
%cmake_install
278232b
popd
278232b
d42ea1a
# 3D models
d42ea1a
pushd %{name}-packages3D-%{version}/
93a1b57
%cmake_install
d42ea1a
popd
d42ea1a
341ea73
# Documentation
edd95e3
pushd %{name}-doc-%{version}/build/
93a1b57
%cmake_install
341ea73
popd
9f94cfa
Alain Portal 34ddc88
%find_lang %{name}
Alain Portal 34ddc88
9f94cfa
6390d9c
%check
6390d9c
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml
6390d9c
6390d9c
Alain Portal 34ddc88
%files -f %{name}.lang
e75a462
%doc AUTHORS.txt
Alain Portal 34ddc88
%{_bindir}/*
630e5ef
%{_libdir}/%{name}/
edd95e3
%{_libdir}/libkicad_3dsg.so*
c17b348
%{python3_sitelib}/*pcbnew*
c17b348
%{python3_sitelib}/__pycache__/*
edd95e3
%{_datadir}/appdata/*.xml
Alain Portal 46e97cc
%{_datadir}/applications/*.desktop
Jaromir Capik 0a0f27c
%{_datadir}/icons/hicolor/*/mimetypes/application-x-*.*
Alain Portal 46e97cc
%{_datadir}/icons/hicolor/*/apps/*.*
edd95e3
%{_datadir}/mime/packages/*.xml
630e5ef
%{_datadir}/%{name}/
bbda3ce
%license LICENSE.README LICENSE.GPLv3 LICENSE.AGPLv3
630e5ef
%exclude %{_datadir}/%{name}/modules/packages3d/*
c63ced1
c63ced1
%files packages3d
e75a462
%license %{name}-packages3D-%{version}/LICENSE.md
630e5ef
%{_datadir}/%{name}/modules/packages3d/*
edd95e3
edd95e3
%files doc
edd95e3
%license %{name}-doc-%{version}/LICENSE.adoc
630e5ef
%{_docdir}/%{name}/
630e5ef
%exclude %{_docdir}/%{name}/AUTHORS.txt
9f94cfa
Alain Portal 34ddc88
Alain Portal 34ddc88
%changelog
93a1b57
* Tue Jul 21 2020 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.6-5
93a1b57
- Prepare for new cmake macros
93a1b57
a2677c1
* Thu May 28 2020 Charalampos Stratakis <cstratak@redhat.com> - 1:5.1.6-4
a2677c1
- Add Python 3.9 compatibility
a2677c1
8af188f
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1:5.1.6-3
8af188f
- Rebuilt for Python 3.9
8af188f
70a194f
* Fri May 15 2020 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.6-2
70a194f
- Patch for boost 1.73 compile error.
70a194f
31c4e5a
* Tue May 12 2020 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.6-1
31c4e5a
- Update to 5.1.6
31c4e5a
20a8737
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.5-2
20a8737
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
20a8737
2bb2108
* Mon Nov 18 2019 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.5-1
2bb2108
- Update to 5.1.5
2bb2108
16dc713
* Sat Nov 16 2019 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.4-6
16dc713
- Switch to opencascade for F32 and up
16dc713
abfef25
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1:5.1.4-5
abfef25
- Rebuilt for Python 3.8.0rc1 (#1748018)
abfef25
7ca81e4
* Wed Aug 21 2019 Miro Hrončok <mhroncok@redhat.com> - 1:5.1.4-4
7ca81e4
- Rebuilt for Python 3.8
7ca81e4
ba29a0e
* Tue Aug 20 2019 Dan Horák <dan[at]danny.cz> - 1:5.1.4-3
ba29a0e
- enable build on ppc64le
ba29a0e
eccc696
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1:5.1.4-2
eccc696
- Rebuilt for Python 3.8
eccc696
d3ddc3a
* Sun Aug 04 2019 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.4-1
d3ddc3a
- Update to 5.1.4
d3ddc3a
a607b4f
* Fri Aug 02 2019 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.3-3
a607b4f
- Revert the previous change pending further discussion
a607b4f
e9de045
* Fri Aug 02 2019 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.3-2
e9de045
- Correct crash caused by _GLIBCXX_ASSERTIONS
e9de045
4698b7f
* Mon Jul 29 2019 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.3-1
4698b7f
- Update to 5.1.3
4698b7f
1d41e01
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.2-3
1d41e01
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1d41e01
d549e89
* Fri May 10 2019 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.2-2
d549e89
- SWIG patch for rawhide (fc31)
d549e89
e5b57f1
* Mon Apr 22 2019 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.2-1
e5b57f1
- Update to 5.1.2
e5b57f1
6fc86d1
* Wed Apr 17 2019 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.1-1
6fc86d1
- Update to 5.1.1
6fc86d1
de323b3
* Mon Mar 11 2019 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.0-1
de323b3
- Update to 5.1.0
de323b3
6559d3b
* Fri Mar 01 2019 Steven A. Falco <stevenfalco@gmail.com> - 1:5.1.0-0.1.rc2
6559d3b
- Update to 5.1.0-rc2
6559d3b
34a1f27
* Thu Jan 31 2019 Steven A. Falco <stevenfalco@gmail.com> - 1:5.0.2-5
34a1f27
- Remove workaround for ngspice library
34a1f27
09eae7d
* Mon Jan 14 2019 Steven A. Falco <stevenfalco@gmail.com> - 1:5.0.2-4
09eae7d
- Enable ngspice
09eae7d
bdd76c5
* Sun Dec 16 2018 Steven A. Falco <stevenfalco@gmail.com> - 1:5.0.2-3
bdd76c5
- Revert missing build dependency - upstream bug fixed
bdd76c5
51a9505
* Sun Dec 09 2018 Steven A. Falco <stevenfalco@gmail.com> - 1:5.0.2-2
51a9505
- Add missing build dependency needed by F29
51a9505
5250fc8
* Tue Dec 04 2018 Steven A. Falco <stevenfalco@gmail.com> - 1:5.0.2-1
5250fc8
- Update to 5.0.2
5250fc8
79210af
* Fri Oct 12 2018 Steven A. Falco <stevenfalco@gmail.com> - 1:5.0.1-1
79210af
- Update to 5.0.1
79210af
a949aab
* Fri Aug 24 2018 Steven A. Falco <stevenfalco@gmail.com> - 1:5.0.0-4
a949aab
- Force "release build" to work around a bug in the cmake scripts
a949aab
8faa55a
* Thu Aug 23 2018 Nicolas Chauvet <kwizart@gmail.com> - 1:5.0.0-3
8faa55a
- Rebuilt for glew 2.1.0
8faa55a
c63ced1
* Fri Aug 03 2018 Steven A. Falco <stevenfalco@gmail.com> - 1:5.0.0-2
c63ced1
- Separate 3D models from main package
c63ced1
1c08f35
* Fri Jul 20 2018 Steven A. Falco <stevenfalco@gmail.com> - 1:5.0.0-1
1c08f35
- Update to 5.0.0
1c08f35
10b4d54
* Sat Jul 14 2018 Steven A. Falco <stevenfalco@gmail.com> - 1:5.0.0-0.4.rc3
10b4d54
- Adding BuildRequires to fix "missing compiler" error with the latest rawhide
10b4d54
63c2c79
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.0.0-0.3.rc3
63c2c79
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
63c2c79
823ccc8
* Wed Jul 04 2018 Steven A. Falco <stevenfalco@gmail.com> - 1:5.0.0-0.2.rc3
823ccc8
- Update to 5.0.0-rc3
823ccc8
b39f6a2
* Thu Jun 14 2018 Steven A. Falco <stevenfalco@gmail.com> - 1:5.0.0-0.1.rc2
b39f6a2
- Update to 5.0.0-rc2
b39f6a2
9cd8d01
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.0.7-3
9cd8d01
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
9cd8d01
af462f5
* Wed Oct 04 2017 Scott Talbert <swt@techie.net> - 1:4.0.7-2
af462f5
- Update to build against merged compat-wxGTK3-gtk2-devel package
af462f5
41e4c42
* Wed Sep 27 2017 Lubomir Rintel <lkundrak@v3.sk> - 1:4.0.7-1
41e4c42
- Update to 4.0.7
41e4c42
6bd7c04
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.0.6-5
6bd7c04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
6bd7c04
dca162d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.0.6-4
dca162d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
dca162d
bf89564
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 1:4.0.6-3
bf89564
- Rebuilt for Boost 1.64
bf89564
3f640eb
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.0.6-2
3f640eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
3f640eb
faed97f
* Sun Apr 02 2017 Lubomir Rintel <lkundrak@v3.sk> - 1:4.0.6-1
faed97f
- Update to 4.0.6
faed97f
1d47ca4
* Wed Feb 22 2017 Lubomir Rintel <lkundrak@v3.sk> - 1:4.0.5-3
1d47ca4
- Add missing footprint libraries
1d47ca4
c9d5842
* Tue Feb 14 2017 Lubomir Rintel <lkundrak@v3.sk> - 1:4.0.5-2
c9d5842
- Fix build with newer boost
c9d5842
2f51440
* Tue Feb 14 2017 Lubomir Rintel <lkundrak@v3.sk> - 1:4.0.5-1
2f51440
- Update to 4.0.5
2f51440
9092f9e
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.0.4-3
9092f9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9092f9e
Orion Poplawski cf0cbe3
* Tue Jan 10 2017 Orion Poplawski <orion@cora.nwra.com> - 1:4.0.4-2
Orion Poplawski cf0cbe3
- Rebuild for glew 2.0.0
Orion Poplawski cf0cbe3
db4dcf9
* Tue Oct 18 2016 Lubomir Rintel <lkundrak@v3.sk> - 1:4.0.4-1
db4dcf9
- Update to 4.0.4
db4dcf9
f16a2a3
* Thu Aug 25 2016 Lubomir Rintel <lkundrak@v3.sk> - 1:4.0.3-1
f16a2a3
- Update to 4.0.3
f16a2a3
b947197
* Wed Apr 20 2016 Lubomir Rintel <lkundrak@v3.sk> - 1:4.0.2-2
b947197
- Add AppStream metadata
b947197
35d89b3
* Tue Mar 01 2016 Lubomir Rintel <lkundrak@v3.sk> - 1:4.0.2-1
35d89b3
- Update to 4.0.2
35d89b3
36a5917
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.0.1-5
36a5917
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
36a5917
8595a92
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 1:4.0.1-4
8595a92
- Rebuilt for Boost 1.60
8595a92
6cc6d7b
* Thu Jan 14 2016 Adam Jackson <ajax@redhat.com> - 1:4.0.1-3
6cc6d7b
- Rebuild for glew 1.13
6cc6d7b
500487a
* Thu Dec 17 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:4.0.1-2
500487a
- Hardcode the C++ ABI version to make wxGTK happy
500487a
500487a
* Tue Dec 15 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:4.0.1-1
b207098
- Update to 4.0.1
b207098
500487a
* Thu Dec 03 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:4.0.0-1
a13090d
- Update to the release
a13090d
- SPEC file cleanup:
a13090d
- Use tarballs, drop the 3rd party libraries we bundled
a13090d
341ea73
* Sat Oct 24 2015 Lubomir Rintel <lkundrak@v3.sk> - 2015.10.24-1.rev6276
341ea73
- Update to a later snapshot
341ea73
- Updated library, new documentation, translations
341ea73
a7c04e8
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 2015.08.03-4.rev6041
a7c04e8
- Rebuilt for Boost 1.59
a7c04e8
0a502f8
* Wed Aug 05 2015 Jonathan Wakely <jwakely@redhat.com> 2015.08.03-3.rev6041
0a502f8
- Rebuilt for Boost 1.58
0a502f8
385c5f4
* Mon Aug 03 2015 Lubomir Rintel <lkundrak@v3.sk> - 2015.08.03-2.rev6041
99572fa
- Set KICAD_BUILD_VERSION
385c5f4
- Ship the maintainer tools with the source package
99572fa
d737581
* Mon Aug 03 2015 Lubomir Rintel <lkundrak@v3.sk> - 2015.08.03-1.rev6041
d737581
- Update to a later snapshot
d737581
c2249ff
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2015.03.21-5.rev5528
c2249ff
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
c2249ff
815b19f
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 2015.03.21-4.rev5528
815b19f
- rebuild for Boost 1.58
815b19f
8f0597d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2015.03.21-3.rev5528
8f0597d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8f0597d
Jaromir Capik 1656f52
* Tue Apr 14 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 2015.03.21-2.rev5528
Jaromir Capik 1656f52
- Handle all 64-bit architectures
Jaromir Capik 1656f52
0f9e412
* Sun Mar 22 2015 Lubomir Rintel <lkundrak@v3.sk> - 2015.03.21-1.rev5528
0f9e412
- Update to a later snapshot
0f9e412
- Fix the freerouter patch
0f9e412
- Enable parallel build
0f9e412
aa5728f
* Thu Mar 19 2015 Lubomir Rintel <lkundrak@v3.sk> - 2015.02.05-1.rev5404
aa5728f
- Update to a later snapshot
aa5728f
Petr Machata 2179591
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 2014.03.13-11.rev4744
Petr Machata 2179591
- Rebuild for boost 1.57.0
Petr Machata f0302ee
- Add upstream patch to support new Boost.Context API
Petr Machata f0302ee
  (kicad-2014.03.13-boost-context.patch)
Petr Machata 2179591
1586214
* Fri Jan 02 2015 Lubomir Rintel <lkundrak@v3.sk> - 2014.03.13-10.rev4744
1586214
- Use local autorouter
1586214
65cfaf0
* Sun Nov 30 2014 Lubomir Rintel <lkundrak@v3.sk> - 2014.03.13-9.rev4744
65cfaf0
- Install library footprints
65cfaf0
Rex Dieter 82d6763
* Mon Aug 18 2014 Rex Dieter <rdieter@fedoraproject.org> 2014.03.13-8.rev4744
Rex Dieter 82d6763
- update mime scriptlets
Rex Dieter 82d6763
10d9e7d
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2014.03.13-7.rev4744
10d9e7d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
10d9e7d
a9e2ade
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2014.03.13-6.rev4744
a9e2ade
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a9e2ade
Petr Machata 3fab85f
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 2014.03.13-5.rev4744
Petr Machata 3fab85f
- Rebuild for boost 1.55.0
Petr Machata 3fab85f
Jaromir Capik c6b9091
* Tue Mar 18 2014 Jaromir Capik <jcapik@redhat.com> - 2014.03.13-4.rev4744
Jaromir Capik c6b9091
- Removing ExcludeArch as boost-context has been built for arm
Jaromir Capik c6b9091
2673367
* Mon Mar 17 2014 Ville Skyttä <ville.skytta@iki.fi> - 2014.03.13-3.rev4744
2673367
- Don't strip binaries too early (#1076929)
2673367
Jaromir Capik c29cc23
* Mon Mar 17 2014 Jaromir Capik <jcapik@redhat.com> - 2014.03.13-2.rev4744
Jaromir Capik c29cc23
- Fixing the pcb_calculator desktop file (missing underscore)
Jaromir Capik c29cc23
Jaromir Capik 0a0f27c
* Thu Mar 13 2014 Jaromir Capik <jcapik@redhat.com> - 2014.03.13-1.rev4744
Jaromir Capik 0a0f27c
- Update to the latest available revisions
Jaromir Capik 820c9c1
- Building with -j1 instead of _smp_mflags (probably causing build failures)
Jaromir Capik 0a0f27c
- Creating scripts for source downloading & postprocessing
Jaromir Capik 0a0f27c
- Fixing bogus dates in the changelog
Jaromir Capik 0a0f27c
Alain Portal be2efba
* Mon Dec 23 2013 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2013.06.11-2.rev4021
Alain Portal be2efba
- Removed kicad.pdf from kicad (Fix #1001243)
Alain Portal be2efba
- Clean up spec file as suggested by Michael Schwendt
Alain Portal be2efba
- ldconfig no more needed in this release
Alain Portal be2efba
- Fix kicad-doc Group
Alain Portal be2efba
- kicad-doc no more requires kicad
Alain Portal be2efba
 
Jaromir Capik 0a0f27c
* Sat Jun 22 2013 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2013.06.11-1.rev4021
Alain Portal ac4e874
- New upstream release
Alain Portal ac4e874
- Added symbols and modules (with 3d view) from Walter Lain
Alain Portal ac4e874
 
3c617e9
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.01.19-3.rev3256
3c617e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3c617e9
b7b30f6
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.01.19-2.rev3256
b7b30f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b7b30f6
Alain Portal 0c97917
* Sun Jan 29 2012 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2012.01.19-1.rev3256
Alain Portal 0c97917
- New upstream release
Alain Portal 0c97917
- Add doxygen as build requirement
Alain Portal 0c97917
- Add bulgarian language
Alain Portal 0c97917
- Add it and pl tutorials
Alain Portal 0c97917
- Update versioning patch
Alain Portal 0c97917
- Add patch to fix python syntax in bom-in-python (Gerd v. Egidy <gerd@egidy.de>)
Alain Portal 0c97917
- Add a new patch to fix a new link time error
Alain Portal 0c97917
- Fix a PS plotting scale bug
Alain Portal 0c97917
- Move junction button close to no connexion button
Alain Portal 0c97917
- Fix thermal relief gap calculation for circular pads in pcbnew
Alain Portal 0c97917
- Add undo/redo support for Pcbnew auto place, auto move, and auto route features.
Alain Portal 0c97917
- Make CvPcb correctly preview the selected component footprint if one has already been assigned.
Alain Portal 0c97917
- Fix a bug in pcb calculation
Alain Portal 0c97917
- Width tuning (width correction) for PS plotting of tracks, pads and vias
Alain Portal 0c97917
Alain Portal 1263423
* Wed Jan 25 2012 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2011.07.12-4.rev3047
Alain Portal 1263423
- Fix gcc-4.7 issue by Scott Tsai <scottt.tw@gmail.com> 
Alain Portal 1263423
923e770
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2011.07.12-3.rev3047
923e770
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
923e770
Alain Portal 2623a9b
* Fri Jul 15 2011 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2011.07.12-2.rev3047
Alain Portal 2623a9b
- Fix patch command 
Alain Portal 2623a9b
Jaromir Capik 0a0f27c
* Tue Jul 12 2011 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2011.07.12-1.rev3047
Alain Portal b9a3639
- New upstream version
Alain Portal b9a3639
- Update versioning patch
Alain Portal b9a3639
- Add Polish documentation
Alain Portal b9a3639
- Add Epcos MKT capacitors library
Alain Portal b9a3639
- Fix localisation installation path
Alain Portal b9a3639
Alain Portal 711e1fc
* Mon Apr  4 2011 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2011.01.28-3.rev2765
Alain Portal 711e1fc
- Fix 3D viewer crash (BZ #693008)
Alain Portal 711e1fc
Alain Portal f587bdc
* Wed Mar 23 2011 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2011.01.28-2.rev2765
Alain Portal f587bdc
- Add missing library
Alain Portal f587bdc
Alain Portal 556c381
* Tue Mar 22 2011 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2011.01.28-1.rev2765
Alain Portal 556c381
- New upstream version
Alain Portal 556c381
- Update versioning patch, all others patches no more needed
Alain Portal 556c381
- Patch to fix a link time error (with help from Kevin Kofler and Nikola Pajkovsky)
Alain Portal 556c381
09d6a0e
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2010.05.27-10.rev2363
09d6a0e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
09d6a0e
Alain Portal 556c381
* Sun Jan 30 2011 Dan Horák <dan@danny.cz> - 2010.05.27-9.rev2363
b655fe4
- Add s390x as 64-bit arch
b655fe4
Alain Portal 556c381
* Sat Jan 29 2011 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.05.27-8.rev2363
Alain Portal 69760c3
- Fix 3D view crash with some graphics cards (BZ #664143).
Alain Portal 69760c3
59b2a3e
* Wed Jul 14 2010 Dan Horák <dan@danny.cz> - 2010.05.27-7.rev2363
59b2a3e
- rebuilt against wxGTK-2.8.11-2
59b2a3e
Alain Portal c6cc76c
* Tue Jun 15 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.05.27-6
Alain Portal c6cc76c
- Fix some module edition issues (https://bugs.launchpad.net/kicad/+bug/593546,
Alain Portal c6cc76c
  https://bugs.launchpad.net/kicad/+bug/593547)
Alain Portal c6cc76c
Alain Portal c6cc76c
* Fri Jun 11 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.05.27-5
Alain Portal 07a80ea
- Fix a crash in searching string (https://bugs.launchpad.net/kicad/+bug/592566)
Alain Portal 07a80ea
Alain Portal c6cc76c
* Tue Jun  8 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.05.27-4
Alain Portal 155a00a
- Fix a focus issue (https://bugs.launchpad.net/kicad/+bug/587970)
Alain Portal 155a00a
- Fix an unwanted mouse cursor move when using the t hotkey in pcbnew
Alain Portal 155a00a
- Fix an issue on arcs draw in 3D viewer (https://bugs.launchpad.net/kicad/+bug/588882)
Alain Portal 155a00a
Alain Portal 155a00a
* Mon May 31 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.05.27-3
Alain Portal 155a00a
- Fix an undo-redo issue (https://bugs.launchpad.net/kicad/+bug/586032)
Alain Portal 155a00a
Alain Portal 155a00a
* Sun May 30 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.05.27-2
Alain Portal e7d1711
- Don't forget icons
Alain Portal e7d1711
Alain Portal fcbfbcb
* Sat May 29 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.05.27-1
Alain Portal fcbfbcb
- New packager version
Alain Portal fcbfbcb
- Update kicad version number patch
Alain Portal fcbfbcb
- Patch to fix https://bugs.launchpad.net/kicad/+bug/587175
Alain Portal fcbfbcb
- Patch to fix https://bugs.launchpad.net/kicad/+bug/587176
Alain Portal fcbfbcb
Alain Portal fcbfbcb
* Fri May 21 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.05.09-3
Alain Portal fcbfbcb
- Fix the kicad version number
Alain Portal fcbfbcb
- Fix a problem when trying to modify a footprint value in eeschema
Alain Portal fcbfbcb
  https://bugs.launchpad.net/kicad/+bug/583939
Alain Portal fcbfbcb
Alain Portal fcbfbcb
* Tue May 18 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.05.09-2
Alain Portal 0c97917
- No backup of patched files to delete
Alain Portal fcbfbcb
- Add noreplace flag to config macro
Alain Portal fcbfbcb
Alain Portal 46e97cc
* Mon May 17 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.05.09-1
Alain Portal 46e97cc
- New upstream version
Alain Portal 46e97cc
- All previous patches no more needed
Alain Portal 46e97cc
- Backward to cmake 2.6 requirement
Alain Portal 46e97cc
Alain Portal 46e97cc
* Sun May  9 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.05.05-1
Alain Portal 46e97cc
- New upstream version
Alain Portal 46e97cc
- All previous patches no more needed
Alain Portal 46e97cc
- Fix url: KiCad move from SourceForge.net to LaunchPad.net
Alain Portal 46e97cc
- Remove vendor tag from desktop-file-install
Alain Portal 46e97cc
- Add x-kicad-pcbnew mimetype
Alain Portal 46e97cc
- Add new icons for mimetype
Alain Portal 46e97cc
Alain Portal 46e97cc
* Mon May  3 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.04.06-9.rev2515
Alain Portal 46e97cc
- Fix a minor bug that occurs when changing module orientation or side
Alain Portal 46e97cc
Alain Portal 240f5b3
* Mon May  3 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.04.06-8.rev2515
Alain Portal 240f5b3
- Auto update 3D viewer: fix https://bugs.launchpad.net/kicad/+bug/571089
Alain Portal 240f5b3
- Create png from screen (libedit): fix https://bugs.launchpad.net/kicad/+bug/573833
Alain Portal 240f5b3
Alain Portal 240f5b3
* Sun May  2 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.04.06-7.rev2515
Alain Portal 240f5b3
- Rename COTATION class (french word) in DIMENSION and fix
Alain Portal 240f5b3
  https://bugs.launchpad.net/kicad/+bug/568356 and https://bugs.launchpad.net/kicad/+bug/568357
Alain Portal 240f5b3
- Some code cleaning ans enhancements + fix a bug about last netlist file used (LP #567902)
Alain Portal 240f5b3
Alain Portal 240f5b3
* Sat May  1 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.04.06-6.rev2515
Alain Portal 240f5b3
- Make cleanup feature undoable, fix https://bugs.launchpad.net/kicad/+bug/564619
Alain Portal 240f5b3
- Fix issues in SVG export, fix https://bugs.launchpad.net/kicad/+bug/565388
Alain Portal 240f5b3
- Minor pcbnew enhancements
Alain Portal 240f5b3
- Fix minor gerber problems, fix https://bugs.launchpad.net/kicad/+bug/567881
Alain Portal 240f5b3
Alain Portal 240f5b3
* Sat May  1 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.04.06-5.rev2515
Alain Portal 240f5b3
- DRC have to use the local parameters clearance if specified,
Alain Portal 240f5b3
  and NETCLASS value only if no local value specified. 
Alain Portal 240f5b3
Alain Portal 240f5b3
* Sat May  1 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.04.06-4.rev2514
Alain Portal 240f5b3
- Fix https://bugs.launchpad.net/bugs/568896 and https://bugs.launchpad.net/bugs/569312
Alain Portal 240f5b3
Alain Portal be35dcd
* Thu Apr 29 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.04.06-3.rev2514
Alain Portal be35dcd
- Fix a crash that happens sometimes when opening the design rule dialog
Alain Portal be35dcd
Alain Portal be35dcd
* Mon Apr 26 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.04.06-2.rev2514
Alain Portal be35dcd
- Fix https://bugs.launchpad.net/bugs/570074
Alain Portal be35dcd
Alain Portal 41344e2
* Mon Apr 12 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.04.06-1.rev2514
Alain Portal 41344e2
- New upstream version
Alain Portal 41344e2
- Patches no more needed
Alain Portal 41344e2
Alain Portal 41344e2
* Mon Apr  5 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.03.14-5.rev2463
Alain Portal 41344e2
- Add patch to fix SF #2981759
Alain Portal 41344e2
Alain Portal 41344e2
* Sat Apr  3 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.03.14-4.rev2463
Alain Portal 41344e2
- Apply upstream patch to fix inch/mm ratio
Alain Portal 41344e2
- Provide a source download URL
Alain Portal 41344e2
Alain Portal 14b8350
* Wed Mar 17 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.03.14-3.rev2463
Alain Portal 14b8350
- Patch with svn revision 2463 which fix 2 bugs
Alain Portal 14b8350
- Harmonize identation in %%changelog
Alain Portal 14b8350
Alain Portal 14b8350
* Tue Mar 16 2010 Tom "spot" Callaway <tcallawa@redhat.com> 2010.03.14-2.rev2462
Alain Portal 14b8350
- Link fixes. Really, these libraries should be linked properly so they don't need
Alain Portal 14b8350
  the executable linking calls to be explicitly correct, but cmake gives me a headache.
Alain Portal 14b8350
- Fix demo installation
Alain Portal 14b8350
Alain Portal 14b8350
* Mon Mar 15 2010 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 2010.03.14-1.rev2462
Alain Portal 14b8350
- New upstream version
Alain Portal 14b8350
bfaf17b
* Mon Aug 24 2009 Jon Ciesla <limb@jcomserv.net> - 2009.07.07-4.rev1863
bfaf17b
- Multilib path correction, BZ 518916.
bfaf17b
159b884
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2009.07.07-3.rev1863
159b884
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
159b884
c7660a6
* Wed Jul 08 2009 Jon Ciesla <limb@jcomserv.net> - 2009.07.07-2.rev1863
c7660a6
- Dropped eeschema desktop file.
c7660a6
- Moved English kicad.pdf to main rpm.
c7660a6
- Added ls.so.conf file and ldconfig to post, postun to fix libs issue.
c7660a6
- Dropped category Development from desktop file.
c7660a6
9f94cfa
* Tue Jul 7 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 2009.07.07-1.rev1863
9f94cfa
- svn rev 1863
9f94cfa
- documentation splitted into multiple packages
9f94cfa
- libraries are now taken directly from SVN rather than from older releases
9f94cfa
- build changed to cmake based
9f94cfa
b70ff86
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2007.07.09-5
b70ff86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b70ff86
00fcf0f
* Fri Aug 29 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 2007.07.09-4
f84d0d0
- First patch is Patch0 - should fix build in Rawhide.
00fcf0f
- Include %%_libdir/kicad directory.
00fcf0f
- Drop explicit Requires wxGTK in favour of automatic SONAME dependencies.
00fcf0f
f543818
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2007.07.09-3
f543818
- Autorebuild for GCC 4.3
f543818
Alain Portal d800af4
* Mon Oct 15 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.07.09-2
Alain Portal 0c97917
- Update desktop file
Alain Portal d800af4
Alain Portal d40ae05
* Thu Oct 04 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.07.09-1
Alain Portal 14b8350
- New upstream version
Alain Portal 14b8350
- Merge previous patches
Alain Portal 14b8350
- Remove X-Fedora, Electronics and Engineering categories
Alain Portal 14b8350
- Update desktop file
Alain Portal d40ae05
Alain Portal 1fa475a
* Mon Aug 27 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.01.15-4
Alain Portal 14b8350
- License tag clarification
Alain Portal 1fa475a
Alain Portal 829035e
* Thu Aug 23 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.01.15-3
Alain Portal 14b8350
- Rebuild
Alain Portal 829035e
Alain Portal e4fc456
* Wed Feb 14 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.01.15-2
Alain Portal 14b8350
- Fix desktop entry. Fix #228598
Alain Portal e4fc456
Alain Portal c586450
* Thu Feb  8 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2007.01.15-1
Alain Portal 14b8350
- New upstream version
Alain Portal c586450
Alain Portal c236f9e
* Thu Feb  8 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.08.28-4
Alain Portal 14b8350
- Add patch to build with RPM_OPT_FLAGS and remove -s from LDFLAGS
Alain Portal 14b8350
  Contribution of Ville Skyttä <ville[DOT]skytta[AT]iki[DOT]fi>
Alain Portal 14b8350
  Fix #227757
Alain Portal 14b8350
- Fix typo in french summary
Alain Portal c236f9e
f24f6ee
* Thu Dec 28 2006 Jason L Tibbitts III <tibbs@math.uh.edu> 2006.08.28-3
Alain Portal 14b8350
- Rebuild with wxGTK 2.8.
f24f6ee
4e3d891
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 2006.08.28-2
Alain Portal 14b8350
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
4e3d891
Alain Portal f7d2233
* Fri Sep 22 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.08.28-1
Alain Portal 14b8350
- New upstream version
Alain Portal 14b8350
- Use macro style instead of variable style
Alain Portal 14b8350
- Install missing modules. Fix #206602
Alain Portal f7d2233
Alain Portal c419fac
* Fri Sep  1 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-6
Alain Portal 14b8350
- FE6 rebuild
Alain Portal c419fac
Alain Portal 34ddc88
* Mon Jul 10 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-5
Alain Portal 14b8350
- Removing backup files is no more needed.
Alain Portal 34ddc88
Alain Portal 34ddc88
* Mon Jul 10 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-4
Alain Portal 14b8350
- Remove BR libGLU-devel that is no more needed (bug #197501 is closed)
Alain Portal 14b8350
- Fix files permissions.
Alain Portal 34ddc88
Alain Portal 34ddc88
* Mon Jul  3 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-3
Alain Portal 14b8350
- s/mesa-libGLU-devel/libGLU-devel/
Alain Portal 34ddc88
Alain Portal 34ddc88
* Mon Jul  3 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-2
Alain Portal 14b8350
- BR mesa-libGLU-devel
Alain Portal 34ddc88
Alain Portal 34ddc88
* Wed Jun 28 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.06.26-1
Alain Portal 14b8350
- New upstream version
Alain Portal 34ddc88
Alain Portal 34ddc88
* Tue Jun 13 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006.04.24-5
Alain Portal 14b8350
- Change name
Alain Portal 14b8350
- Use %%{_docdir} instead of %%{_datadir}/doc
Alain Portal 14b8350
- Use %%find_lang
Alain Portal 14b8350
- Update desktop database
Alain Portal 14b8350
- Convert MSDOS EOL to Unix EOL
Alain Portal 14b8350
- Remove BR utrac
Alain Portal 34ddc88
Alain Portal 34ddc88
* Mon Jun 12 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006-04-24-0-4
Alain Portal 14b8350
- Patch to suppress extra qualification compile time error on FC5
Alain Portal 14b8350
- BR utrac to convert MSDOS files before applying patch
Alain Portal 14b8350
  This will be remove for the next upstream version.
Alain Portal 34ddc88
Alain Portal 34ddc88
* Tue May 23 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006-04-24-0-3
Alain Portal 14b8350
- Install help in /usr/share/doc/kicad/ as the path is hardcoded in gestfich.cpp
Alain Portal 14b8350
- Add desktop file
Alain Portal 34ddc88
Alain Portal 34ddc88
* Mon May 22 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006-04-24-0-2
Alain Portal 14b8350
- Add a second tarball that contains many things that are not included in
Alain Portal 14b8350
  the upstream source tarball such components and footprints librairies,
Alain Portal 14b8350
  help, localisation, etc.
Alain Portal 34ddc88
Alain Portal 34ddc88
* Sun May 21 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 2006-04-24-0-1
Alain Portal 14b8350
- Initial Fedora RPM