public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/smem] epel10: 1.2; no upstream tarball, but tagged in the hg repo.
@ 2026-07-28 12:33 Matthew Miller
0 siblings, 0 replies; only message in thread
From: Matthew Miller @ 2026-07-28 12:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/smem
Branch : epel10
Commit : 683bca2ab6d51e137ed24e28d06ddd5bba0f7db6
Author : Matthew Miller <mattdm@mattdm.org>
Date : 2012-10-29T15:57:53-04:00
Stats : +15/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/smem/c/683bca2ab6d51e137ed24e28d06ddd5bba0f7db6?branch=epel10
Log:
1.2; no upstream tarball, but tagged in the hg repo.
- resolves bz #757908 (-m and -u fail as non-root)
- resolves bz #864504 (failure in presense of unknown uids)
---
diff --git a/.gitignore b/.gitignore
index 0605229..e785571 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
smem-0.9.tar.gz
/smem-1.0.tar.gz
+/smem-1.2.tar.xz
diff --git a/smem.spec b/smem.spec
index a9aa20a..76761ca 100644
--- a/smem.spec
+++ b/smem.spec
@@ -1,12 +1,17 @@
Name: smem
-Version: 1.0
-Release: 4%{?dist}
+Version: 1.2
+Release: 1%{?dist}
Summary: Report application memory usage in a meaningful way
Group: Applications/System
License: GPLv2+
URL: http://www.selenic.com/smem/
-Source0: http://www.selenic.com/smem/download/smem-%{version}.tar.gz
+# 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
Requires: kernel >= 2.6.27
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -46,6 +51,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/smem.8*
%changelog
+* Mon Oct 29 2012 Matthew Miller <mattdm@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)
+- resolves bz #864504 (failure in presense of unknown uids)
+
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
diff --git a/sources b/sources
index 5f412b2..e7a5df4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5620f20cae4d4f0e8eb33bdc2736b0f3 smem-1.0.tar.gz
+dd240efb341789179590711c0ca62214 smem-1.2.tar.xz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-28 12:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 12:33 [rpms/smem] epel10: 1.2; no upstream tarball, but tagged in the hg repo Matthew Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox