Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gpm for openSUSE:Factory checked in 
at 2026-02-23 16:11:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpm (Old)
 and      /work/SRC/openSUSE:Factory/.gpm.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpm"

Mon Feb 23 16:11:48 2026 rev:58 rq:1333616 version:1.20.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpm/gpm.changes  2025-03-31 11:37:15.053414474 
+0200
+++ /work/SRC/openSUSE:Factory/.gpm.new.1977/gpm.changes        2026-02-23 
16:11:49.843563791 +0100
@@ -1,0 +2,8 @@
+Tue Feb 17 15:42:46 UTC 2026 - Adam Majer <[email protected]>
+
+- Make the package installable on atomically updatable systems
+  (jsc#PED-14720)
+- Use env variables when starting service instead of hardcoded
+- Remove GPM_REPEAT as it's unused
+
+-------------------------------------------------------------------

New:
----
  _scmsync.obsinfo
  build.specials.obscpio

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

Other differences:
------------------
++++++ gpm.spec ++++++
--- /var/tmp/diff_new_pack.Mw4rhY/_old  2026-02-23 16:11:51.631637500 +0100
+++ /var/tmp/diff_new_pack.Mw4rhY/_new  2026-02-23 16:11:51.635637665 +0100
@@ -184,8 +184,6 @@
 
 # Do not package static library
 rm -fv %{buildroot}/%{_libdir}/libgpm.a
-mkdir -p %{buildroot}/run
-touch %{buildroot}/run/gpm.pid
 
 %pre
 %service_add_pre gpm.service
@@ -219,7 +217,6 @@
 %{_bindir}/*
 %{_sbindir}/*
 %{_fillupdir}/*
-%ghost /run/gpm.pid
 
 %files -n %lname
 %defattr(-,root,root)

++++++ _scmsync.obsinfo ++++++
mtime: 1771347077
commit: 17688571f279def59e7642717828171373d22f4324f4ccf442ecaa6b2376a562
url: https://src.opensuse.org/adamm/gpm.git
revision: main

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-02-17 17:52:59.000000000 +0100
@@ -0,0 +1 @@
+.osc


++++++ gpm.service ++++++
--- /var/tmp/diff_new_pack.Mw4rhY/_old  2026-02-23 16:11:51.899648548 +0100
+++ /var/tmp/diff_new_pack.Mw4rhY/_new  2026-02-23 16:11:51.903648713 +0100
@@ -16,9 +16,9 @@
 ProtectKernelLogs=true
 ProtectControlGroups=true
 RestrictRealtime=true
-# end of automatic additions 
+# end of automatic additions
 EnvironmentFile=-/etc/sysconfig/mouse
-ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
+ExecStart=/usr/sbin/gpm -m $MOUSEDEVICE -t $MOUSETYPE $GPM_PARAM
 Type=forking
 PIDFile=/run/gpm.pid
 

++++++ sysconfig.mouse-gpm ++++++
--- /var/tmp/diff_new_pack.Mw4rhY/_old  2026-02-23 16:11:51.935650032 +0100
+++ /var/tmp/diff_new_pack.Mw4rhY/_new  2026-02-23 16:11:51.939650197 +0100
@@ -23,16 +23,9 @@
 ## Default:     ""
 #
 # You can define your own options to start gpm here. If the variable is empty
-# then the gpm will start with the option "-m $MOUSEDEVICE -t $MOUSETYPE"
+# then the gpm will start with the option "-m $MOUSEDEVICE -t $MOUSETYPE" 
otherwise
+# GPM_PARAM is appended to the parameter list.
 #
 GPM_PARAM=""
 
-## Type:        string(raw,imps2,ms,ms3,msc,mman,ps2,syn,synps2)
-## Default:     ""
-#
-# Define type of repeating for gpm. This is usually needed when you want to
-# use gpm together with XFree. All mouse data will be repeated in fifo
-# /dev/gpmdata. Use "raw" for repeating same data as received by gpm.
-#
-GPM_REPEAT=""
 

Reply via email to