Hello community,

here is the log from the commit of package kicad-library for openSUSE:Factory 
checked in at 2013-03-22 14:01:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kicad-library (Old)
 and      /work/SRC/openSUSE:Factory/.kicad-library.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kicad-library", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:Factory/.kicad-library.new/kicad-library.changes 
2013-03-22 14:01:42.000000000 +0100
@@ -0,0 +1,46 @@
+-------------------------------------------------------------------
+Thu Jan 24 20:52:31 UTC 2013 - [email protected]
+
+- Update to version 20130122
+
+-------------------------------------------------------------------
+Tue Jan  8 12:18:39 UTC 2013 - [email protected]
+
+- license update: LGPL-2.1+
+  See COPYING and the majority of source code files
+
+-------------------------------------------------------------------
+Fri Dec 28 12:48:27 UTC 2012 - [email protected]
+
+- spec file cleanup
+
+-------------------------------------------------------------------
+Sun Apr  1 11:05:56 UTC 2012 - [email protected]
+
+- Update to 2012-03-25-BZR120
+
+-------------------------------------------------------------------
+Sat May 28 10:00:00 UTC 2011 - [email protected]
+
+- Update to 2011-05-28-BZR109
+
+-------------------------------------------------------------------
+Tue Apr 13 15:40:27 UTC 2010 - [email protected]
+
+- Update to 2010-04-06-SVN2508
+
+-------------------------------------------------------------------
+Thu Dec 17 00:00:00 UTC 2009 - [email protected]
+- created library links from supports.mod to sockets.mod
+  This is another fix for #549936
+
+-------------------------------------------------------------------
+Sat Dec 05 00:00:00 UTC 2009 - [email protected]
+
+- use library from SVN repo. There's no working library
+  package on soureforge. Fixes #549936
+
+-------------------------------------------------------------------
+Thu Mar 25 00:00:00 UTC 2008 - [email protected]
+
+- initial build of the kicad library package version 1.0

New:
----
  kicad-library-20130122.tar.bz2
  kicad-library.changes
  kicad-library.spec

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

Other differences:
------------------
++++++ kicad-library.spec ++++++
#
# spec file for package kicad-library
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           kicad-library
Version:        20130122
Release:        0
Summary:        Library for kicad: footprints, symbols, 3d-packages
License:        LGPL-2.1+
Group:          Productivity/Scientific/Electronics
Url:            http://kicad-pcb.org
# bzr branch lp:~kicad-lib-committers/kicad/library
# bzr export -r 210 kicad-library-20130122.tar.bz2
Source:         %{name}-%{version}.tar.bz2

BuildRequires:  cmake
BuildRequires:  fdupes
BuildRequires:  gcc-c++

BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Kicad is an open source software for the creation of electronic schematic
diagrams and printed circuit board artwork up to 16 layers.
This is the library package for kicad. It contains:
- schematic symbols
- footprints
- 3d-packages

%prep
%setup -q

%build
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ./
make %{?_smp_mflags}

%install
%makeinstall
%fdupes %{buildroot}/%{_datadir}

%files
%defattr(-,root,root,-)
%{_datadir}/kicad/

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to