Hello community,

here is the log from the commit of package at for openSUSE:Factory checked in 
at 2013-06-19 14:42:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/at (Old)
 and      /work/SRC/openSUSE:Factory/.at.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "at"

Changes:
--------
--- /work/SRC/openSUSE:Factory/at/at.changes    2013-06-18 10:02:06.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.at.new/at.changes       2013-06-19 
14:42:11.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun 18 15:09:18 UTC 2013 - [email protected]
+
+- at-makefile-deps.patch: fix makefile dependencies
+
+-------------------------------------------------------------------

New:
----
  at-makefile-deps.patch

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

Other differences:
------------------
++++++ at.spec ++++++
--- /var/tmp/diff_new_pack.aZMibF/_old  2013-06-19 14:42:11.000000000 +0200
+++ /var/tmp/diff_new_pack.aZMibF/_new  2013-06-19 14:42:11.000000000 +0200
@@ -57,6 +57,8 @@
 #PATCH-FIX-UPSTREAM wrong mtime handling of jobdir (bnc#680113)
 Patch19:        %{name}-3.1.8-jobdir-mtime.patch
 Patch20:        at-parse-suse-sysconfig.patch
+#PATCH-FIX-UPSTREAM fix makefile dependencies
+Patch21:        at-makefile-deps.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %{_sbindir}/useradd %{_sbindir}/groupadd %fillup_prereq 
%insserv_prereq
 PreReq:         permissions
@@ -90,6 +92,8 @@
 %patch17 -p1
 %patch19
 %patch20 -p1
+%patch21 -p1
+
 %build
 rm -fv y.tab.c y.tab.h lex.yy.c lex.yy.o y.tab.o
 autoreconf -fiv

++++++ at-makefile-deps.patch ++++++
Index: at-3.1.13/Makefile.in
===================================================================
--- at-3.1.13.orig/Makefile.in
+++ at-3.1.13/Makefile.in
@@ -75,9 +75,12 @@ at: $(ATOBJECTS)
 atd: $(RUNOBJECTS)
        $(CC) $(CFLAGS) -o atd -pie $(RUNOBJECTS) $(LIBS) $(PAMLIB) 
$(SELINUXLIB)
 
-y.tab.c y.tab.h: parsetime.y
+y.tab.c y.tab.h: stamp-yacc; @:
+stamp-yacc: parsetime.y
        $(YACC) -d parsetime.y
+       touch $@
 
+lex.yy.o: y.tab.h
 lex.yy.c: parsetime.l
        $(LEX) -i parsetime.l
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to