[trustyrc/f15/master] sed code to remove a unused variable

Nicoleau Fabien eponyme at fedoraproject.org
Sun Feb 13 14:44:31 UTC 2011


commit d86c21f83d43cc6d8981468b3e00c8218116674b
Author: eponyme <eponyme at fedoraproject.org>
Date:   Sun Feb 13 15:44:28 2011 +0100

    sed code to remove a unused variable

 trustyrc.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/trustyrc.spec b/trustyrc.spec
index c54d9ac..02b520f 100644
--- a/trustyrc.spec
+++ b/trustyrc.spec
@@ -1,6 +1,6 @@
 Name:           trustyrc
 Version:        0.1.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Fully modular IRC robot
 
 Group:          Applications/Internet
@@ -36,6 +36,7 @@ when the plugin is unloaded.
 
 %prep
 %setup -q
+sed -i -e '175d' src/plugins/usersinfos.cpp
 
 %build
 CXXFLAGS="${CXXFLAGS:-%optflags}"
@@ -65,9 +66,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/%{name}
 
 %changelog
+* Sun Feb 13 2011 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.1.4-3
+- sed code to remove a unused variable
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
 * Sat Aug 16 2009 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.1.4-1
 - Update to 0.1.4
 - Manage EPEL build


More information about the scm-commits mailing list