Hello community,

here is the log from the commit of package ratslap for openSUSE:Factory checked 
in at 2020-10-06 17:10:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ratslap (Old)
 and      /work/SRC/openSUSE:Factory/.ratslap.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ratslap"

Tue Oct  6 17:10:51 2020 rev:2 rq:839709 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ratslap/ratslap.changes  2019-02-14 
14:31:55.079692103 +0100
+++ /work/SRC/openSUSE:Factory/.ratslap.new.4249/ratslap.changes        
2020-10-06 17:14:27.701700957 +0200
@@ -1,0 +2,14 @@
+Tue Sep 29 05:38:43 UTC 2020 - Jiri Slaby <[email protected]>
+
+- Update to 0.4.1
+  * QB#113 - Configure DPI #[1-4], DPI Default and * DPI Shift values
+  * QB#125 - Error assigning Num+
+  * QB#126 - Doco should generate HTML versions
+  * QB#128 - Unrecognised keys silently ignored
+  * QB#129 - Add missing keys
+  * Documentation fixes
+  * Fixed recommendations by LGTM (GitHub #22)
+  * Add automatic code scanning (CodeQL)
+  * `dpishift` fix (fixes GitHub #23)
+
+-------------------------------------------------------------------

Old:
----
  ratslap-0.2.3.tar.gz

New:
----
  ratslap-0.4.1.tar.bz2

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

Other differences:
------------------
++++++ ratslap.spec ++++++
--- /var/tmp/diff_new_pack.sZati6/_old  2020-10-06 17:14:33.101705621 +0200
+++ /var/tmp/diff_new_pack.sZati6/_new  2020-10-06 17:14:33.101705621 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ratslap
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,16 +19,15 @@
 %define version_unconverted 0.2.3
 
 Name:           ratslap
-Version:        0.2.3
+Version:        0.4.1
 Release:        0
 Summary:        Linux configuration tool for Logitech mice
 License:        GPL-2.0-only
 Group:          Hardware/Other
 URL:            https://gitlab.com/krayon/ratslap
-Source:         
https://gitlab.com/krayon/ratslap/-/archive/%{version}/%{name}-%{version}.tar.gz
+Source:         
https://gitlab.com/krayon/ratslap/-/archive/%{version}/%{name}-%{version}.tar.bz2
 BuildRequires:  gcc
 BuildRequires:  libusb-1_0-devel
-BuildRequires:  xz
 
 %description
 RatSlap provides a way to configure configurable Logitech mice from
@@ -37,19 +36,22 @@
 Currently, only G300/G300S is supported.
 
 %prep
-%setup -q
-%autopatch -p1
+%autosetup -p1
 
 %build
+CREATION=`stat -c '%%Y' %{SOURCE0}`
+DATE=`date --date="@$CREATION" '+%%F %T%z'`
+MONTH=`date --date="@$CREATION" '+%m'`
+YEAR=`date --date="@$CREATION" '+%Y'`
 make manpage.1 ratslap \
        CARCH_FLAG=' ' \
        OPT_FLAGS="%{optflags}" \
        MAJVER="%{version}" \
        APPBRANCH="release" \
        APPVER="%{version}" \
-       BUILD_DATE="2019-02-05 14:46:45+0000" \
-       BUILD_MONTH="02" \
-       BUILD_YEAR="2019" \
+       BUILD_DATE="$DATE" \
+       BUILD_MONTH="$MONTH" \
+       BUILD_YEAR="$YEAR" \
        BUILD_COMMIT="n/a"
 
 %install
@@ -60,8 +62,7 @@
 install -m 0644 manpage.1 %{buildroot}/%{_mandir}/man1/ratslap.1
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS.creole CONTRIBUTING.creole README.creole
+%doc AUTHORS.md CONTRIBUTING.md README.md
 %license LICENSE
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1.gz

++++++ ratslap-0.2.3.tar.gz -> ratslap-0.4.1.tar.bz2 ++++++
++++ 2829 lines of diff (skipped)


Reply via email to