Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xorg-cf-files for openSUSE:Factory 
checked in at 2021-03-12 13:30:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-cf-files (Old)
 and      /work/SRC/openSUSE:Factory/.xorg-cf-files.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xorg-cf-files"

Fri Mar 12 13:30:14 2021 rev:14 rq:878075 version:1.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-cf-files/xorg-cf-files.changes      
2021-01-08 17:32:31.185154257 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-cf-files.new.2401/xorg-cf-files.changes    
2021-03-12 13:30:14.754067154 +0100
@@ -1,0 +2,10 @@
+Wed Mar  3 17:27:07 UTC 2021 - Marguerite Su <[email protected]>
+
+- u_ar-clq-Imake.tmpl-binutils_2.36.patch
+  * debian#981072: the previously ignored "l" option
+    (did no actual work) was implemented to specfily
+    dependencies of library. any wrong usage will now
+    trigger "ar: libdeps specified more than once"
+    error.
+
+-------------------------------------------------------------------

New:
----
  u_ar-clq-Imake.tmpl-binutils_2.36.patch

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

Other differences:
------------------
++++++ xorg-cf-files.spec ++++++
--- /var/tmp/diff_new_pack.SXqIV0/_old  2021-03-12 13:30:15.294067912 +0100
+++ /var/tmp/diff_new_pack.SXqIV0/_new  2021-03-12 13:30:15.294067912 +0100
@@ -26,6 +26,8 @@
 Source0:        
http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
 Patch0:         u_riscv.patch
 Patch1:         u_xorg-cf-files-D_DEFAULT_SOURCE.patch
+#PATCH-FIX-UPSTREAM "ar l" in binutils 2.36 now has actual meaning
+Patch2:         u_ar-clq-Imake.tmpl-binutils_2.36.patch
 BuildRequires:  font-util >= 1.1
 BuildRequires:  pkgconfig(xorg-macros) >= 1.4
 Requires:       gccmakedep
@@ -55,6 +57,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 cat > host.def << EOF
 #define ConfigDir %_configdir

++++++ u_ar-clq-Imake.tmpl-binutils_2.36.patch ++++++
Index: xorg-cf-files-1.0.6/Imake.tmpl
===================================================================
--- xorg-cf-files-1.0.6.orig/Imake.tmpl
+++ xorg-cf-files-1.0.6/Imake.tmpl
@@ -1081,7 +1081,7 @@ TCLIBDIR = TclLibDir
 #if HasLargeTmp || SystemV4
 #define ArCmd ArCmdBase cq
 #else
-#define ArCmd ArCmdBase clq
+#define ArCmd ArCmdBase cq
 #endif
 #endif
 #ifndef ArAddCmd

Reply via email to