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-08-19 17:53:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Fri Aug 19 17:53:37 2022 rev:309 rq:998019 version:8.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2022-05-30 
12:43:18.680339500 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new.2083/linuxrc.changes        
2022-08-19 17:54:50.875895322 +0200
@@ -1,0 +2,8 @@
+Thu Aug 18 15:48:08 UTC 2022 - wfe...@opensuse.org
+
+- merge gh#openSUSE/linuxrc#302
+- pass edid firmware option via sysfs if drm is compiled into the
+  kernel (bsc#1202529)
+- 8.13
+
+--------------------------------------------------------------------

Old:
----
  linuxrc-8.12.tar.xz

New:
----
  linuxrc-8.13.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.uX0M5k/_old  2022-08-19 17:54:51.595896832 +0200
+++ /var/tmp/diff_new_pack.uX0M5k/_new  2022-08-19 17:54:51.599896839 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           linuxrc
-Version:        8.12
+Version:        8.13
 Release:        0
 Summary:        SUSE Installation Program
 License:        GPL-3.0+

++++++ linuxrc-8.12.tar.xz -> linuxrc-8.13.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-8.12/VERSION new/linuxrc-8.13/VERSION
--- old/linuxrc-8.12/VERSION    2022-05-25 12:18:50.000000000 +0200
+++ new/linuxrc-8.13/VERSION    2022-08-18 17:48:08.000000000 +0200
@@ -1 +1 @@
-8.12
+8.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-8.12/changelog new/linuxrc-8.13/changelog
--- old/linuxrc-8.12/changelog  2022-05-25 12:18:50.000000000 +0200
+++ new/linuxrc-8.13/changelog  2022-08-18 17:48:08.000000000 +0200
@@ -1,3 +1,8 @@
+2022-08-18:    8.13
+       - merge gh#openSUSE/linuxrc#302
+       - pass edid firmware option via sysfs if drm is compiled into the
+         kernel (bsc#1202529)
+
 2022-05-25:    8.12
        - merge gh#openSUSE/linuxrc#297
        - add EDID boot option to specify arbitrary display sizes (bsc#1199020)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-8.12/util.c new/linuxrc-8.13/util.c
--- old/linuxrc-8.12/util.c     2022-05-25 12:18:50.000000000 +0200
+++ new/linuxrc-8.13/util.c     2022-08-18 17:48:08.000000000 +0200
@@ -5877,4 +5877,12 @@
     fprintf(f, "options drm edid_firmware=edid_blob\n");
     fclose(f);
   }
+
+  // in case the drm driver has been compiled into the kernel, write option 
via sysfs
+  f = fopen("/sys/module/drm/parameters/edid_firmware", "w");
+
+  if(f) {
+    fprintf(f, "edid_blob");
+    fclose(f);
+  }
 }

Reply via email to