commit memprof for openSUSE:Factory

2020-01-31 Thread root
Hello community,

here is the log from the commit of package memprof for openSUSE:Factory checked 
in at 2020-01-31 23:56:37

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


Package is "memprof"

Fri Jan 31 23:56:37 2020 rev:27 rq:768694 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/memprof/memprof.changes  2015-09-24 
06:16:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.memprof.new.26092/memprof.changes   
2020-01-31 23:57:40.791663686 +0100
@@ -1,0 +2,5 @@
+Thu Jan 30 11:14:31 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ memprof.spec ++
--- /var/tmp/diff_new_pack.MxrHAS/_old  2020-01-31 23:57:41.627664119 +0100
+++ /var/tmp/diff_new_pack.MxrHAS/_new  2020-01-31 23:57:41.627664119 +0100
@@ -38,7 +38,6 @@
 BuildRequires:  pkg-config
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Depend on x86 instruction set.
 ExclusiveArch:  %ix86 x86_64




commit memprof for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package memprof for openSUSE:Factory checked 
in at 2015-09-24 06:15:34

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


Package is "memprof"

Changes:

--- /work/SRC/openSUSE:Factory/memprof/memprof.changes  2012-11-19 
07:06:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.memprof.new/memprof.changes 2015-09-24 
06:16:03.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 21 06:42:40 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ memprof.spec ++
--- /var/tmp/diff_new_pack.DRXk3x/_old  2015-09-24 06:16:04.0 +0200
+++ /var/tmp/diff_new_pack.DRXk3x/_new  2015-09-24 06:16:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package memprof
 #
-# Copyright (c) 2012 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
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Development/Tools/Debuggers
 Url:http://www.gnome.org/projects/memprof/
-Source: %{name}-%{version}.tar.bz2
+Source: 
https://download.gnome.org/sources/memprof/0.6/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM memprof-bfd-headers.patch bgo#688398 dmis...@opensuse.org 
-- Fix new binutils requirement to include config.h
 Patch2: memprof-bfd-headers.patch
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
@@ -35,18 +35,20 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libglade2-devel
+BuildRequires:  pkg-config
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Depend on x86 instruction set.
-ExclusiveArch:  %{ix86} x86_64
+ExclusiveArch:  %ix86 x86_64
 
 %description
 With this application, profile applications for their memory
 requirements and hunt for leaks very easily.
 
 %lang_package
+
 %prep
 %setup -q
 translation-update-upstream
@@ -56,16 +58,17 @@
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing" CXXFLAGS="%{optflags} 
-fno-strict-aliasing"
-%configure --disable-static
-make
+%configure \
+  --disable-static
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 # Change sr@Latn to sr@latin
 mv %{buildroot}%{_datadir}/locale/sr@Latn 
%{buildroot}%{_datadir}/locale/sr@latin
-%{find_lang} memprof %{?no_lang_C}
-%suse_update_desktop_file %name Development Profiling
+%find_lang memprof %{?no_lang_C}
+%suse_update_desktop_file %{name} Development Profiling
 %fdupes %{buildroot}
 
 %post
@@ -80,9 +83,6 @@
 %desktop_database_postun
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
@@ -94,5 +94,6 @@
 %{_datadir}/applications/memprof.desktop
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog




commit memprof for openSUSE:Factory

2012-11-18 Thread h_root
Hello community,

here is the log from the commit of package memprof for openSUSE:Factory checked 
in at 2012-11-19 07:06:35

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


Package is memprof, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/memprof/memprof.changes  2012-09-25 
14:17:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.memprof.new/memprof.changes 2012-11-19 
07:06:36.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 15 14:05:21 UTC 2012 - dims...@opensuse.org
+
+- Add memprof-bfd-headers.patch: binutils newly forces the
+  inclusion of config.h.
+
+---

New:

  memprof-bfd-headers.patch



Other differences:
--
++ memprof.spec ++
--- /var/tmp/diff_new_pack.bh6WhB/_old  2012-11-19 07:06:37.0 +0100
+++ /var/tmp/diff_new_pack.bh6WhB/_new  2012-11-19 07:06:37.0 +0100
@@ -24,6 +24,8 @@
 Group:  Development/Tools/Debuggers
 Url:http://www.gnome.org/projects/memprof/
 Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM memprof-bfd-headers.patch bgo#688398 dmis...@opensuse.org 
-- Fix new binutils requirement to include config.h
+Patch2: memprof-bfd-headers.patch
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch3: memprof-0.5.1-desktop.patch
 # PATCH-FIX-UPSTREAM memprof-arch-neutral.patch bgo#663253 r...@wi.rr.com -- 
Fix build on different archs than x86_64 and i586.
@@ -50,6 +52,7 @@
 translation-update-upstream
 %patch3
 %patch4 -p1
+%patch2 -p1
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing CXXFLAGS=%{optflags} 
-fno-strict-aliasing

++ memprof-bfd-headers.patch ++
From cadd5f72c61e3fe974b20a44316feb22d31f0533 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger dims...@opensuse.org
Date: Thu, 15 Nov 2012 14:58:50 +0100
Subject: [PATCH] include config.h

