Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2022-04-26 20:15:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Tue Apr 26 20:15:17 2022 rev:307 rq:972627 version:8.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2022-04-16 
00:12:48.081533102 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new.1538/linuxrc.changes        
2022-04-26 20:17:20.108729217 +0200
@@ -1,0 +2,7 @@
+Mon Apr 25 14:00:01 UTC 2022 - jreidin...@suse.cz
+
+- merge gh#openSUSE/linuxrc#295
+- fix typo in HiperSocket (bsc#1198821)
+- 8.11
+
+--------------------------------------------------------------------

Old:
----
  linuxrc-8.10.tar.xz

New:
----
  linuxrc-8.11.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.qgpfto/_old  2022-04-26 20:17:20.652729876 +0200
+++ /var/tmp/diff_new_pack.qgpfto/_new  2022-04-26 20:17:20.660729885 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           linuxrc
-Version:        8.10
+Version:        8.11
 Release:        0
 Summary:        SUSE Installation Program
 License:        GPL-3.0+

++++++ linuxrc-8.10.tar.xz -> linuxrc-8.11.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-8.10/VERSION new/linuxrc-8.11/VERSION
--- old/linuxrc-8.10/VERSION    2022-04-13 18:13:26.000000000 +0200
+++ new/linuxrc-8.11/VERSION    2022-04-25 16:00:01.000000000 +0200
@@ -1 +1 @@
-8.10
+8.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-8.10/changelog new/linuxrc-8.11/changelog
--- old/linuxrc-8.10/changelog  2022-04-13 18:13:26.000000000 +0200
+++ new/linuxrc-8.11/changelog  2022-04-25 16:00:01.000000000 +0200
@@ -1,3 +1,7 @@
+2022-04-25:    8.11
+       - merge gh#openSUSE/linuxrc#295
+       - fix typo in HiperSocket (bsc#1198821)
+
 2022-04-13:    8.10
        - merge gh#openSUSE/linuxrc#293
        - do not use zram if there's more than 64 GiB free memory (bsc#1197253)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-8.10/dialog.c new/linuxrc-8.11/dialog.c
--- old/linuxrc-8.10/dialog.c   2022-04-13 18:13:26.000000000 +0200
+++ new/linuxrc-8.11/dialog.c   2022-04-25 16:00:01.000000000 +0200
@@ -106,7 +106,7 @@
   { di_390net_ctc,      "Channel To Channel (CTC)"               },
   { di_390net_escon,    "ESCON"         },
   { di_390net_iucv,     "Inter-User Communication Vehicle (IUCV)"          },
-  { di_390net_hsi,      "Hipersockets"           },
+  { di_390net_hsi,      "HiperSockets"           },
   { di_390net_virtio,   "VirtIO Ethernet CCW Device"},
   { di_390net_sep,      "#--------------------" },
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-8.10/net.c new/linuxrc-8.11/net.c
--- old/linuxrc-8.10/net.c      2022-04-13 18:13:26.000000000 +0200
+++ new/linuxrc-8.11/net.c      2022-04-25 16:00:01.000000000 +0200
@@ -618,7 +618,7 @@
     { "escon", "ESCON connection" },
     { "ci",    "channel attached cisco router"  },
     { "iucv",  "IUCV connection"  },
-    { "hsi",   "Hipersocket"   }
+    { "hsi",   "HiperSocket"   }
   };
   hd_data_t *hd_data = calloc(1, sizeof *hd_data);
   hd_t *hd, *hd_cards;

Reply via email to