Hello community,

here is the log from the commit of package augeas for openSUSE:Factory checked 
in at 2018-03-26 12:08:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/augeas (Old)
 and      /work/SRC/openSUSE:Factory/.augeas.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "augeas"

Mon Mar 26 12:08:32 2018 rev:46 rq:589655 version:1.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/augeas/augeas.changes    2018-03-01 
12:05:42.438623641 +0100
+++ /work/SRC/openSUSE:Factory/.augeas.new/augeas.changes       2018-03-26 
12:08:43.918636885 +0200
@@ -1,0 +2,37 @@
+Tue Mar 20 21:02:55 UTC 2018 - [email protected]
+
+- Fix RPM groups.
+
+-------------------------------------------------------------------
+Tue Mar 20 09:41:39 UTC 2018 - [email protected]
+
+- update to 1.10.1:
+  General changes/additions
+    New CLI utility 'augmatch' to print the tree for a file and select
+    some of its contents
+    New command 'count' in augtool
+    New function 'not(bool) -> bool' for path expressions
+    The path expression 'label[. = "value"]' can now be written more
+    concisely as 'label["value"]'
+  API changes
+    libfa has now a function fa_json to export an FA as a JSON file, and
+    fa_state_* functions that make it possible to iterate over the FA's
+    states and transitions. (Pedro Valero Mejia)
+    Add functions aug_ns_label, aug_ns_value, aug_ns_count, and
+    aug_ns_path to get the label (with index), the value, the number of
+    nodes, and the fully qualified path for nodes stored in a nodeset in
+    a variable efficiently
+  Lens changes/additions
+    Grubenv: new lens to process /boot/grub/grubenv (omgold)
+    Httpd: also read files from /etc/httpd/conf.modules.d/*.conf
+    (Tomas Meszaros) (Issue #537)
+    Nsswitch: allow comments at the end of a line (Philip Hahn) (Issue #517)
+    Ntp: accept 'ntpsigndsocket' statement (Philip Hahn) (Issue #516)
+    Properties: accept empty comments with DOS line endings (Issue #161)
+    Rancid: new lens for RANCiD router databases (Matt Dainty)
+    Resolv: accept empty comments with DOS line endings (Issue #161)
+    Systemd: also process /etc/systemd/logind.conf (Pat Riehecky)
+    YAML: process a document that is just a sequence (John Vandenberg)
+- drop chrpath dependency, the offending dump binary is no longer shipped
+
+-------------------------------------------------------------------

Old:
----
  augeas-1.9.0.tar.gz
  augeas-1.9.0.tar.gz.sig

New:
----
  augeas-1.10.1.tar.gz
  augeas-1.10.1.tar.gz.sig

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

Other differences:
------------------
++++++ augeas.spec ++++++
--- /var/tmp/diff_new_pack.6jEks6/_old  2018-03-26 12:08:45.258588877 +0200
+++ /var/tmp/diff_new_pack.6jEks6/_new  2018-03-26 12:08:45.262588734 +0200
@@ -18,22 +18,20 @@
 
 %define libname lib%{name}0
 Name:           augeas
-Version:        1.9.0
+Version:        1.10.1
 Release:        0
 Summary:        An utility for changing configuration files
-License:        GPL-3.0+ and LGPL-2.1+
-Group:          System/Libraries
+License:        GPL-3.0-or-later AND LGPL-2.1-or-later
+Group:          Development/Libraries/C and C++
 Url:            http://augeas.net/
 Source0:        http://download.augeas.net/augeas-%{version}.tar.gz
 Source1:        http://download.augeas.net/augeas-%{version}.tar.gz.sig
 Source2:        %{name}.keyring
 Source3:        baselibs.conf
 Patch0:         augeas-modprobe-lense.patch
-BuildRequires:  chrpath
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 An utility for programmatically editing configuration files. Augeas
@@ -60,7 +58,7 @@
 
 %package        -n %{libname}
 Summary:        A library for changing configuration files
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 Recommends:     %{name}-lenses = %{version}
 
 %description    -n %{libname}
@@ -75,7 +73,7 @@
 
 %package        lenses
 Summary:        Official set of lenses for use by %{libname}
-Group:          Development/Libraries/Other
+Group:          System/Libraries
 Requires:       %{libname} = %{version}
 
 %description    lenses
@@ -111,7 +109,6 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 # move vim files to the right location
 mv %{buildroot}/%{_datadir}/vim/vimfiles %{buildroot}/%{_datadir}/vim/site
-chrpath --delete %{buildroot}/%{_bindir}/dump
 
 %check
 # Fails 2 thread based tests
@@ -121,21 +118,18 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
+%{_bindir}/augmatch
 %{_bindir}/augtool
 %{_bindir}/augparse
 %{_bindir}/fadot
-%{_bindir}/dump
 %{_mandir}/man1/*
 %license COPYING
 %doc AUTHORS NEWS
 
 %files -n %{libname}
-%defattr(-,root,root,-)
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/augeas.pc
@@ -148,14 +142,12 @@
 %{_datadir}/vim/site/syntax/augeas.vim
 
 %files lenses
-%defattr(-,root,root,-)
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/lenses
 %dir %{_datadir}/%{name}/lenses/dist
 %{_datadir}/%{name}/lenses/dist/*.aug
 
 %files lense-tests
-%defattr(-,root,root,-)
 %dir %{_datadir}/%{name}/lenses/dist/tests
 %{_datadir}/%{name}/lenses/dist/tests/*.aug
 

++++++ augeas-1.9.0.tar.gz -> augeas-1.10.1.tar.gz ++++++
++++ 45486 lines of diff (skipped)



Reply via email to