Hello community,

here is the log from the commit of package units for openSUSE:Factory checked 
in at 2015-11-13 11:18:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/units (Old)
 and      /work/SRC/openSUSE:Factory/.units.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "units"

Changes:
--------
--- /work/SRC/openSUSE:Factory/units/units.changes      2014-04-09 
13:17:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.units.new/units.changes 2015-11-13 
11:18:43.000000000 +0100
@@ -1,0 +2,25 @@
+Thu Oct 15 14:28:28 UTC 2015 - [email protected]
+
+- Update to 2.12
+  * Updated and revised units database, with constants now based 
+    on 2014 CODATA.
+  * Readline history is persistent and is saved to 
+    ~/.units_history, or to the file specified with --history (-H) 
+    option.
+  * Fixed bug where '_' didn't give last result after conversion 
+    to function.
+  * Fixed sporadic segmentation fault with --log.
+  * Comments allowed on interactive input with '#', most useful 
+    with logging.
+  * Added configure test for rl_completion_suppress_append, which 
+    helps compilation under MacOS.
+  * Comment processing happens before checking UTF-8 
+    validity---comments are allowed to contain bogus UTF-8.
+  * Changed units_cur to skip bogus precious metals data from 
+    timegenie and to skip currencies with no rate.
+- Cleanups spec file with spec-cleaner
+- Update usage of gpg signature
+- Move info scriplet to preun
+- Enable units_cur builiding by default
+
+-------------------------------------------------------------------

Old:
----
  units-2.11.tar.gz
  units-2.11.tar.gz.sig

New:
----
  units-2.12.tar.gz
  units-2.12.tar.gz.sig

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

Other differences:
------------------
++++++ units.spec ++++++
--- /var/tmp/diff_new_pack.vT4nTf/_old  2015-11-13 11:18:44.000000000 +0100
+++ /var/tmp/diff_new_pack.vT4nTf/_new  2015-11-13 11:18:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package units
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%bcond_with    units_cur
+%bcond_without units_cur
 
 Name:           units
-Version:        2.11
+Version:        2.12
 Release:        0
 Summary:        Conversion Utility
 License:        GPL-3.0+
@@ -30,15 +30,13 @@
 Source2:        units.keyring
 BuildRequires:  bison
 BuildRequires:  readline-devel
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with units_cur}
 BuildRequires:  python-base
 Requires:       python-Unidecode
 %endif
-PreReq:         %{install_info_prereq}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 
 %description
 The 'units' program converts quantities expressed in various scales to
@@ -49,7 +47,6 @@
 page for details.
 
 %prep
-%{?gpg_verify: %gpg_verify %{SOURCE1}}
 %setup -q
 
 %build
@@ -66,7 +63,7 @@
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
 %files
@@ -74,8 +71,8 @@
 %{_bindir}/units
 %{_datadir}/units
 %doc COPYING ChangeLog NEWS README
-%doc %{_infodir}/units.info.gz
-%doc %{_mandir}/man1/units.1.gz
+%{_infodir}/units.info.*
+%{_mandir}/man1/units.1.*
 %if %{with units_cur}
 %{_bindir}/units_cur
 %endif

++++++ units-2.11.tar.gz -> units-2.12.tar.gz ++++++
++++ 8680 lines of diff (skipped)



Reply via email to