As per binutils, we are FORCED to include config.h when we want
to make use of bfd.h

See http://sourceware.org/bugzilla/show_bug.cgi?id=14243
---
 src/memprof.h |1 +
 1 file changed, 1 insertion(+)

diff --git a/src/memprof.h b/src/memprof.h
index 9d04a1a..9fc7cf0 100644
--- a/src/memprof.h
+++ b/src/memprof.h
@@ -20,6 +20,7 @@
  */
 /**/
 
+#include config.h
 #include glib.h
 #include gtk/gtkwidget.h
 #include stdio.h
-- 
1.7.10.4

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



commit memprof for openSUSE:Factory

2012-09-25 Thread h_root
Hello community,

here is the log from the commit of package memprof for openSUSE:Factory checked 
in at 2012-09-25 13:45:42

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


Package is memprof, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/memprof/memprof.changes  2012-02-14 
19:03:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.memprof.new/memprof.changes 2012-09-25 
14:17:51.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 12:03:59 UTC 2012 - dval...@suse.com
+
+- As memprof uses x86 instruction sets, add exclusive arch for
+  x86 types (%{ix86} x86_64).
+
+---



Other differences:
--
++ memprof.spec ++
--- /var/tmp/diff_new_pack.QNNo9v/_old  2012-09-25 14:17:52.0 +0200
+++ /var/tmp/diff_new_pack.QNNo9v/_new  2012-09-25 14:17:52.0 +0200
@@ -37,6 +37,8 @@
 BuildRequires:  update-desktop-files
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# Depend on x86 instruction set.
+ExclusiveArch:  %{ix86} x86_64
 
 %description
 With this application, profile applications for their memory

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



commit memprof for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package memprof for openSUSE:Factory checked 
in at 2012-02-14 19:03:33

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


Package is memprof, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/memprof/memprof.changes  2012-01-05 
19:14:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.memprof.new/memprof.changes 2012-02-14 
19:03:42.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:50:17 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ memprof.spec ++
--- /var/tmp/diff_new_pack.uYaAXu/_old  2012-02-14 19:03:42.0 +0100
+++ /var/tmp/diff_new_pack.uYaAXu/_new  2012-02-14 19:03:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package memprof
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,14 +16,13 @@
 #
 
 
-
 Name:   memprof
 Version:0.6.2
-Release:2
-License:GPLv2+
+Release:0
 Summary:A Memory Profiler with GNOME Interface
-Url:http://www.gnome.org/projects/memprof/
+License:GPL-2.0+
 Group:  Development/Tools/Debuggers
+Url:http://www.gnome.org/projects/memprof/
 Source: %{name}-%{version}.tar.bz2
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch3: memprof-0.5.1-desktop.patch

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



commit memprof for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package memprof for openSUSE:Factory checked 
in at 2012-01-05 19:14:00

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


Package is memprof, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/memprof/memprof.changes  2011-09-23 
02:12:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.memprof.new/memprof.changes 2012-01-05 
19:14:02.0 +0100
@@ -1,0 +2,6 @@
+Sun Oct 30 18:36:52 UTC 2011 - r...@wi.rr.com
+
+- Add memprof-arch-neutral.patch: Fix build error making
+  stack-frame.h arch neutral based on word size and not arch name.
+
+---

New:

  memprof-arch-neutral.patch



Other differences:
--
++ memprof.spec ++
--- /var/tmp/diff_new_pack.RJ2ZlK/_old  2012-01-05 19:14:03.0 +0100
+++ /var/tmp/diff_new_pack.RJ2ZlK/_new  2012-01-05 19:14:03.0 +0100
@@ -27,6 +27,8 @@
 Source: %{name}-%{version}.tar.bz2
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch3: memprof-0.5.1-desktop.patch
+# PATCH-FIX-UPSTREAM memprof-arch-neutral.patch bgo#663253 r...@wi.rr.com -- 
Fix build on different archs than x86_64 and i586.
+Patch4: memprof-arch-neutral.patch
 BuildRequires:  binutils-devel
 BuildRequires:  fdupes
 BuildRequires:  gtk2-devel
@@ -46,6 +48,7 @@
 %setup -q
 translation-update-upstream
 %patch3
+%patch4 -p1
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing CXXFLAGS=%{optflags} 
-fno-strict-aliasing

++ memprof-arch-neutral.patch ++
--- memprof-0.6.2/lib/stack-frame.h.orig2011-10-30 13:33:48.0 
-0500
+++ memprof-0.6.2/lib/stack-frame.h 2011-10-30 13:33:50.0 -0500
@@ -34,11 +34,11 @@
 #define __STACK_FRAME_H__
 
 /* STACKPOINTER macros to access the right regs on different ARCHs */
-#if defined (__i386__)
+#if __WORDSIZE == 32
 #define EIPRIP eip
 #define EBPRBP ebp
 #define ESPRSP esp
-#elif defined (__x86_64__)
+#elif __WORDSIZE == 64
 #define EIPRIP rip
 #define EBPRBP rbp
 #define ESPRSP rsp
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org