commit ddd for openSUSE:Factory

2018-10-11 Thread root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2018-10-11 11:49:31

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


Package is "ddd"

Thu Oct 11 11:49:31 2018 rev:8 rq:639528 version:3.3.12

Changes:

--- /work/SRC/openSUSE:Factory/ddd/ddd.changes  2017-03-24 02:22:54.301448661 
+0100
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2018-10-11 
11:49:41.902462608 +0200
@@ -1,0 +2,6 @@
+Mon Oct  1 11:37:18 UTC 2018 - Petr Gajdos 
+
+- allow EPS decoder for build [bsc#1109976]
+- build with -j1, otherwise build fails
+
+---



Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.kRf4Pa/_old  2018-10-11 11:49:42.546461789 +0200
+++ /var/tmp/diff_new_pack.kRf4Pa/_new  2018-10-11 11:49:42.550461784 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ddd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -38,7 +38,7 @@
 Version:3.3.12
 Release:0
 Summary:Debugger with Graphical User Interface
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Development/Tools/Debuggers
 Url:http://www.gnu.org/software/ddd
 Source: ddd-%{version}.tar.bz2
@@ -93,7 +93,24 @@
 %else
 %configure
 %endif
-make %{?_smp_mflags} all 
+make -j1 all 
+# BEGIN allow EPS decoder for build [bsc#1109976]
+mkdir -p ~/.config/ImageMagick
+cat << EOPF > ~/.config/ImageMagick/policy.xml
+
+
+  
+  
+  
+]>
+
+  
+
+EOPF
+# END allow EPS decoder for build [bsc#1109976]
 make html
 
 %install





commit ddd for openSUSE:Factory

2017-03-23 Thread root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2017-03-24 02:22:53

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


Package is "ddd"

Fri Mar 24 02:22:53 2017 rev:7 rq:482034 version:3.3.12

Changes:

--- /work/SRC/openSUSE:Factory/ddd/ddd.changes  2016-03-09 16:48:41.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2017-03-24 
02:22:54.301448661 +0100
@@ -1,0 +2,6 @@
+Wed Mar 22 15:21:48 UTC 2017 - pgaj...@suse.com
+
+- fix color names in xpm files
+  + ddd-imagemagick-xpm-colors.patch
+
+---

New:

  ddd-imagemagick-xpm-colors.patch



Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.OqhmLr/_old  2017-03-24 02:22:55.205320768 +0100
+++ /var/tmp/diff_new_pack.OqhmLr/_new  2017-03-24 02:22:55.205320768 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ddd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -50,6 +50,8 @@
 Patch1: ddd-wrong-memcpy.patch
 Patch2: ddd-texinfo-5.0.patch
 Patch3: ddd-buildcompare.patch
+# http://www.imagemagick.org/discourse-server/viewtopic.php?f=3=23462 
+Patch4: ddd-imagemagick-xpm-colors.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %install_info_prereq
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
@@ -82,6 +84,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 cp %{S:3} .

