[pg_top] Rebuilt for new upstream version, spec cleanup

Filipe Rosset filiperosset at fedoraproject.org
Wed May 21 04:49:41 UTC 2014


commit 9e843589cbb45830b1032d2999d36373d3d62d0b
Author: Filipe Rosset <rosset.filipe at gmail.com>
Date:   Wed May 21 01:49:32 2014 -0300

    Rebuilt for new upstream version, spec cleanup
    
    - Removed patches (already commited in upstream), fixes rhbz #991776 and #926327

 .gitignore  |    1 +
 pg_top.spec |   26 ++++++++++----------------
 sources     |    2 +-
 3 files changed, 12 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d68430d..09fbf40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pg_top-3.6.2.tar.bz2
+/pg_top-3.7.0.tar.bz2
diff --git a/pg_top.spec b/pg_top.spec
index c608f95..e3d6053 100644
--- a/pg_top.spec
+++ b/pg_top.spec
@@ -1,21 +1,18 @@
 Summary:	'top' for PostgreSQL process
 Name:		pg_top
-Version:	3.6.2
-Release:	13%{?dist}
+Version:	3.7.0
+Release:	1%{?dist}
 License:	BSD
 Group:		Applications/Databases
-Source0:	http://pgfoundry.org/frs/download.php/1780/%{name}-%{version}.tar.bz2
+Source0:	http://pgfoundry.org/frs/download.php/3504/%{name}-%{version}.tar.bz2
 URL:		http://pgfoundry.org/projects/ptop
-# Reported upstream: http://pgfoundry.org/tracker/index.php?func=detail&aid=1010710&group_id=1000300&atid=1129
-Patch0:     pg_top-3.6.2-fix-totals.patch
 BuildRequires:	postgresql-devel
 BuildRequires:	libtermcap-devel
 BuildRequires:	elfutils-libelf-devel
 Requires:	postgresql-server
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?fedora} >= 10
-BuildRequires:  systemtap-sdt-devel
+BuildRequires:	systemtap-sdt-devel
 %endif
 
 
@@ -25,28 +22,25 @@ query plans, issued locks, and table and index statistics.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
 
 %build
 %configure
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
-rm -rf %{buildroot}
-
 install -Dp -m 755 %{name} %{buildroot}%{_bindir}/%{name}
 install -Dp -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %{_mandir}/man1/%{name}*
 %{_bindir}/%{name}
-%doc FAQ HISTORY INSTALL LICENSE README TODO Y2K
+%doc FAQ HISTORY LICENSE README TODO Y2K
 
 %changelog
+* Wed May 21 2014 Filipe Rosset <rosset.filipe at gmail.com> - 3.7.0-1
+- Rebuilt for new upstream version, spec cleanup
+- Removed patches (already commited in upstream), fixes rhbz #991776 and #926327
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.6.2-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -100,5 +94,5 @@ rm -rf %{buildroot}
 * Sun Jan 20 2008 - Devrim GUNDUZ <devrim at commandprompt.com> 3.6.1-1.beta3
 - Update to 3.6.1-beta3
 
-* Mon Dec 13 2007 - Devrim GUNDUZ <devrim at commandprompt.com> 3.6.1-1.beta2
+* Thu Dec 13 2007 - Devrim GUNDUZ <devrim at commandprompt.com> 3.6.1-1.beta2
 - Initial RPM packaging for Fedora
diff --git a/sources b/sources
index 8d397bb..bc9cf0a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f1d7a895c4afc50a1ec05682c1f8344c  pg_top-3.6.2.tar.bz2
+4d0c61a1aaa32f815d2e2452513fbfec  pg_top-3.7.0.tar.bz2


More information about the scm-commits mailing list