Hello community,
here is the log from the commit of package libusbauth-configparser for
openSUSE:Factory checked in at 2019-02-28 21:41:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libusbauth-configparser (Old)
and /work/SRC/openSUSE:Factory/.libusbauth-configparser.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libusbauth-configparser"
Thu Feb 28 21:41:42 2019 rev:2 rq:677820 version:1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/libusbauth-configparser/libusbauth-configparser.changes
2018-02-07 18:40:43.942096265 +0100
+++
/work/SRC/openSUSE:Factory/.libusbauth-configparser.new.28833/libusbauth-configparser.changes
2019-02-28 21:42:06.521558275 +0100
@@ -1,0 +2,12 @@
+Wed Feb 20 18:02:33 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use a full Source URL and original tarball.
+- Avoid double-shipping documentation.
+
+-------------------------------------------------------------------
+Tue Jan 22 22:00:00 UTC 2019 - Stefan Koch <[email protected]>
+
+- update to 1.0.1:
+ * Support string quoting
+
+-------------------------------------------------------------------
Old:
----
libusbauth-configparser.tar.bz2
New:
----
v1.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libusbauth-configparser.spec ++++++
--- /var/tmp/diff_new_pack.4zH3ky/_old 2019-02-28 21:42:07.021558061 +0100
+++ /var/tmp/diff_new_pack.4zH3ky/_new 2019-02-28 21:42:07.025558059 +0100
@@ -1,8 +1,8 @@
#
# spec file for package libusbauth-configparser
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2017 Stefan Koch <[email protected]>
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017-2018 Stefan Koch <[email protected]>
# Copyright (c) 2015 SUSE LLC. All Rights Reserved.
# Author: Stefan Koch <[email protected]>
#
@@ -15,23 +15,21 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: libusbauth-configparser
-Version: 1.0
+Version: 1.0.1
Release: 0
Summary: Library for USB Firewall including flex/bison parser
-License: LGPL-2.1
+License: LGPL-2.1-only
Group: Development/Languages/C and C++
-Url:
https://github.com/kochstefan/usbauth-all/tree/master/libusbauth-configparser
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: %{name}.tar.bz2
-
+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
BuildRequires: libtool
BuildRequires: libudev-devel
@@ -42,36 +40,40 @@
Summary: Library for USB Firewall including flex/bison parser
Group: System/Libraries
+%description -n %{name}1
+Library to read usbauth config file into data structures
+
%package devel
Summary: Development part of library for USB Firewall including
flex/bison parser
Group: Development/Languages/C and C++
Requires: libusbauth-configparser1 = %{version}
-%description -n %{name}1
-Library to read usbauth config file into data structures
-
%description devel
Development part of library to read usbauth config file into data structures
%prep
-%setup -n %{name}
+%autosetup -n usbauth-all-%{version} -p1
%build
+pushd %{name}/
autoreconf -f -i
%configure
%make_build
+popd
%install
+pushd %{name}/
%make_install
+popd
%files -n %{name}1
%defattr(-,root,root)
-%doc COPYING README
-%_libdir/*lib*.so.*
+%_libdir/lib*.so.1*
%files devel
%defattr(-,root,root)
-%doc COPYING README
+%license libusbauth-configparser/COPYING
+%doc libusbauth-configparser/README
%doc %_mandir/*/*
%_includedir/*
%_libdir/lib*.so