lkundrak pushed to kicad (epel7). "Update to a later snapshot"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jun 5 07:28:55 UTC 2015


From aa5728f11451a4217809dca743e1728bc5ec5797 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak at v3.sk>
Date: Sat, 3 Jan 2015 15:31:47 +0100
Subject: Update to a later snapshot


diff --git a/.gitignore b/.gitignore
index b6a2630..645d30e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,8 @@ kicad-libraries-2010.05.27.tar.bz2
 /kicad-doc-2014.03.13.tar.xz
 /kicad-walter-libraries-2014.03.13.tar.xz
 /kicad-footprints-2014.03.13.tar.xz
+/kicad-2015.02.05.tar.xz
+/kicad-doc-2015.02.05.tar.xz
+/kicad-footprints-2015.02.05.tar.xz
+/kicad-libraries-2015.02.05.tar.xz
+/kicad-walter-libraries-2015.02.05.tar.xz
diff --git a/kicad-2014.03.13-boost-context.patch b/kicad-2014.03.13-boost-context.patch
deleted file mode 100644
index 8e1b3c2..0000000
--- a/kicad-2014.03.13-boost-context.patch
+++ /dev/null
@@ -1,90 +0,0 @@
-=== modified file 'include/tool/coroutine.h'
---- include/tool/coroutine.h	2014-07-09 11:50:27 +0000
-+++ include/tool/coroutine.h	2014-08-26 09:16:56 +0000
-@@ -28,6 +28,7 @@
- #include <cstdlib>
- 
- #include <boost/context/fcontext.hpp>
-+#include <boost/version.hpp>
- 
- #include "delegate.h"
- 
-@@ -86,6 +89,11 @@
-         if( m_saved )
-             delete m_saved;
- 
-+#if BOOST_VERSION >= 105600
-+        if( m_self )
-+            delete m_self;
-+#endif
-+
-         if( m_stack )
-             free( m_stack );
-     }
-@@ -99,7 +107,7 @@
-      */
-     void Yield()
-     {
--        boost::context::jump_fcontext( m_self, m_saved, 0 );
-+        jump( m_self, m_saved, 0 );
-     }
- 
-     /**
-@@ -111,7 +119,7 @@
-     void Yield( ReturnType& aRetVal )
-     {
-         m_retVal = aRetVal;
--        boost::context::jump_fcontext( m_self, m_saved, 0 );
-+        jump( m_self, m_saved, 0 );
-     }
- 
-     /**
-@@ -139,12 +145,17 @@ public:
-         void* sp = (void*) ( ( ( (ptrdiff_t) m_stack ) + m_stackSize - 0xf ) & ( ~0x0f ) );
- 
-         m_args = &aArgs;
-+#if BOOST_VERSION >= 105600
-+        m_self = new boost::context::fcontext_t();
-+        *m_self = boost::context::make_fcontext( sp, m_stackSize, callerStub );
-+#else
-         m_self = boost::context::make_fcontext( sp, m_stackSize, callerStub );
-+#endif
-         m_saved = new boost::context::fcontext_t();
- 
-         m_running = true;
-         // off we go!
--        boost::context::jump_fcontext( m_saved, m_self, reinterpret_cast<intptr_t>( this ) );
-+        jump( m_saved, m_self, reinterpret_cast<intptr_t>( this ) );
-         return m_running;
-     }
- 
-@@ -157,7 +176,7 @@
-      */
-     bool Resume()
-     {
--        boost::context::jump_fcontext( m_saved, m_self, 0 );
-+        jump( m_saved, m_self, 0 );
- 
-         return m_running;
-     }
-@@ -197,7 +215,18 @@
-         cor->m_running = false;
- 
-         // go back to wherever we came from.
--        boost::context::jump_fcontext( cor->m_self, cor->m_saved, 0 );    // reinterpret_cast<intptr_t>( this ));
-+        jump( cor->m_self, cor->m_saved, 0 );    // reinterpret_cast<intptr_t>( this ));
-+    }
-+
-+    ///> Wrapper for jump_fcontext to assure compatibility between different boost versions
-+    static inline intptr_t jump(boost::context::fcontext_t* aOld, boost::context::fcontext_t* aNew,
-+                                intptr_t aP, bool aPreserveFPU = true )
-+    {
-+#if BOOST_VERSION >= 105600
-+        return boost::context::jump_fcontext( aOld, *aNew, aP, aPreserveFPU );
-+#else
-+        return boost::context::jump_fcontext( aOld, aNew, aP, aPreserveFPU );
-+#endif
-     }
- 
-     template <typename T>
-
diff --git a/kicad-2014.03.13-fp-lib.patch b/kicad-2014.03.13-fp-lib.patch
deleted file mode 100644
index c2df551..0000000
--- a/kicad-2014.03.13-fp-lib.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-From 4679051cd0ff68d902705fcba5b0ee7940fdbaa1 Mon Sep 17 00:00:00 2001
-From: Lubomir Rintel <lkundrak at v3.sk>
-Date: Sun, 30 Nov 2014 14:19:30 +0100
-Subject: [PATCH] Remove Capacitors.pretty and Iut.pretty from the footprint
- library
-
-They've been removed from GitHub and we don't have a snapshot :(
----
- template/fp-lib-table.for-github | 2 --
- template/fp-lib-table.for-pretty | 2 --
- 2 files changed, 4 deletions(-)
-
-diff --git a/template/fp-lib-table.for-github b/template/fp-lib-table.for-github
-index fd9cd16..46bce09 100644
---- a/template/fp-lib-table.for-github
-+++ b/template/fp-lib-table.for-github
-@@ -5,7 +5,6 @@
-   (lib (name Capacitors_SMD)(type Github)(uri ${KIGITHUB}/Capacitors_SMD.pretty)(options "")(descr "The way you like them."))
-   (lib (name Capacitors_Tantalum_SMD)(type Github)(uri ${KIGITHUB}/Capacitors_Tantalum_SMD.pretty)(options "")(descr "The way you like them."))
-   (lib (name Capacitors_ThroughHole)(type Github)(uri ${KIGITHUB}/Capacitors_ThroughHole.pretty)(options "")(descr "The way you like them."))
--  (lib (name Capacitors)(type Github)(uri ${KIGITHUB}/Capacitors.pretty)(options "")(descr "The way you like them."))
-   (lib (name Choke_Axial_ThroughHole)(type Github)(uri ${KIGITHUB}/Choke_Axial_ThroughHole.pretty)(options "")(descr "The way you like them."))
-   (lib (name Choke_Common-Mode_Wurth)(type Github)(uri ${KIGITHUB}/Choke_Common-Mode_Wurth.pretty)(options "")(descr "The way you like them."))
-   (lib (name Choke_Radial_ThroughHole)(type Github)(uri ${KIGITHUB}/Choke_Radial_ThroughHole.pretty)(options "")(descr "The way you like them."))
-@@ -40,7 +39,6 @@
-   (lib (name Inductors_NEOSID)(type Github)(uri ${KIGITHUB}/Inductors_NEOSID.pretty)(options "")(descr "The way you like them."))
-   (lib (name Inductors)(type Github)(uri ${KIGITHUB}/Inductors.pretty)(options "")(descr "The way you like them."))
-   (lib (name IR-DirectFETs)(type Github)(uri ${KIGITHUB}/IR-DirectFETs.pretty)(options "")(descr "The way you like them."))
--  (lib (name Iut)(type Github)(uri ${KIGITHUB}/Iut.pretty)(options "")(descr "The way you like them."))
-   (lib (name Labels)(type Github)(uri ${KIGITHUB}/Labels.pretty)(options "")(descr "The way you like them."))
-   (lib (name LEDs)(type Github)(uri ${KIGITHUB}/LEDs.pretty)(options "")(descr "The way you like them."))
-   (lib (name Measurement_Points)(type Github)(uri ${KIGITHUB}/Measurement_Points.pretty)(options "")(descr "The way you like them."))
-diff --git a/template/fp-lib-table.for-pretty b/template/fp-lib-table.for-pretty
-index 4c3da38..edcb72d 100644
---- a/template/fp-lib-table.for-pretty
-+++ b/template/fp-lib-table.for-pretty
-@@ -5,7 +5,6 @@
-   (lib (name Capacitors_SMD)(type KiCad)(uri ${KISYSMOD}/Capacitors_SMD.pretty)(options "")(descr "The way you like them."))
-   (lib (name Capacitors_Tantalum_SMD)(type KiCad)(uri ${KISYSMOD}/Capacitors_Tantalum_SMD.pretty)(options "")(descr "The way you like them."))
-   (lib (name Capacitors_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Capacitors_ThroughHole.pretty)(options "")(descr "The way you like them."))
--  (lib (name Capacitors)(type KiCad)(uri ${KISYSMOD}/Capacitors.pretty)(options "")(descr "The way you like them."))
-   (lib (name Choke_Axial_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Axial_ThroughHole.pretty)(options "")(descr "The way you like them."))
-   (lib (name Choke_Common-Mode_Wurth)(type KiCad)(uri ${KISYSMOD}/Choke_Common-Mode_Wurth.pretty)(options "")(descr "The way you like them."))
-   (lib (name Choke_Radial_ThroughHole)(type KiCad)(uri ${KISYSMOD}/Choke_Radial_ThroughHole.pretty)(options "")(descr "The way you like them."))
-@@ -40,7 +39,6 @@
-   (lib (name Inductors_NEOSID)(type KiCad)(uri ${KISYSMOD}/Inductors_NEOSID.pretty)(options "")(descr "The way you like them."))
-   (lib (name Inductors)(type KiCad)(uri ${KISYSMOD}/Inductors.pretty)(options "")(descr "The way you like them."))
-   (lib (name IR-DirectFETs)(type KiCad)(uri ${KISYSMOD}/IR-DirectFETs.pretty)(options "")(descr "The way you like them."))
--  (lib (name Iut)(type KiCad)(uri ${KISYSMOD}/Iut.pretty)(options "")(descr "The way you like them."))
-   (lib (name Labels)(type KiCad)(uri ${KISYSMOD}/Labels.pretty)(options "")(descr "The way you like them."))
-   (lib (name LEDs)(type KiCad)(uri ${KISYSMOD}/LEDs.pretty)(options "")(descr "The way you like them."))
-   (lib (name Measurement_Points)(type KiCad)(uri ${KISYSMOD}/Measurement_Points.pretty)(options "")(descr "The way you like them."))
--- 
-2.1.0
-
diff --git a/kicad-2014.03.13-freerouting.patch b/kicad-2014.03.13-freerouting.patch
deleted file mode 100644
index 1a4b10b..0000000
--- a/kicad-2014.03.13-freerouting.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 9d88c45740d48d4fd5c77c6012731189c2acb6e6 Mon Sep 17 00:00:00 2001
-From: Lubomir Rintel <lkundrak at v3.sk>
-Date: Wed, 24 Dec 2014 09:53:49 +0100
-Subject: [PATCH] Try to run freerouting locally
-
-The web site is no longer available and freerouting turned free software.
-Fedora ships it.
----
- pcbnew/dialogs/dialog_freeroute_exchange.cpp | 10 +++++++++-
- 1 file changed, 9 insertions(+), 1 deletion(-)
-
-diff --git a/pcbnew/dialogs/dialog_freeroute_exchange.cpp b/pcbnew/dialogs/dialog_freeroute_exchange.cpp
-index ca3bef0..2dca971 100644
---- a/pcbnew/dialogs/dialog_freeroute_exchange.cpp
-+++ b/pcbnew/dialogs/dialog_freeroute_exchange.cpp
-@@ -126,7 +126,15 @@ void DIALOG_FREEROUTE::OnLaunchButtonClick( wxCommandEvent& event )
- {
-     wxString url;
-     wxString command;
--    wxFileName fileName( FindKicadFile( wxT( "freeroute.jnlp" ) ), wxPATH_UNIX );
-+    wxFileName fileName( FindKicadFile( wxT( "freerouting" ) ), wxPATH_UNIX );
-+
-+    if( fileName.FileExists() )
-+    {
-+        ProcessExecute( fileName.GetFullPath() );
-+        return;
-+    } else {
-+        fileName.Assign ( FindKicadFile( wxT( "freeroute.jnlp" ) ), wxPATH_UNIX );
-+    }
- 
-     if( fileName.FileExists() )
-     {
--- 
-2.1.0
-
diff --git a/kicad-2014.03.13-nostrip.patch b/kicad-2014.03.13-nostrip.patch
deleted file mode 100644
index de6b2c1..0000000
--- a/kicad-2014.03.13-nostrip.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -up kicad-2014.03.13/CMakeLists.txt~ kicad-2014.03.13/CMakeLists.txt
---- kicad-2014.03.13/CMakeLists.txt~	2014-03-16 17:32:13.917001129 +0200
-+++ kicad-2014.03.13/CMakeLists.txt	2014-03-16 17:35:04.238816477 +0200
-@@ -157,7 +157,6 @@ if( CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CX
-     endif()
- 
-     if( MINGW )
--        set( CMAKE_EXE_LINKER_FLAGS_RELEASE "-s" )
- 
-         # _UNICODE definition seems needed under mingw/gcc 4.8
-         # (Kicad uses unicode, and on Windows, wxWidgets >= 2.9.4 is mandatory
-@@ -201,7 +200,6 @@ if( CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CX
-             set( CMAKE_MODULE_LINKER_FLAGS "${TO_LINKER},--no-undefined" )
-         endif()
- 
--        set( CMAKE_EXE_LINKER_FLAGS_RELEASE "-s" )
-     endif()
- 
-     # quiet GCC while in boost
diff --git a/kicad-2015.01.02-freerouting.patch b/kicad-2015.01.02-freerouting.patch
new file mode 100644
index 0000000..fe498f7
--- /dev/null
+++ b/kicad-2015.01.02-freerouting.patch
@@ -0,0 +1,52 @@
+From f81cb9527e29c6a6ef21d9040162b42e31c40e44 Mon Sep 17 00:00:00 2001
+From: Lubomir Rintel <lkundrak at v3.sk>
+Date: Wed, 24 Dec 2014 09:53:49 +0100
+Subject: [PATCH] Try to run freerouting by its JPackage launcher script
+
+It's a sin to touch the Java tool by its JAR file in Fedora.
+---
+ pcbnew/dialogs/dialog_freeroute_exchange.cpp | 24 ++++++++++++++++++++++--
+ 1 file changed, 22 insertions(+), 2 deletions(-)
+
+diff -urp kicad-2015.01.02/pcbnew/dialogs/dialog_freeroute_exchange.cpp kicad-2015.01.02.good/pcbnew/dialogs/dialog_freeroute_exchange.cpp
+--- kicad-2015.01.02/pcbnew/dialogs/dialog_freeroute_exchange.cpp	2015-01-02 22:15:35.000000000 +0100
++++ kicad-2015.01.02.good/pcbnew/dialogs/dialog_freeroute_exchange.cpp	2015-01-03 11:25:55.393054653 +0100
+@@ -80,7 +80,12 @@ void DIALOG_FREEROUTE::MyInit()
+     wxConfigBase* cfg = Kiface().KifaceSettings();
+     cfg->Read( FREEROUTE_RUN_KEY, &msg );
+ */
+-    wxFileName fileName( FindKicadFile( wxT( "freeroute.jar" ) ), wxPATH_UNIX );
++    wxFileName fileName( FindKicadFile( wxT( "freeroute" ) ), wxPATH_UNIX );
++
++    if( !fileName.FileExists() )
++    {
++        fileName.Assign ( FindKicadFile( wxT( "freeroute.jar" ) ), wxPATH_UNIX );
++    }
+ 
+     if( fileName.FileExists() )
+     {
+@@ -144,8 +149,22 @@ void DIALOG_FREEROUTE::OnLaunchButtonCli
+             return;
+     }
+ 
+-    wxFileName jarfileName( FindKicadFile( wxT( "freeroute.jar" ) ), wxPATH_UNIX );
+-    wxString command;
++    wxFileName jarfileName( FindKicadFile( wxT( "freerouting" ) ), wxPATH_UNIX );
++    wxString command = wxT( "" );
++
++    if( jarfileName.FileExists() )
++    {
++        command << wxChar( '"' ) << jarfileName.GetFullPath() << wxChar( '"' );
++        // add option to load the .dsn file
++        command << wxT( " -de " );
++        // add *.dsn full filename (quoted):
++        command << wxChar( '"' ) << dsnFile << wxChar( '"' );
++
++        ProcessExecute( command );
++        return;
++    } else {
++        jarfileName.Assign ( FindKicadFile( wxT( "freeroute.jar" ) ), wxPATH_UNIX );
++    }
+ 
+     // Find the Java application on Windows.
+     // Colud be no more needed since we now have to run only java, not java web start
diff --git a/kicad-2015.01.02-nostrip.patch b/kicad-2015.01.02-nostrip.patch
new file mode 100644
index 0000000..2e72993
--- /dev/null
+++ b/kicad-2015.01.02-nostrip.patch
@@ -0,0 +1,21 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index af87f4b..f002416 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -186,7 +186,6 @@ if( CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
+     endif()
+ 
+     if( MINGW )
+-        set( CMAKE_EXE_LINKER_FLAGS_RELEASE "-s" )
+ 
+         # _UNICODE definition seems needed under mingw/gcc 4.8
+         # (Kicad uses unicode, and on Windows, wxWidgets >= 2.9.4 is mandatory
+@@ -223,8 +222,6 @@ if( CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
+             set( CMAKE_SHARED_LINKER_FLAGS "${TO_LINKER},--no-undefined" )
+             set( CMAKE_MODULE_LINKER_FLAGS "${TO_LINKER},--no-undefined" )
+ 
+-            set( CMAKE_EXE_LINKER_FLAGS_RELEASE "-s" )
+-
+             # Defeat ELF's ability to use the GOT to replace locally implemented functions
+             # with ones from another module.
+             # https://bugs.launchpad.net/kicad/+bug/1322354
diff --git a/kicad-clone.sh b/kicad-clone.sh
index 04a3a70..829f9cb 100755
--- a/kicad-clone.sh
+++ b/kicad-clone.sh
@@ -5,7 +5,7 @@ bzr checkout lp:kicad kicad.bzr
 bzr checkout lp:~kicad-product-committers/kicad/library kicad-library.bzr
 bzr branch --stacked lp:~kicad-developers/kicad/doc kicad-doc.bzr
 
-fps () { sed -n 's|.*\${KIGITHUB}/\([^)]*\)).*|\1|p'  kicad-library.bzr/template/fp-lib-table.for-github }
+fps () { sed -n 's|.*\${KIGITHUB}/\([^)]*\)).*|\1|p'  kicad-library.bzr/template/fp-lib-table.for-github; }
 
 mkdir -p footprints
 fps |while read FP
diff --git a/kicad-export.sh b/kicad-export.sh
index c1b2994..3322198 100755
--- a/kicad-export.sh
+++ b/kicad-export.sh
@@ -1,10 +1,10 @@
 #!/bin/sh
 set -e
 
-TIMESTAMP="2014.03.13"
-MAIN_REV=4744
-LIB_REV=333
-DOC_REV=560
+TIMESTAMP="2015.02.05"
+MAIN_REV=5404
+LIB_REV=474
+DOC_REV=652
 
 cd kicad.bzr
 bzr export -r $MAIN_REV kicad-$TIMESTAMP
diff --git a/kicad-walter-libs.sh b/kicad-walter-libs.sh
index 82b4da6..e0d501f 100755
--- a/kicad-walter-libs.sh
+++ b/kicad-walter-libs.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-TIMESTAMP="2014.03.13"
+TIMESTAMP="2015.02.05"
 
 mkdir -p kicad-walter
 cd kicad-walter
diff --git a/kicad.spec b/kicad.spec
index d013754..1fba632 100644
--- a/kicad.spec
+++ b/kicad.spec
@@ -1,7 +1,7 @@
 Name:           kicad
-Version:        2014.03.13
-Release:        11.rev4744%{?dist}
-Summary:        Electronic schematic diagrams and printed circuit board artwork
+Version:        2015.02.05
+Release:        1.rev5404%{?dist}
+Summary:        EDA software suite for creation of schematic diagrams and PCBs
 Summary(fr):    Saisie de schéma électronique et routage de circuit imprimé
 
 Group:          Applications/Engineering
@@ -25,18 +25,16 @@ Source3:        %{name}-footprints-%{version}.tar.xz
 Source7:        Epcos-MKT-1.0.tar.bz2
 Source8:        %{name}-walter-libraries-%{version}.tar.xz
 
-Patch0:         pcb_calculator-desktop-fix.patch
-Patch1:         kicad-2014.03.13-nostrip.patch
-Patch2:         kicad-2014.03.13-fp-lib.patch
-Patch3:         kicad-2014.03.13-freerouting.patch
-Patch4:         kicad-2014.03.13-boost-context.patch
+Patch1:         kicad-2015.01.02-nostrip.patch
+Patch2:         kicad-2015.01.02-freerouting.patch
 
 BuildRequires:  desktop-file-utils
-BuildRequires:  wxGTK-devel
+BuildRequires:  wxGTK3-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  glew-devel
+BuildRequires:  openssl-devel
 
 Requires:       electronics-menu
 Requires:       freerouting
@@ -185,14 +183,8 @@ Documentation and tutorials for KiCad in Chinese
 %prep
 %setup -q -a 1 -a 2 -a 3 -a 7 -a 8
 
-%patch0 -p1
 %patch1 -p1
-%patch3 -p1
-%patch4 -p0
-
-cd %{name}-libraries-%{version}
 %patch2 -p1
-cd ..
 
 #kicad-doc.noarch: W: file-not-utf8 /usr/share/doc/kicad/AUTHORS.txt
 iconv -f iso8859-1 -t utf-8 AUTHORS.txt > AUTHORS.conv && mv -f AUTHORS.conv AUTHORS.txt
@@ -231,7 +223,8 @@ popd
 #
 # Core components
 #
-%cmake -DKICAD_STABLE_VERSION=OFF -DKICAD_SKIP_BOOST=ON
+%cmake -DKICAD_STABLE_VERSION=OFF -DKICAD_SKIP_BOOST=ON \
+        -DwxWidgets_CONFIG_EXECUTABLE=%{_bindir}/wx-config-3.0
 %{__make} -j1 VERBOSE=1
 
 
@@ -284,10 +277,6 @@ ln -f %{buildroot}%{_datadir}/%{name}/template/fp-lib-table{.for-pretty,}
 %{__cp} -pr %{name}-doc-%{version}/doc/* %{buildroot}%{_docdir}/%{name}
 %{__cp} -pr AUTHORS.txt CHANGELOG* %{buildroot}%{_docdir}/%{name}
 
-# Drop this, it's no longer able to webstart the freerouter
-# and we have it available locally anyway
-rm %{buildroot}%{_bindir}/*.jnlp
-
 %find_lang %{name}
 
 
@@ -375,6 +364,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Thu Mar 19 2015 Lubomir Rintel <lkundrak at v3.sk> - 2015.02.05-1.rev5404
+- Update to a later snapshot
+
 * Tue Jan 27 2015 Petr Machata <pmachata at redhat.com> - 2014.03.13-11.rev4744
 - Rebuild for boost 1.57.0
 - Add upstream patch to support new Boost.Context API
diff --git a/pcb_calculator-desktop-fix.patch b/pcb_calculator-desktop-fix.patch
deleted file mode 100644
index 458b1a1..0000000
--- a/pcb_calculator-desktop-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur kicad-2014.03.13.orig/resources/linux/mime/applications/pcbcalculator.desktop kicad-2014.03.13/resources/linux/mime/applications/pcbcalculator.desktop
---- kicad-2014.03.13.orig/resources/linux/mime/applications/pcbcalculator.desktop	2014-03-13 16:43:01.000000000 +0100
-+++ kicad-2014.03.13/resources/linux/mime/applications/pcbcalculator.desktop	2014-03-17 15:40:44.201939540 +0100
-@@ -2,7 +2,7 @@
- [Desktop Entry]
- Categories=Development;Electronics
- Comment=Design a printed circuit board
--Exec=pcbcalculator
-+Exec=pcb_calculator
- GenericName=EDA Suite
- Icon=pcbcalculator
- MimeType=application/x-pcbcalculator-project;
diff --git a/sources b/sources
index d92675d..067a4c5 100644
--- a/sources
+++ b/sources
@@ -1,6 +1,6 @@
-f0a45487c81db32d7c97ea0fb59fc7d4  kicad-2014.03.13.tar.xz
-1e8870c0b80a9526b5285e5c90dead50  kicad-libraries-2014.03.13.tar.xz
-b886bbec5fc0e05f0d9a5d4f35119577  kicad-doc-2014.03.13.tar.xz
-4dd1da93067020c2ac690876a5e361a2  kicad-footprints-2014.03.13.tar.xz
-7d6f1b15a2ef24b77ac5982c06d889e6  kicad-walter-libraries-2014.03.13.tar.xz
 4dba5eca85fcec9bba491c1815963f80  Epcos-MKT-1.0.tar.bz2
+90312fcadd215ddde151d64f7626ba6b  kicad-2015.02.05.tar.xz
+7a4076e817a8f669d49db88d752ee67a  kicad-doc-2015.02.05.tar.xz
+2f04e055c1806a328d7f22254949f671  kicad-footprints-2015.02.05.tar.xz
+72129db1aec02c111fd108817179d6d0  kicad-libraries-2015.02.05.tar.xz
+05705e5e5b2deae1c6983e2594dad917  kicad-walter-libraries-2015.02.05.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kicad.git/commit/?h=epel7&id=aa5728f11451a4217809dca743e1728bc5ec5797


More information about the scm-commits mailing list