public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matthew Miller <mattdm@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/smem] epel10: update to 0.9
Date: Tue, 28 Jul 2026 12:33:54 GMT	[thread overview]
Message-ID: <178524203457.1.8834162571160517715.rpms-smem-063b4527b6d2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/smem
Branch : epel10
Commit : 063b4527b6d2ea7002f93c4e70b68c14b73a76dd
Author : Matthew Miller <mattdm@fedoraproject.org>
Date   : 2009-11-12T01:33:37+00:00
Stats  : +16/-20 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/smem/c/063b4527b6d2ea7002f93c4e70b68c14b73a76dd?branch=epel10

Log:
update to 0.9

---
diff --git a/.cvsignore b/.cvsignore
index f145629..6847131 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-smem-0.1.tar.gz
+smem-0.9.tar.gz

diff --git a/smem.spec b/smem.spec
index 7e6d311..84a220c 100644
--- a/smem.spec
+++ b/smem.spec
@@ -1,19 +1,12 @@
 Name:           smem
-Version:        0.1
-Release:        5%{?dist}
+Version:        0.9
+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-0.1.tar.gz
-Source1:        http://www.selenic.com/smem/index.html
-# http://selenic.com/repo/index.cgi/smem/raw-rev/741bd2646ebf
-# Add GPLv2+ license and copyright notice
-Patch0:         smem-0.1-741bd2646ebf-gplv2+.patch
-# http://selenic.com/repo/index.cgi/smem/raw-rev/4320ad746bcc
-# Kernel version >= 2.6.27 check
-Patch1:         smem-0.1-4320ad746bcc-kervercheck.patch
+Source0:        http://www.selenic.com/smem/download/smem-0.9.tar.gz
 Requires:       kernel >= 2.6.27
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -34,11 +27,6 @@ a realistic measure.
 
 %setup -q
 
-%patch0 -p1 -b .gpl
-%patch1 -p1 -b .kerver
-
-cp -a %{SOURCE1} smem.html
-
 # sample script, installed as documentation
 chmod -x capture
 
@@ -48,7 +36,7 @@ chmod -x capture
 %install
 rm -rf $RPM_BUILD_ROOT
 install -D -p -m 755 smem $RPM_BUILD_ROOT/%{_bindir}/smem
-
+install -D -p -m 644 smem.8 $RPM_BUILD_ROOT/%{_mandir}/man8/smem.8
  
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,11 +44,19 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc smem.html capture COPYING
+%doc capture COPYING
 %{_bindir}/smem
-
+%{_mandir}/man8/smem.8*
 
 %changelog
+* Wed May  7 2009 Matthew Miller <mattdm@mattdm.org> - 0.9-1
+- update to 0.9
+- drop add-hoc index.html doc; add man pages
+- drop patches, which are now upstream
+- not currently building smemcap.c into an executable -- it's new,
+  and would switch the package from being noarch. will deal with that
+  in a future update of the package.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 

diff --git a/sources b/sources
index 10a1e2d..e183bd5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d2a64fcf00e353efa3751c826f801ee  smem-0.1.tar.gz
+2c5a3b6cb40d24af73c403d2571c7916  smem-0.9.tar.gz

                 reply	other threads:[~2026-07-28 12:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178524203457.1.8834162571160517715.rpms-smem-063b4527b6d2@fedoraproject.org \
    --to=mattdm@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox