Hello community,

here is the log from the commit of package kicad for openSUSE:Factory checked 
in at 2015-12-06 07:40:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kicad (Old)
 and      /work/SRC/openSUSE:Factory/.kicad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kicad"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kicad/kicad.changes      2015-11-10 
10:03:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kicad.new/kicad.changes 2015-12-06 
07:40:31.000000000 +0100
@@ -1,0 +2,19 @@
+Mon Nov 30 14:36:09 UTC 2015 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  kicad-4.0.0-rc2.tar.xz

New:
----
  kicad-4.0.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kicad.spec ++++++
--- /var/tmp/diff_new_pack.ng97Lc/_old  2015-12-06 07:40:32.000000000 +0100
+++ /var/tmp/diff_new_pack.ng97Lc/_new  2015-12-06 07:40:32.000000000 +0100
@@ -17,14 +17,13 @@
 
 
 Name:           kicad
-Version:        4.0.0~rc2
+Version:        4.0.0
 Release:        0
-%define src_ver 4.0.0-rc2
 Summary:        EDA software suite for the creation of schematics and PCB
 License:        GPL-2.0+ and GPL-3.0+
 Group:          Productivity/Scientific/Electronics
 Url:            http://kicad-pcb.org
-Source:         
https://launchpad.net/kicad/4.0/4.0.0-rc1/+download/kicad-%{src_ver}.tar.xz
+Source:         
https://launchpad.net/kicad/4.0/%{version}/+download/kicad-%{version}.tar.xz
 # License file was removed due to GPL-3.0+ code
 # 
https://github.com/KiCad/kicad-source-mirror/commit/681090b8ef3a362af75e8ca4417e18622747b63b
 Source2:        COPYRIGHT.txt
@@ -60,7 +59,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       %{name}-library-install
 Requires:       python-wxWidgets-3_0 >= 3
-# Requires:       %%{name}-library
 Recommends:     %{name}-doc
 Obsoletes:      kicad = 20140120
 
@@ -90,7 +88,7 @@
 This package contains script for KiCad libraries downloading.
 
 %prep
-%setup -q -n kicad-%{src_ver}
+%setup -q -n kicad-%{version}
 %patch1 -p1
 %patch2 -p1
 
@@ -104,7 +102,7 @@
 %build
 %cmake \
     -DKICAD_REPO_NAME=stable \
-    -DKICAD_BUILD_VERSION=%{src_ver} \
+    -DKICAD_BUILD_VERSION=%{version} \
     -DKICAD_SKIP_BOOST=ON \
     -DBUILD_GITHUB_PLUGIN=ON \
     -DKICAD_SCRIPTING=ON \


++++++ kicad-4.0.0-rc2.tar.xz -> kicad-4.0.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/kicad/kicad-4.0.0-rc2.tar.xz 
/work/SRC/openSUSE:Factory/.kicad.new/kicad-4.0.0.tar.xz differ: char 8, line 1

++++++ kicad-library-repos-install.patch ++++++
--- /var/tmp/diff_new_pack.ng97Lc/_old  2015-12-06 07:40:32.000000000 +0100
+++ /var/tmp/diff_new_pack.ng97Lc/_new  2015-12-06 07:40:32.000000000 +0100
@@ -1,7 +1,7 @@
-Index: kicad-4.0.0-rc1/scripts/library-repos-install.sh
+Index: kicad-4.0.0/scripts/library-repos-install.sh
 ===================================================================
---- kicad-4.0.0-rc1.orig/scripts/library-repos-install.sh
-+++ kicad-4.0.0-rc1/scripts/library-repos-install.sh
+--- kicad-4.0.0.orig/scripts/library-repos-install.sh
++++ kicad-4.0.0/scripts/library-repos-install.sh
 @@ -24,7 +24,8 @@
  
  
@@ -80,7 +80,7 @@
  }
  
  
-@@ -137,9 +123,7 @@ detect_pretty_repos()
+@@ -138,9 +124,7 @@ detect_pretty_repos()
  checkout_or_update_libraries()
  {
      if [ ! -d "$WORKING_TREES" ]; then
@@ -91,7 +91,7 @@
      fi
      cd $WORKING_TREES
  
-@@ -216,6 +200,7 @@ remove_orphaned_libraries()
+@@ -217,6 +201,7 @@ remove_orphaned_libraries()
  
  if [ $# -eq 1 -a "$1" == "--install-or-update" ]; then
      checkout_or_update_libraries
@@ -99,7 +99,7 @@
      exit
  fi
  
-@@ -232,11 +217,6 @@ if [ $# -eq 1 -a "$1" == "--remove-all-l
+@@ -233,11 +218,6 @@ if [ $# -eq 1 -a "$1" == "--remove-all-l
  fi
  
  


Reply via email to