Hello community,

here is the log from the commit of package xmodmap for openSUSE:Factory checked 
in at 2020-10-07 14:16:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmodmap (Old)
 and      /work/SRC/openSUSE:Factory/.xmodmap.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmodmap"

Wed Oct  7 14:16:08 2020 rev:9 rq:833264 version:1.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmodmap/xmodmap.changes  2019-02-24 
18:37:35.651358834 +0100
+++ /work/SRC/openSUSE:Factory/.xmodmap.new.4249/xmodmap.changes        
2020-10-07 14:16:09.621374693 +0200
@@ -1,0 +2,15 @@
+Wed Sep  9 15:57:08 UTC 2020 - Stefan Dirsch <[email protected]>
+
+- reenabled move to /usr/etc/X11 for Tumbleweed (boo#1173053)
+
+-------------------------------------------------------------------
+Tue Sep  8 09:51:56 UTC 2020 - Stefan Dirsch <[email protected]>
+
+- reverted move to /usr/etc/X11 for now (boo#1173053, comment#3)
+
+-------------------------------------------------------------------
+Sat Sep  5 01:22:15 UTC 2020 - Stefan Dirsch <[email protected]>
+
+- moved Xmodmap files to /usr/etc/X11 (boo#1173053)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xmodmap.spec ++++++
--- /var/tmp/diff_new_pack.k2f4Oz/_old  2020-10-07 14:16:10.305375237 +0200
+++ /var/tmp/diff_new_pack.k2f4Oz/_new  2020-10-07 14:16:10.305375237 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmodmap
 #
-# 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
@@ -12,17 +12,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/
 #
 
 
+%if 0%{?suse_version} >= 1550
+%define UsrEtcMove 1
+%endif
+
 Name:           xmodmap
 Version:        1.0.10
 Release:        0
 Summary:        Utility to modify keymaps and pointer button mappings in X
 License:        MIT
 Group:          System/X11/Utilities
-Url:            http://xorg.freedesktop.org/
+URL:            http://xorg.freedesktop.org/
 Source0:        
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 Source1:        Xmodmap.template
 Source2:        Xmodmap.remote.template
@@ -50,14 +54,25 @@
 
 %install
 %make_install
+%if 0%{?UsrEtcMove}
+install -m0644 -D %{SOURCE1} %{buildroot}%{_distconfdir}/X11/Xmodmap
+install -m0644 -D %{SOURCE2} %{buildroot}%{_distconfdir}/X11/Xmodmap.remote
+%else
 install -m0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/Xmodmap
 install -m0644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/X11/Xmodmap.remote
+%endif
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README.md
+%if 0%{?UsrEtcMove}
+%dir %{_distconfdir}/X11
+%{_distconfdir}/X11/Xmodmap
+%{_distconfdir}/X11/Xmodmap.remote
+%else
 %config %{_sysconfdir}/X11/Xmodmap
 %config %{_sysconfdir}/X11/Xmodmap.remote
+%endif
 %{_bindir}/xmodmap
 %{_mandir}/man1/xmodmap.1%{?ext_man}
 


Reply via email to