[procps-ng] - Update to 3.3.6 - Changing URL/Source from gitorious to recently created sourceforge page - Replac

Jaromír Cápík jcapik at fedoraproject.org
Tue Jan 8 14:15:23 UTC 2013


commit 72d3f698a31555414dbb265c5abdecbaaefb9332
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue Jan 8 15:15:09 2013 +0100

    - Update to 3.3.6
    - Changing URL/Source from gitorious to recently created sourceforge page
    - Replacing autogen.sh with autoreconf

 .gitignore     |    1 +
 procps-ng.spec |   30 ++++++++++++++++++++++--------
 sources        |    2 +-
 3 files changed, 24 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a057858..b3f9b08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /procps-ng-3.3.4-20120807git.tar.xz
 /procps-ng-3.3.3-20120807git.tar.xz
 /procps-ng-3.3.4.tar.xz
+/procps-ng-3.3.6.tar.xz
diff --git a/procps-ng.spec b/procps-ng.spec
index 42b049b..38a38e9 100644
--- a/procps-ng.spec
+++ b/procps-ng.spec
@@ -2,15 +2,13 @@
 
 Summary: System and process monitoring utilities
 Name: procps-ng
-Version: 3.3.4
+Version: 3.3.6
 Release: 1%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Applications/System
-URL: http://gitorious.org/procps
+URL: https://sourceforge.net/projects/procps-ng/
 
-# git clone git://gitorious.org/procps/procps.git
-# cd procps && git archive --format=tar --prefix="procps-ng-3.3.4/" v3.3.4 | xz > procps-ng-3.3.4.tar.xz
-Source: %{name}-%{version}.tar.xz
+Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -67,9 +65,11 @@ System and process monitoring utilities development headers
 %setup -q -n %{name}-%{version}
 
 %build
-echo "%{version}" > .tarball-version
+# The following stuff is needed for git archives only
+#echo "%{version}" > .tarball-version
+#./autogen.sh
 
-./autogen.sh
+autoreconf --verbose --force --install
 
 ./configure --prefix=/ \
             --bindir=%{_bindir} \
@@ -85,7 +85,7 @@ echo "%{version}" > .tarball-version
             --disable-rpath
 
 
-make CFLAGS="$RPM_OPT_FLAGS"
+make CFLAGS="%{optflags}"
 
 
 %if %{tests_enabled}
@@ -125,6 +125,20 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
 %{_includedir}/proc
 
 %changelog
+* Tue Jan 08 2013 Jaromir Capik <jcapik at redhat.com> - 3.3.6-1
+- Update to 3.3.6
+- Changing URL/Source from gitorious to recently created sourceforge page
+- Replacing autogen.sh with autoreconf
+
+* Mon Jan 07 2013 Jaromir Capik <jcapik at redhat.com> - 3.3.5-1
+- Update to 3.3.5
+
+* Tue Dec 11 2012 Jaromir Capik <jcapik at redhat.com> - 3.3.4-2
+- fixing the following regressions:
+-   negative ETIME field in ps (#871819)
+-   procps states a bug is hit when receiving a signal (#871824)
+-   allow core file generation by ps command (#871825)
+
 * Tue Dec 11 2012 Jaromir Capik <jcapik at redhat.com> - 3.3.4-1
 - Update to 3.3.4
 
diff --git a/sources b/sources
index 130ef1e..3216509 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7c990aead29289e1f0e783bcca2cf78  procps-ng-3.3.4.tar.xz
+0a050d9be531921db3cd38f1371e73e3  procps-ng-3.3.6.tar.xz


More information about the scm-commits mailing list