commit imake for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package imake for openSUSE:Factory checked 
in at 2019-03-26 22:29:44

Comparing /work/SRC/openSUSE:Factory/imake (Old)
 and  /work/SRC/openSUSE:Factory/.imake.new.25356 (New)


Package is "imake"

Tue Mar 26 22:29:44 2019 rev:9 rq:687636 version:1.0.8

Changes:

--- /work/SRC/openSUSE:Factory/imake/imake.changes  2014-05-26 
10:27:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.imake.new.25356/imake.changes   2019-03-26 
22:29:49.345743432 +0100
@@ -1,0 +2,13 @@
+Fri Mar 22 11:37:34 UTC 2019 - Stefan Dirsch 
+
+- Update to version 1.0.8
+  * autogen: add default patch prefix
+  * autogen.sh: Honor NOCONFIGURE=1
+  * configure: Drop AM_MAINTAINER_MODE
+  * Update configure.ac bug URL for gitlab migration
+  * Use SEEK_* names instead of raw numbers for fseek whence argument
+  * imake support for lcc compiler
+  * README: reword status section
+  * Update README for gitlab migration
+
+---

Old:

  imake-1.0.7.tar.bz2

New:

  imake-1.0.8.tar.bz2



Other differences:
--
++ imake.spec ++
--- /var/tmp/diff_new_pack.8YZfpg/_old  2019-03-26 22:29:50.369743185 +0100
+++ /var/tmp/diff_new_pack.8YZfpg/_new  2019-03-26 22:29:50.369743185 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package imake
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   imake
-Version:1.0.7
+Version:1.0.8
 Release:0
 Summary:C preprocessor interface to the make utility
 License:MIT
@@ -57,7 +57,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%doc ChangeLog COPYING README.md
 %{_bindir}/ccmakedep
 %{_bindir}/cleanlinks
 %{_bindir}/imake

++ imake-1.0.7.tar.bz2 -> imake-1.0.8.tar.bz2 ++
 4888 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/imake-1.0.7/ChangeLog new/imake-1.0.8/ChangeLog
--- old/imake-1.0.7/ChangeLog   2014-05-21 20:55:10.0 +0200
+++ new/imake-1.0.8/ChangeLog   2019-03-17 00:26:37.0 +0100
@@ -1,3 +1,80 @@
+commit 5d1d5150e5863f019e407d572556a8a08e834c1e
+Author: Alan Coopersmith 
+Date:   Sat Mar 16 16:25:02 2019 -0700
+
+imake 1.0.8
+
+Signed-off-by: Alan Coopersmith 
+
+commit 5366d1c2e0865b84e009127e75a5bd9a2d278fe3
+Author: Alan Coopersmith 
+Date:   Fri Dec 7 20:28:00 2018 -0800
+
+Update configure.ac bug URL for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit ed90f727ce513717b5d4809ecbc1909a7281dd3d
+Author: Alan Coopersmith 
+Date:   Fri Dec 7 20:27:55 2018 -0800
+
+Update README for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit 67ec423f8f617ddd09f304b1966114049c81833e
+Author: Andrew Savchenko 
+Date:   Fri Feb 16 17:31:16 2018 +
+
+imake support for lcc compiler
+
+https://bugs.freedesktop.org/show_bug.cgi?id=105136
+
+Reviewed-by: Alan Coopersmith 
+Signed-off-by: Alan Coopersmith 
+
+commit 373a53cdcb59c53599cc95f2dccf8cd42e748443
+Author: Mihail Konev 
+Date:   Thu Jan 26 14:00:22 2017 +1000
+
+autogen: add default patch prefix
+
+Signed-off-by: Mihail Konev 
+
+commit 94430c9cffc4ba5780f76c8130878f23d499811e
+Author: Alan Coopersmith 
+Date:   Fri Dec 11 17:02:10 2015 -0800
+
+README: reword status section
+
+Signed-off-by: Alan Coopersmith 
+
+commit b1e8e29448467d875b2efe5c83043ec2770e18d6
+Author: Alan Coopersmith 
+Date:   Sat Nov 8 09:41:42 2014 -0800
+
+Use SEEK_* names instead of raw numbers for fseek whence argument
+
+Signed-off-by: Alan Coopersmith 
+
+commit 6d42b63eb7c9c7da89d431db6f28aff1928bb22a
+Author: Alan Coopersmith 
+Date:   Wed Jun 4 18:14:59 2014 -0700
+
+autogen.sh: Honor NOCONFIGURE=1
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Alan Coopersmith 
+
+commit 5e32ede6f904e024f3956484aceb4a4be37d423f
+Author: Alan Coopersmith 
+Date:   Wed Jun 4 18:14:59 2014 -0700
+
+configure: Drop AM_MAINTAINER_MODE
+
+Signed-off-by: Alan Coopersmith 
+
 commit 4063190bf2fd7e3c61b80e98d72e134609612bf8
 Author: Julien Cristau 
 Date:   Wed May 21 20:51:03 2014 +0200

