commit xdmbgrd for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xdmbgrd for openSUSE:Factory checked in at 2022-05-01 18:53:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdmbgrd (Old) and /work/SRC/openSUSE:Factory/.xdmbgrd.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xdmbgrd" Sun May 1 18:53:41 2022 rev:22 rq:973941 version:0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/xdmbgrd/xdmbgrd.changes 2022-02-10 23:11:50.792173427 +0100 +++ /work/SRC/openSUSE:Factory/.xdmbgrd.new.1538/xdmbgrd.changes 2022-05-01 18:53:50.635177174 +0200 @@ -1,0 +2,11 @@ +Fri Apr 29 12:59:51 UTC 2022 - Dr. Werner Fink <werner@suse.de> + +- Move forward to version 0.8 + * Do not use executable stack + +------------------------------------------------------------------- +Wed Feb 9 08:04:54 UTC 2022 - Dr. Werner Fink <werner@suse.de> + +- Stop rpmlint warning about features of this tools + +------------------------------------------------------------------- Old: ---- xdmbgrd-0.7.tar.bz2 New: ---- xdmbgrd-0.8.tar.bz2 xdmbgrd-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdmbgrd.spec ++++++ --- /var/tmp/diff_new_pack.4GLyDS/_old 2022-05-01 18:53:51.043177553 +0200 +++ /var/tmp/diff_new_pack.4GLyDS/_new 2022-05-01 18:53:51.043177553 +0200 @@ -17,12 +17,13 @@ Name: xdmbgrd -Version: 0.7 +Version: 0.8 Release: 0 Summary: SUSE Linux background License: GPL-2.0-or-later Group: System/X11/Displaymanagers -Source: xdmbgrd-0.7.tar.bz2 +Source: xdmbgrd-%{version}.tar.bz2 +Source1: xdmbgrd-rpmlintrc BuildRequires: pkgconfig BuildRequires: xdm BuildRequires: pkgconfig(x11) ++++++ xdmbgrd-0.7.tar.bz2 -> xdmbgrd-0.8.tar.bz2 ++++++ Binary files old/xdmbgrd-0.7/.SuSE_Linux_8.xpm.swp and new/xdmbgrd-0.8/.SuSE_Linux_8.xpm.swp differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdmbgrd-0.7/Makefile new/xdmbgrd-0.8/Makefile --- old/xdmbgrd-0.7/Makefile 2022-02-08 14:22:53.383942933 +0100 +++ new/xdmbgrd-0.8/Makefile 2022-04-29 15:08:42.953084657 +0200 @@ -4,7 +4,7 @@ # USEZLIB= 1 CC = gcc -COPTS = $(RPM_OPT_FLAGS) -funroll-loops -pipe $(LOOP) +COPTS = $(RPM_OPT_FLAGS) -funroll-loops -pipe $(LOOP) -fpie CFLAGS = $(COPTS) -Wall -DUSEZLIB=$(USEZLIB) XLIBD = openSUSE = SuSE_Linux_6 @@ -13,9 +13,9 @@ # Force static linked libgz # ifeq ($(USEZLIB),1) -LIBS = -lz -L$(XLIBD) -lX11 -lXpm +LIBS = -fPIE -lz -L$(XLIBD) -lX11 -lXpm else -LIBS = -L$(XLIBD) -lX11 -lXpm +LIBS = -fPIE -L$(XLIBD) -lX11 -lXpm endif all: BackGround diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdmbgrd-0.7/backgrd.c new/xdmbgrd-0.8/backgrd.c --- old/xdmbgrd-0.7/backgrd.c 2022-02-08 15:27:55.723592422 +0100 +++ new/xdmbgrd-0.8/backgrd.c 2022-04-29 15:13:40.935727801 +0200 @@ -56,7 +56,7 @@ else { char buf[128]; char *ptr; - fgets(buf, sizeof(buf)-1, release); + ptr = fgets(buf, sizeof(buf)-1, release); fclose(release); if ((ptr = strchr(buf, '"'))) ptr++; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdmbgrd-0.7/piggyback new/xdmbgrd-0.8/piggyback --- old/xdmbgrd-0.7/piggyback 2022-02-08 11:31:09.827773872 +0100 +++ new/xdmbgrd-0.8/piggyback 2022-04-29 14:54:07.476813182 +0200 @@ -104,7 +104,7 @@ *(.data) ${name}_data_end = .; \ } \ } " > $tmplink - ld -no-warn-mismatch -m $ld_m -r -o ${file} ${obj} -b binary $tmpfile -b $ld_b -T $tmplink + ld -z noexecstack -no-warn-mismatch -m $ld_m -r -o ${file} ${obj} -b binary $tmpfile -b $ld_b -T $tmplink fi echo $head ++++++ xdmbgrd-rpmlintrc ++++++ # Yep we do this, it is not an error # This *is* the source addFilter(".*W:.*no-url-tag.*")
participants (1)
-
Source-Sync