[smem] now we have an upstream tarball. thanks, upstream!

Matthew Miller mattdm at fedoraproject.org
Mon Oct 29 22:11:27 UTC 2012


commit d803421c248b24ff624bd6c3b21dd10b85b141ae
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Mon Oct 29 18:11:02 2012 -0400

    now we have an upstream tarball. thanks, upstream!

 .gitignore |    1 +
 smem.spec  |   12 +++++-------
 sources    |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e785571..9513af2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 smem-0.9.tar.gz
 /smem-1.0.tar.gz
 /smem-1.2.tar.xz
+/smem-1.2.tar.gz
diff --git a/smem.spec b/smem.spec
index 76761ca..24d89d0 100644
--- a/smem.spec
+++ b/smem.spec
@@ -1,17 +1,12 @@
 Name:           smem
 Version:        1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Report application memory usage in a meaningful way
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://www.selenic.com/smem/
-# The source for this package was pulled from upstream's version control
-# system. Use the following commands to generate the tarball:
-#   hg clone -r1.2 http://selenic.com/repo/smem smem-1.2
-#   rm -rf smem-1.2/.hg smem-1.2/.htags
-#   tar -cJvf smem-1.2.tar.xz smem-1.2
-Source0:        smem-1.2.tar.xz
+Source0:        http://www.selenic.com/smem/download/smem-%{version}.tar.gz
 Requires:       kernel >= 2.6.27
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -51,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/smem.8*
 
 %changelog
+* Mon Oct 29 2012 Matthew Miller <mattdm at mattdm.org> - 1.2-2
+- now we have an upstream tarball. thanks, upstream!
+
 * Mon Oct 29 2012 Matthew Miller <mattdm at mattdm.org> - 1.2-1
 - 1.2; no upstream tarball, but tagged in the hg repo.
 - resolves bz #757908 (-m and -u fail as non-root)
diff --git a/sources b/sources
index e7a5df4..d184fc7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd240efb341789179590711c0ca62214  smem-1.2.tar.xz
+b8975840a08172ba8a1abbe7cb202dfe  smem-1.2.tar.gz


More information about the scm-commits mailing list