Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libusbauth-configparser for
openSUSE:Factory checked in at 2023-03-15 18:54:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libusbauth-configparser (Old)
and /work/SRC/openSUSE:Factory/.libusbauth-configparser.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libusbauth-configparser"
Wed Mar 15 18:54:33 2023 rev:4 rq:1071872 version:1.0.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/libusbauth-configparser/libusbauth-configparser.changes
2020-02-04 19:57:22.841462540 +0100
+++
/work/SRC/openSUSE:Factory/.libusbauth-configparser.new.31432/libusbauth-configparser.changes
2023-03-15 18:54:47.792475584 +0100
@@ -1,0 +2,6 @@
+Fri Jan 20 17:38:20 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.0.5:
+ * Add default value types
+
+-------------------------------------------------------------------
Old:
----
v1.0.1.tar.gz
New:
----
usbauth-all-1.0.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libusbauth-configparser.spec ++++++
--- /var/tmp/diff_new_pack.VOtU5J/_old 2023-03-15 18:54:48.300478287 +0100
+++ /var/tmp/diff_new_pack.VOtU5J/_new 2023-03-15 18:54:48.304478308 +0100
@@ -1,10 +1,8 @@
#
# spec file for package libusbauth-configparser
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2017-2018 Stefan Koch <[email protected]>
-# Copyright (c) 2015 SUSE LLC. All Rights Reserved.
-# Author: Stefan Koch <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +17,17 @@
#
+%define _name usbauth-all
Name: libusbauth-configparser
-Version: 1.0.1
-Release: 0
+Version: 1.0.5
Summary: Library for USB Firewall including flex/bison parser
+URL: https://github.com/kochstefan/usbauth-all/
+Source:
%{url}/archive/refs/tags/v%{version}.tar.gz#/%{_name}-%{version}.tar.gz
+
+Release: 0
License: LGPL-2.1-only
Group: Development/Languages/C and C++
-URL:
https://github.com/kochstefan/usbauth-all/tree/master/libusbauth-configparser
-Source:
https://github.com/kochstefan/usbauth-all/archive/v%{version}.tar.gz
+
BuildRequires: bison
BuildRequires: flex
BuildRequires: gcc
@@ -52,7 +53,7 @@
Development part of library to read usbauth config file into data structures
%prep
-%autosetup -n usbauth-all-%{version} -p1
+%autosetup -n %{_name}-%{version}
%build
pushd %{name}/
@@ -67,13 +68,11 @@
popd
%files -n %{name}1
-%defattr(-,root,root)
%_libdir/lib*.so.1*
%files devel
-%defattr(-,root,root)
-%license libusbauth-configparser/COPYING
-%doc libusbauth-configparser/README
+%license %{name}/COPYING
+%doc %{name}/README
%doc %_mandir/*/*
%_includedir/*
%_libdir/lib*.so