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.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.memprof.new/memprof.changes 2015-09-24 06:16:03.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 21 06:42:40 UTC 2015 - [email protected] + +- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.DRXk3x/_new 2015-09-24 06:16:04.000000000 +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 [email protected] -- 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
