Hello community,

here is the log from the commit of package lua51-toluapp for openSUSE:Factory 
checked in at 2016-11-18 22:04:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua51-toluapp (Old)
 and      /work/SRC/openSUSE:Factory/.lua51-toluapp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua51-toluapp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua51-toluapp/lua51-toluapp.changes      
2016-01-08 15:23:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lua51-toluapp.new/lua51-toluapp.changes 
2016-11-18 22:04:11.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 15 09:35:21 UTC 2016 - o...@aepfle.de
+
+- Remove version and timestamp from generated files
+  toluapp-build-compare.patch
+
+-------------------------------------------------------------------

New:
----
  toluapp-build-compare.patch

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

Other differences:
------------------
++++++ lua51-toluapp.spec ++++++
--- /var/tmp/diff_new_pack.h2ZAaG/_old  2016-11-18 22:04:12.000000000 +0100
+++ /var/tmp/diff_new_pack.h2ZAaG/_new  2016-11-18 22:04:12.000000000 +0100
@@ -28,6 +28,7 @@
 Source:         
https://github.com/LuaDist/toluapp/archive/%{version}/toluapp-%{version}.tar.gz
 Patch:          toluapp-libdir.patch
 Patch1:         toluapp-versioned-shared-lib.patch
+Patch2:         toluapp-build-compare.patch
 BuildRequires:  gcc-c++
 BuildRequires:  lua51-devel
 BuildRequires:  pkg-config
@@ -78,6 +79,7 @@
 %setup -q -n toluapp-%{version}
 %patch -p1
 %patch1 -p1
+%patch2 -p1
 sed -i "s/@SUFFIX@/%{lua_major_version}/" SConstruct
 
 %build

++++++ toluapp-build-compare.patch ++++++
No need to record version or buildtime.
If the source changes build-compare will trigger republish.
--- a/src/bin/lua/package.lua
+++ b/src/bin/lua/package.lua
@@ -108,7 +108,7 @@ end
 function classPackage:preamble ()
  output('/*\n')
  output('** Lua binding: '..self.name..'\n')
- output('** Generated automatically by '..TOLUA_VERSION..' on '..date()..'.\n')
+ output('** Generated automatically.\n')
  output('*/\n\n')
 
        output('#ifndef __cplusplus\n')
@@ -198,7 +198,7 @@ end
 -- write header file
 function classPackage:header ()
  output('/*\n') output('** Lua binding: '..self.name..'\n')
- output('** Generated automatically by '..TOLUA_VERSION..' on '..date()..'.\n')
+ output('** Generated automatically.\n')
  output('*/\n\n')
 
  if not flags.h then

Reply via email to