From 0b982893658d5aae9fd1f38b22215be2d4c133cf Mon Sep 17 00:00:00 2001 From: Peter Gordon Date: May 26 2008 22:23:49 +0000 Subject: Update to 0.5.3 --- diff --git a/.cvsignore b/.cvsignore index f7f73f9..b0de747 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nemiver-0.5.2.tar.bz2 +nemiver-0.5.3.tar.bz2 diff --git a/nemiver-make-libnemivercommon-global-lib.patch b/nemiver-make-libnemivercommon-global-lib.patch index ed3a520..94adf61 100644 --- a/nemiver-make-libnemivercommon-global-lib.patch +++ b/nemiver-make-libnemivercommon-global-lib.patch @@ -1,6 +1,6 @@ diff -up ./src/common/Makefile.in.old ./src/common/Makefile.in ---- ./src/common/Makefile.in.old 2008-04-12 01:38:45.000000000 -0700 -+++ ./src/common/Makefile.in 2008-04-12 01:41:21.000000000 -0700 +--- ./src/common/Makefile.in.old 2008-05-26 14:28:03.000000000 -0700 ++++ ./src/common/Makefile.in 2008-05-26 14:29:09.000000000 -0700 @@ -17,7 +17,7 @@ VPATH = @srcdir@ @@ -10,7 +10,7 @@ diff -up ./src/common/Makefile.in.old ./src/common/Makefile.in pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 -@@ -327,7 +327,7 @@ target_vendor = @target_vendor@ +@@ -335,7 +335,7 @@ target_vendor = @target_vendor@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ nemivercommon_LTLIBRARIES = libnemivercommon.la @@ -19,19 +19,17 @@ diff -up ./src/common/Makefile.in.old ./src/common/Makefile.in headers = \ nmv-api-macros.h \ nmv-namespace.h \ -@@ -392,7 +392,7 @@ nmv-proc-mgr.cc +@@ -400,7 +400,6 @@ nmv-proc-mgr.cc publicheaders_DATA = $(headers) publicheadersdir = $(NEMIVER_INCLUDE_DIR)/common libnemivercommon_la_LDFLAGS = @NEMIVERCOMMON_LIBS@ -lutil \ -- -avoid-version -rpath $(libdir)/nemiver -+ - +- -avoid-version -rpath $(libdir)/nemiver \ + -Wl,--as-needed pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = libnemivercommon.pc diff -up ./src/Makefile.in.old ./src/Makefile.in ---- ./src/Makefile.in.old 2008-04-12 01:23:43.000000000 -0700 -+++ ./src/Makefile.in 2008-04-12 01:23:49.000000000 -0700 +--- ./src/Makefile.in.old 2008-05-26 14:29:22.000000000 -0700 ++++ ./src/Makefile.in 2008-05-26 14:29:27.000000000 -0700 @@ -16,7 +16,7 @@ VPATH = @srcdir@ @@ -42,14 +40,14 @@ diff -up ./src/Makefile.in.old ./src/Makefile.in am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 diff -up ./Makefile.in.old ./Makefile.in ---- ./Makefile.in.old 2008-04-12 01:22:03.000000000 -0700 -+++ ./Makefile.in 2008-04-12 01:22:08.000000000 -0700 +--- ./Makefile.in.old 2008-05-26 14:29:37.000000000 -0700 ++++ ./Makefile.in 2008-05-26 14:29:43.000000000 -0700 @@ -16,7 +16,7 @@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(libdir)/ ++pkglibdir = $(libdir) pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 diff --git a/nemiver.spec b/nemiver.spec index 268b4b4..768c89e 100644 --- a/nemiver.spec +++ b/nemiver.spec @@ -1,5 +1,5 @@ Name: nemiver -Version: 0.5.2 +Version: 0.5.3 Release: 1%{?dist} Summary: A C/C++ Debugger for GNOME - point, click, debug! @@ -9,6 +9,7 @@ URL: http://home.gna.org/nemiver/ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.bz2 +## https://bugzilla.gnome.org/show_bug.cgi?id=534990 Patch0: %{name}-make-libnemivercommon-global-lib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -155,6 +156,10 @@ scrollkeeper-update -q ||: %changelog +* Mon May 26 2008 Peter Gordon - 0.5.3-1 +- Update to new upstream release (0.5.3) +- Add upstream bug reference for make-libnemivercommon-global-lib patch. + * Fri Apr 11 2008 Peter Gordon - 0.5.2-1 - Update to new upstream release (0.5.2) - Add patch to keep the nemivercommon shared library in the global %%_libdir, diff --git a/sources b/sources index 4d17a99..779ad54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b309771de1d15cc3820598f71cb5f8ee nemiver-0.5.2.tar.bz2 +27a40f6dee264053ea70db344944a967 nemiver-0.5.3.tar.bz2