Hello community,

here is the log from the commit of package adms for openSUSE:Factory checked in 
at 2016-04-30 23:29:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adms (Old)
 and      /work/SRC/openSUSE:Factory/.adms.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adms"

Changes:
--------
--- /work/SRC/openSUSE:Factory/adms/adms.changes        2014-10-05 
20:31:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.adms.new/adms.changes   2016-04-30 
23:29:43.000000000 +0200
@@ -1,0 +2,32 @@
+Mon Apr 25 12:06:14 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 2.3.5
+  * Change license to GPLv3.
+  * Add new simplified constants.vams and discplines.vams.
+    Tested to work with models currently in use by Qucs, Ngspice, Xyce and 
Gnucap.
+    Whenever these headers are used, adms informs the user about the
+    availability of the standard headers at:
+    http://accellera.org/downloads/standards/v-ams
+  * Remove non-GPL constants.vams and disciplines.vams headers.
+    These files are copyright of Accellera. With the LRM v2.4.0 updated 
versions
+    of these files are freely accessible. However modification is not allowed.
+    Hence, these files are not GPL and should not be included in adms.
+  * Autotools, add back support for static and shared libraries build.
+    Build shared libraries by default. Tested on Linux, Mac OSX, and MSYS2.
+    See the configure --disable-shared flag to change that.
+    CMake contiues to builds static libraries only.
+  * Fix out-of-tree build for Autotools and CMake.
+  * Check scaling factors againd LRM v2.4.0
+    Add missing K scaling (uppercase kilo)
+    standard scale_factor T|G|M|K|k|m|u|n|p|f|a
+    Add testset (va and xml files) to test the scaling factors
+  * Handle non-standard scaling factors with warning E|P|D|h|d|c|A
+  * Relax Bison requirement, tested with (2.5, 3.0.2)
+  * Perl GD module is no longer required at build time.
+    The GD module is becoming hard to install, and it is only used to create
+    a few images used on the html documentation. If images need to be changed,
+    run the mkimage.pl script and update the repository.
+- Change license to GPL-3.0, accordingly with upstream changes
+- Remove perl-GD build dependency; not needed anymore
+
+-------------------------------------------------------------------

Old:
----
  adms-2.3.4.tar.gz

New:
----
  adms-2.3.5.tar.gz

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

Other differences:
------------------
++++++ adms.spec ++++++
--- /var/tmp/diff_new_pack.IWAoJO/_old  2016-04-30 23:29:44.000000000 +0200
+++ /var/tmp/diff_new_pack.IWAoJO/_new  2016-04-30 23:29:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package adms
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,10 +17,10 @@
 
 
 Name:           adms
-Version:        2.3.4
+Version:        2.3.5
 Release:        0
 Summary:        An automatic device model synthesizer
-License:        LGPL-2.1
+License:        GPL-3.0
 Group:          Productivity/Scientific/Electronics
 Url:            http://sourceforge.net/projects/mot-adms/
 Source0:        
http://downloads.sourceforge.net/mot-adms/%{name}-%{version}.tar.gz
@@ -30,7 +30,6 @@
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  perl-GD
 BuildRequires:  perl-XML-LibXML
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -45,17 +44,23 @@
 %patch1 -p1
 
 %build
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
+find %{buildroot} -type f -name "*.la" -delete -print
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING
 %{_bindir}/admsCheck
 %{_bindir}/admsXml
+# Do not split out libraries for the moment; nothing else but adms (can) use 
them
+%{_libdir}/lib%{name}*.*
 %{_mandir}/man1/admsCheck.1.gz
 %{_mandir}/man1/admsXml.1.gz
 

++++++ adms-2.3.4.tar.gz -> adms-2.3.5.tar.gz ++++++
++++ 46373 lines of diff (skipped)


Reply via email to