++ ddd-imagemagick-xpm-colors.patch ++
Index: ddd-3.3.12/icons/dddback.xpm
===
--- ddd-3.3.12.orig/icons/dddback.xpm   2009-02-11 18:25:08.0 +0100
+++ ddd-3.3.12/icons/dddback.xpm2017-03-22 16:19:51.660490687 +0100
@@ -6,7 +6,7 @@ static char * dddback_xpm[] = {
  * columns rows colors chars-per-pixel */
 "150 150 2 1",
 ". c White",
-"X c Grey90",
+"X c Gray90",
 /* pixels */
 
"...X...XX...X..XX.",
 
"...XX..XXX.XX.",




commit ddd for openSUSE:Factory

2016-03-09 Thread h_root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2016-03-09 15:17:16

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


Package is "ddd"

Changes:

--- /work/SRC/openSUSE:Factory/ddd/ddd.changes  2015-02-27 10:59:08.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2016-03-09 
16:48:41.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar  7 14:18:09 UTC 2016 - o...@aepfle.de
+
+- Remove timestamps from binaries
+  ddd-buildcompare.patch
+
+---

New:

  ddd-buildcompare.patch



Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.gvbA6P/_old  2016-03-09 16:48:42.0 +0100
+++ /var/tmp/diff_new_pack.gvbA6P/_new  2016-03-09 16:48:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ddd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -49,6 +49,7 @@
 Patch0: ddd-3.3.12-gcc44.patch
 Patch1: ddd-wrong-memcpy.patch
 Patch2: ddd-texinfo-5.0.patch
+Patch3: ddd-buildcompare.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %install_info_prereq
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
@@ -80,6 +81,7 @@
 %patch0
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 cp %{S:3} .

++ ddd-buildcompare.patch ++
---
 ddd/config-info |   11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

Index: ddd-3.3.12/ddd/config-info
===
--- ddd-3.3.12.orig/ddd/config-info
+++ ddd-3.3.12/ddd/config-info
@@ -50,17 +50,8 @@ echo
 echo '#include "configinfo.h"'
 echo 
 echo "static const char *config_sccs_info = "
-# Issue date in ISO 8601 -MM-DD format
-year=`date '+%Y' 2>/dev/null || date +'%y'`
-case $year in
-  9?) year=19$year;;
-  ??) year=20$year;;
-esac
-month=`date '+%m'`
-day=`date '+%d'`
-date=${year}-${month}-${day}
 (
-echo "@(#)Built $date by $userinfo"
+echo "@(#)Built by $userinfo"
 if $features; then
   echo ""
   echo Features:




commit ddd for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2015-02-27 10:59:07

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


Package is ddd

Changes:

--- /work/SRC/openSUSE:Factory/ddd/ddd.changes  2014-11-07 09:06:32.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2015-02-27 
10:59:08.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 24 17:41:07 UTC 2015 - dims...@opensuse.org
+
+- Add ddd-texinfo-5.0.patch: Fix HTML generation with texinfo 5.0.
+
+---

New:

  ddd-texinfo-5.0.patch



Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.i3tIyV/_old  2015-02-27 10:59:09.0 +0100
+++ /var/tmp/diff_new_pack.i3tIyV/_new  2015-02-27 10:59:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ddd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -48,6 +48,7 @@
 Source4:ddd.wrapper
 Patch0: ddd-3.3.12-gcc44.patch
 Patch1: ddd-wrong-memcpy.patch
+Patch2: ddd-texinfo-5.0.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %install_info_prereq
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
@@ -78,6 +79,7 @@
 %setup -q
 %patch0
 %patch1 -p1
+%patch2 -p1
 
 %build
 cp %{S:3} .

++ ddd-texinfo-5.0.patch ++
Index: ddd-3.3.12/ddd/ddd-themes.texi
===
--- ddd-3.3.12.orig/ddd/ddd-themes.texi
+++ ddd-3.3.12/ddd/ddd-themes.texi
@@ -1,4 +1,4 @@
-\def\postscript{}\input texinfo @c -*- texinfo -*-
+\def\postscript\input texinfo @c -*- texinfo -*-
 @c $Id$
 @c Writing DDD Themes
 
@@ -136,7 +136,7 @@ Send bug reports to @email{bug-ddd@@gnu.
 @c The title page.
 @ifnothtml
 @titlepage
-@sp -7
+@sp 7
 @ifnottex
 @title Writing @value{DDD} Themes
 @subtitle User's Guide and Reference Manual
Index: ddd-3.3.12/ddd/ddd.texi
===
--- ddd-3.3.12.orig/ddd/ddd.texi
+++ ddd-3.3.12/ddd/ddd.texi
@@ -1,4 +1,4 @@
-\def\postscript{}\input texinfo @c -*- texinfo -*-
+\def\postscript\input texinfo @c -*- texinfo -*-
 @c $Id$
 @c DDD Manual
 
@@ -154,7 +154,7 @@ to the developers' mailing list @email{b
 @c The title page.
 @ifnothtml
 @titlepage
-@sp -7
+@sp 7
 @ifnottex
 @title Debugging with @value{DDD}
 @subtitle User's Guide and Reference Manual

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



commit ddd for openSUSE:Factory

2014-11-07 Thread h_root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2014-11-07 09:06:02

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


Package is ddd

Changes:

--- /work/SRC/openSUSE:Factory/ddd/ddd.changes  2013-07-21 16:33:32.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2014-11-07 
09:06:32.0 +0100
@@ -1,0 +2,5 @@
+Sun Oct 19 01:50:00 UTC 2014 - Led led...@gmail.com
+
+- fix shebang of ddd.wrapper
+
+---



Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.9zPnGX/_old  2014-11-07 09:06:33.0 +0100
+++ /var/tmp/diff_new_pack.9zPnGX/_new  2014-11-07 09:06:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ddd
 #
-# Copyright (c) 2012 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
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   ddd
 BuildRequires:  ImageMagick
 BuildRequires:  apache2-devel
@@ -29,11 +28,11 @@
 BuildRequires:  ncurses-devel
 # configure switch --without-motif is not designated to work
 # (you'll get 'don't use --without-motif' in configure time)
+BuildRequires:  makeinfo
 BuildRequires:  openmotif-devel
 BuildRequires:  pcre-devel
 BuildRequires:  transfig
 BuildRequires:  update-desktop-files
-BuildRequires:  makeinfo
 BuildRequires:  xorg-x11
 Requires:   gdb
 Version:3.3.12


++ ddd.wrapper ++
--- /var/tmp/diff_new_pack.9zPnGX/_old  2014-11-07 09:06:33.0 +0100
+++ /var/tmp/diff_new_pack.9zPnGX/_new  2014-11-07 09:06:33.0 +0100
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # The wrapper script to switch off UTF-8 locales when running ddd
 # See README.SUSE for further information

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



commit ddd for openSUSE:Factory

2013-07-21 Thread h_root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2013-07-21 16:33:30

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


Package is ddd

Changes:

New Changes file:

--- /dev/null   2013-07-15 01:04:09.588030756 +0200
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2013-07-21 
16:33:32.0 +0200
@@ -0,0 +1,419 @@
+---
+Sat Jul 20 07:08:15 UTC 2013 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Sun Feb  3 12:59:31 UTC 2013 - lnt-sysad...@lists.lrz.de
+
+- added makeinfo to BuildRequires
+
+---
+Tue Feb 21 14:13:39 UTC 2012 - pgaj...@suse.com
+
+- buildrequire xorg-x11
+
+---
+Tue Dec 27 15:15:02 UTC 2011 - idon...@suse.com
+
+- Fix wrong size parameter in memcpy call 
+
+---
+Tue Nov 22 12:20:20 UTC 2011 - pgaj...@suse.com
+
+- compile against libtinfo
+
+---
+Tue Nov 15 09:40:46 UTC 2011 - pgaj...@suse.com
+
+- don't build html in parallel build
+
+---
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---
+Mon Sep  7 09:03:06 UTC 2009 - a...@suse.de
+
+- Build doc subpackage as noarch to save 6 MB on media.
+
+---
+Thu Feb 26 17:45:38 CET 2009 - crrodrig...@suse.de
+
+- fix build with GCC44 
+
+---
+Fri Feb 20 16:26:14 CET 2009 - mse...@suse.cz
+
+- updated to 3.3.12
+ - Consolidated support for pydb, bashdb and remake.
+- changes in 3.3.12-rc2
+ - DDD can once more locate its own core file when it crashes, even on
+   Linux systems where the core file may not be named core.
+- changes in 3.3.12-rc1
+  - Fixed several segmentation faults.
+  - Fixed a few regressions affecting gdb support after merging the pydb
+code.
+- changes in 3.3.12-test6
+  - Remove pydb in this directory. Use
+http://bashdb.sourceforge.net/pydb instead
+  - fixed continue button for pydb
+  - Start informing ddd that bash and pydb now have (or will have in the
+next release) commands, and display.
+  - LynxOS support via Olli Savia
+  - Add x86 theme for changing display expressions to x86 registers and
+flag-bits. Change Data/Memory examine behavior when used on Intel
+registers so that %reg is the same as $reg. 
+Contributed by Zarko Zivanov.
+- changes in 3.3.12-test5
+  - Had broken gdb support
+  - Add vsllib/DEMOS into distribution
+  - Changes Makefiles to make distcheck or VPATH, or building outside
+of source tree work better (It's still not complete though).
+  - GNU Make, Python pydb and bashdb support improved: 
+* command completion for bashdb and pydb (via gdb complete)
+* possibly a better test for debuggers using bashdb (vs. bash) 
+  and remake (vs. make)
+* pydb and bashdb also now have built-in cd and pwd commands - use
+  them.
+* deal with bogus file name string that comes up in
+  tracebacks. Require a run to get pydb stack set correctly.
+- changes in 3.3.12-test4
+  - Minor bug fixes, mostly for Python support.
+- changes in 3.3.12-test3
+  - Extended python debugger support. Sort of a merge of pdb.py, ddd's old
+pydb.py and new things.
+- changes in 3.3.12-test2
+  - GNU Make (mdb) support.
+- changes in 3.3.12-test
+  - Fixed a bug parsing the gdb annotations -- this should improve
+the source code tracking accuracy.
+  - Fixed a bug where gdb annotations were sent to the command window.
+  - GNU Make debugger support
+  - Fixes to Bash debugger (remove stack movement crashes, show
+breakpoints), better word parsing, e.g ${foo[@]}
+  - Fixed a couple of warnings.
+  - DDD now starts up much faster, and exits more cleanly (Doug Graham)
+  - DDD now builds and runs on LynxOS (Olli Savia)
+
+- splitted into two packages : ddd and ddd-doc
+
+---
+Fri Sep 05 11:01:51 CEST 2008 - bwa...@suse.de
+
+- Fix UTF-8 warning to fit in a terminal with 80 characters wide.
+- Don't print the warning if ~/.ddd/suse_no_utf8_warning exists.
+
+---
+Sun Apr  6 17:07:46 CEST 2008 - bwa...@suse.de
+
+- 

commit ddd for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2012-01-05 13:47:55

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


Package is ddd, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ddd/ddd.changes  2011-11-23 19:34:36.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2012-01-05 
13:47:58.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 15:15:02 UTC 2011 - idon...@suse.com
+
+- Fix wrong size parameter in memcpy call 
+
+---

New:

  ddd-wrong-memcpy.patch



Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.azlpsh/_old  2012-01-05 13:47:59.0 +0100
+++ /var/tmp/diff_new_pack.azlpsh/_new  2012-01-05 13:47:59.0 +0100
@@ -15,18 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   ddd
-BuildRequires:  ImageMagick apache2-devel freetype2-devel gcc-c++ 
ghostscript_any
-BuildRequires:  libapr-util1-devel libtiff-devel openmotif-devel pcre-devel 
transfig
-BuildRequires:  ghostscript-library ncurses-devel update-desktop-files
-License:GPL-2.0+ ; LGPL-2.1+
-Group:  Development/Tools/Debuggers
+BuildRequires:  ImageMagick
+BuildRequires:  apache2-devel
+BuildRequires:  freetype2-devel
+BuildRequires:  gcc-c++
+BuildRequires:  ghostscript-library
+BuildRequires:  ghostscript_any
+BuildRequires:  libapr-util1-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  openmotif-devel
+BuildRequires:  pcre-devel
+BuildRequires:  transfig
+BuildRequires:  update-desktop-files
 Requires:   gdb
 Version:3.3.12
-Release:3
+Release:0
 Summary:Debugger with Graphical User Interface
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  Development/Tools/Debuggers
 Url:http://www.gnu.org/software/ddd
 Source: ddd-%{version}.tar.bz2
 Source1:ddd.png
@@ -34,6 +42,7 @@
 Source3:README.SUSE
 Source4:ddd.wrapper
 Patch0: ddd-3.3.12-gcc44.patch
+Patch1: ddd-wrong-memcpy.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %install_info_prereq
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
@@ -47,7 +56,6 @@
 Pascal, MODULA-2, FORTRAN, ADA, and even at the assembler code level.
 
 %package doc
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:Debugger with Graphical User Interface
 Group:  Development/Tools/Debuggers
 %if %suse_version  1110
@@ -64,6 +72,7 @@
 %define apache_docroot %(apxs2 -q PREFIX)/htdocs
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 cp %{S:3} .

++ ddd-wrong-memcpy.patch ++
Index: ddd-3.3.12/ddd/ddd.C
===
--- ddd-3.3.12.orig/ddd/ddd.C
+++ ddd-3.3.12/ddd/ddd.C
@@ -5822,7 +5822,7 @@ struct WhenReadyInfo {
}
else
{
-   memcpy(cbs.event, c.event, sizeof(cbs.event));
+   memcpy(cbs.event, c.event, sizeof(XEvent));
cbs.event = event;
}
 }

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



commit ddd for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2011-12-06 18:05:28

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


Package is ddd, Maintainer is pgaj...@suse.com

Changes:




Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.wMs9OZ/_old  2011-12-06 18:09:14.0 +0100
+++ /var/tmp/diff_new_pack.wMs9OZ/_new  2011-12-06 18:09:14.0 +0100
@@ -21,7 +21,7 @@
 BuildRequires:  ImageMagick apache2-devel freetype2-devel gcc-c++ 
ghostscript_any
 BuildRequires:  libapr-util1-devel libtiff-devel openmotif-devel pcre-devel 
transfig
 BuildRequires:  ghostscript-library ncurses-devel update-desktop-files
-License:GPL v2 or later ; LGPL v2.1 or later
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  Development/Tools/Debuggers
 Requires:   gdb
 Version:3.3.12
@@ -47,7 +47,7 @@
 Pascal, MODULA-2, FORTRAN, ADA, and even at the assembler code level.
 
 %package doc
-License:GPL v2 or later ; LGPL v2.1 or later
+License:GPL-2.0+ ; LGPL-2.1+
 Summary:Debugger with Graphical User Interface
 Group:  Development/Tools/Debuggers
 %if %suse_version  1110


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



commit ddd for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2011-11-23 19:34:19

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


Package is ddd, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ddd/ddd.changes  2011-09-23 01:54:54.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2011-11-23 
19:34:36.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 22 12:20:20 UTC 2011 - pgaj...@suse.com
+
+- compile against libtinfo
+
+---
+Tue Nov 15 09:40:46 UTC 2011 - pgaj...@suse.com
+
+- don't build html in parallel build
+
+---



Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.WaPWO0/_old  2011-11-23 19:34:40.0 +0100
+++ /var/tmp/diff_new_pack.WaPWO0/_new  2011-11-23 19:34:40.0 +0100
@@ -67,8 +67,13 @@
 
 %build
 cp %{S:3} .
+%if %suse_version  1210
+%configure --with-termlib=tinfo
+%else
 %configure
-make %{?_smp_mflags} all html
+%endif
+make %{?_smp_mflags} all 
+make html
 
 %install
 %makeinstall


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



commit ddd for openSUSE:Factory

2011-09-22 Thread h_root

Hello community,

here is the log from the commit of package ddd for openSUSE:Factory
checked in at Thu Sep 22 10:41:12 CEST 2011.




--- ddd/ddd.changes 2009-09-07 11:03:25.0 +0200
+++ /mounts/work_src_done/STABLE/ddd/ddd.changes2011-09-18 
19:29:24.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.LrEh6B/_old  2011-09-22 10:41:08.0 +0200
+++ /var/tmp/diff_new_pack.LrEh6B/_new  2011-09-22 10:41:08.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ddd (Version 3.3.12)
+# spec file for package ddd
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   ddd
@@ -25,7 +24,6 @@
 License:GPL v2 or later ; LGPL v2.1 or later
 Group:  Development/Tools/Debuggers
 Requires:   gdb
-AutoReqProv:on
 Version:3.3.12
 Release:3
 Summary:Debugger with Graphical User Interface
@@ -48,13 +46,6 @@
 graphs and shown interactively. Programs can be debugged in C, C++,
 Pascal, MODULA-2, FORTRAN, ADA, and even at the assembler code level.
 
-
-
-Authors:
-
-Andreas Zeller zel...@ips.cs.tu-bs.de
-Dorothea Luetkehaus lue...@ips.cs.tu-bs.de
-
 %package doc
 License:GPL v2 or later ; LGPL v2.1 or later
 Summary:Debugger with Graphical User Interface
@@ -62,7 +53,6 @@
 %if %suse_version  1110
 BuildArch:  noarch
 %endif
-AutoReqProv:on
 
 %description doc
 The DDD debugger (Data Display Debugger) is a comfortable GUI to the
@@ -70,13 +60,6 @@
 graphs and shown interactively. Programs can be debugged in C, C++,
 Pascal, MODULA-2, FORTRAN, ADA, and even at the assembler code level.
 
-
-
-Authors:
-
-Andreas Zeller zel...@ips.cs.tu-bs.de
-Dorothea Luetkehaus lue...@ips.cs.tu-bs.de
-
 %prep
 %define apache_docroot %(apxs2 -q PREFIX)/htdocs
 %setup -q
@@ -85,8 +68,7 @@
 %build
 cp %{S:3} .
 %configure
-make 
-make html
+make %{?_smp_mflags} all html
 
 %install
 %makeinstall
@@ -104,9 +86,6 @@
 install %{SOURCE4} $RPM_BUILD_ROOT/usr/bin/ddd
 %suse_update_desktop_file ddd
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 %install_info --info-dir=%{_infodir} %{_infodir}/ddd-themes.info.gz







Remember to have fun...

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