commit imake for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package imake for openSUSE:Factory checked 
in at 2014-05-26 10:27:35

Comparing /work/SRC/openSUSE:Factory/imake (Old)
 and  /work/SRC/openSUSE:Factory/.imake.new (New)


Package is imake

Changes:

--- /work/SRC/openSUSE:Factory/imake/imake.changes  2013-08-16 
13:13:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.imake.new/imake.changes 2014-05-26 
10:27:36.0 +0200
@@ -1,0 +2,7 @@
+Thu May 22 16:18:36 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.0.7:
+  This release fixes generation of the ccmakedep, mergelib and
+  xmkmf scripts when using GNU cpp = 4.8.
+
+---

Old:

  imake-1.0.6.tar.bz2

New:

  imake-1.0.7.tar.bz2



Other differences:
--
++ imake.spec ++
--- /var/tmp/diff_new_pack.IpyFt8/_old  2014-05-26 10:27:37.0 +0200
+++ /var/tmp/diff_new_pack.IpyFt8/_new  2014-05-26 10:27:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imake
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   imake
-Version:1.0.6
+Version:1.0.7
 Release:0
 Summary:C preprocessor interface to the make utility
 License:MIT
 Group:  Development/Tools/Building
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
+BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) = 1.8
 BuildRequires:  pkgconfig(xproto)

++ imake-1.0.6.tar.bz2 - imake-1.0.7.tar.bz2 ++
 8085 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/imake-1.0.6/ChangeLog new/imake-1.0.7/ChangeLog
--- old/imake-1.0.6/ChangeLog   2013-07-23 06:53:29.0 +0200
+++ new/imake-1.0.7/ChangeLog   2014-05-21 20:55:10.0 +0200
@@ -1,3 +1,37 @@
+commit 4063190bf2fd7e3c61b80e98d72e134609612bf8
+Author: Julien Cristau jcris...@debian.org
+Date:   Wed May 21 20:51:03 2014 +0200
+
+Bump to 1.0.7
+
+Signed-off-by: Julien Cristau jcris...@debian.org
+
+commit 16e54de5d8c58a1d051a5f4bcb7357aa9f9facff
+Author: Greg Turner g...@be-evil.net
+Date:   Mon Mar 24 20:37:15 2014 +0100
+
+Pass files to cpp via CLI arg instead of stdin to workaround gcc 4.8 change
+
+Replicates Alan Coopersmith's fix for xinit.
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74031
+
+Signed-off-by: Julien Cristau jcris...@debian.org
+
+commit f231ed52c4adeb071de0553af7a575687a6d3dc5
+Author: Julien Cristau jcris...@debian.org
+Date:   Sat Aug 17 12:12:08 2013 +0200
+
+Replace fprintf with fputs
+
+Fix build failure with -Werror=format-security:
+imake.c:1008:5: error: format not a string literal and no format arguments 
[-Werror=format-security]
+ fprintf (inFile, command);
+ ^
+
+Signed-off-by: Julien Cristau jcris...@debian.org
+Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com
+
 commit 89494a51d006c20d16d3f08225a0345fecaae546
 Author: Alan Coopersmith alan.coopersm...@oracle.com
 Date:   Mon Jul 22 21:52:56 2013 -0700
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/imake-1.0.6/Makefile.am new/imake-1.0.7/Makefile.am
--- old/imake-1.0.6/Makefile.am 2013-07-23 06:53:04.0 +0200
+++ new/imake-1.0.7/Makefile.am 2014-03-24 20:45:59.0 +0100
@@ -76,13 +76,13 @@
$(MKHTMLINDEX)
 
 xmkmf: xmkmf.cpp
-   $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DCONFIGDIRSPEC='-I$(XCONFDIR)'  
$(srcdir)/xmkmf.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/  $@
+   $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DCONFIGDIRSPEC='-I$(XCONFDIR)' 
$(srcdir)/xmkmf.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/  $@
 
 ccmakedep: mdepend.cpp
-   $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) 
-DPREPROC='$(PREPROCESSCMD_MKDEPEND)'  $(srcdir)/mdepend.cpp | $(SED) 

commit imake for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package imake for openSUSE:Factory checked 
in at 2013-08-16 13:13:57

Comparing /work/SRC/openSUSE:Factory/imake (Old)
 and  /work/SRC/openSUSE:Factory/.imake.new (New)


Package is imake

Changes:

--- /work/SRC/openSUSE:Factory/imake/imake.changes  2012-07-02 
10:52:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.imake.new/imake.changes 2013-08-16 
13:13:59.0 +0200
@@ -1,0 +2,14 @@
+Wed Aug 14 11:03:44 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.6:
+  + Avoid use of low-level troff markup that can't be lifted
+structurally.
+  + config: replace deprecated AM_CONFIG_HEADER with
+AC_CONFIG_HEADERS.
+  + Let configure pick cpp path on Solaris, instead of hardcoding
+in imakemdep.h.
+  + Ensure inFile is always closed on error in cppit().
+  + Avoid closing inFile twice in CheckImakefileC if LogFatal
+returns.
+
+---

Old:

  imake-1.0.5.tar.bz2

New:

  imake-1.0.6.tar.bz2



Other differences:
--
++ imake.spec ++
--- /var/tmp/diff_new_pack.jthe87/_old  2013-08-16 13:14:00.0 +0200
+++ /var/tmp/diff_new_pack.jthe87/_new  2013-08-16 13:14:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imake
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   imake
-Version:1.0.5
+Version:1.0.6
 Release:0
-License:MIT
 Summary:C preprocessor interface to the make utility
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  Development/Tools/Building
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) = 1.8

++ imake-1.0.5.tar.bz2 - imake-1.0.6.tar.bz2 ++
 11376 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/imake-1.0.5/ChangeLog new/imake-1.0.6/ChangeLog
--- old/imake-1.0.5/ChangeLog   2012-03-08 06:48:44.0 +0100
+++ new/imake-1.0.6/ChangeLog   2013-07-23 06:53:29.0 +0200
@@ -1,3 +1,87 @@
+commit 89494a51d006c20d16d3f08225a0345fecaae546
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Mon Jul 22 21:52:56 2013 -0700
+
+imake 1.0.6
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit bb9cbad3cfaee60bf88ef50b5a165ed9321d4548
+Author: Eric S. Raymond e...@thyrsus.com
+Date:   Thu Jun 6 16:11:33 2013 -0400
+
+Avoid use of low-level troff markup that can't be lifted structurally.
+
+commit 4db5afc933064ab165cd081c0d5a83bef87b770e
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Jan 19 09:15:52 2013 -0800
+
+config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+Regroup AC statements under the Autoconf initialization section.
+Regroup AM statements under the Automake initialization section.
+Add missing AC_CONFIG_SRCDIR
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 6cb46d6d9c7ce6fbf32381edec5bfa993f8bdda9
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Jan 4 19:59:14 2013 -0800
+
+unifdef -U__UNIXOS2__
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 1675120e31e1e54f184da2c0cce9d6f6ddb0c892
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Thu Dec 27 17:00:43 2012 -0800
+
+Let configure pick cpp path on Solaris, instead of hardcoding in 
imakemdep.h
+
+Simply removing the definition lets the path found by configure be used,
+seems to be the simplest way to handle the move from /usr/ccs/lib/cpp on
+Solaris 10 and older to /usr/lib/cpp on Solaris 11  later.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 5a9246d6804ab8a6f2f23f3f4ace84a415140937
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Aug 25 11:19:39 2012 -0700
+
+Ensure inFile is always closed on error in cppit()
+
+Another instance of 

commit imake for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package imake for openSUSE:Factory checked 
in at 2012-07-02 10:52:51

Comparing /work/SRC/openSUSE:Factory/imake (Old)
 and  /work/SRC/openSUSE:Factory/.imake.new (New)


Package is imake, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/imake/imake.changes  2012-05-08 
11:57:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.imake.new/imake.changes 2012-07-02 
10:52:52.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 30 14:24:10 UTC 2012 - i...@marguerite.su
+
+- add Requires: xorg-cf-files.
+  * or every package needs imake will come with a 
+Imake.tmpl: no such file or directory error.
+
+---



Other differences:
--
++ imake.spec ++
--- /var/tmp/diff_new_pack.pbVsxO/_old  2012-07-02 10:52:53.0 +0200
+++ /var/tmp/diff_new_pack.pbVsxO/_new  2012-07-02 10:52:53.0 +0200
@@ -28,6 +28,8 @@
 BuildRequires:  pkgconfig(xproto)
 # This was part of the xorg-x11-util-devel package up to version 7.6
 Conflicts:  xorg-x11-util-devel = 7.6
+# For Imake.tmpl, Just in case packagers don't know it's in this package.
+Requires:   xorg-cf-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org