[mate-netspeed] Update to latest upstream release

Dan Mashal vicodan at fedoraproject.org
Tue Mar 26 08:58:25 UTC 2013


commit c1a9b8fc725c18a9f1b49e88731177136fb50093
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Tue Mar 26 01:58:12 2013 -0700

    Update to latest upstream release

 .gitignore         |    1 +
 mate-netspeed.spec |   17 ++++++++---------
 sources            |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 405bd18..d128696 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /mate-netspeed-1.5.0.tar.xz
 /mate-netspeed-1.5.1.tar.xz
+/mate-netspeed-1.5.2.tar.xz
diff --git a/mate-netspeed.spec b/mate-netspeed.spec
index a5e905b..85cfcf8 100644
--- a/mate-netspeed.spec
+++ b/mate-netspeed.spec
@@ -1,12 +1,10 @@
 Name:           mate-netspeed
-Version:        1.5.1
-Release:        2%{?dist}
+Version:        1.5.2
+Release:        1%{?dist}
 Summary:        MATE netspeed
 License:        GPLv2+
 URL:            http://www.mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
-#Fix RHBZ #918641
-Patch0: netspeed_commits.patch
 
 BuildRequires:  mate-common
 BuildRequires:  mate-doc-utils
@@ -21,15 +19,13 @@ traffic occurs on a specified network device.
 
 %prep
 %setup -q
-%patch0 -p1
 %build
 NOCONFIGURE=1 ./autogen.sh
 export LDFLAGS="$LDFLAGS -lm"
 %configure                                 \
                 --disable-static           \
                 --disable-scrollkeeper     \
-                --disable-schemas-compile  \
-                --with-gnu-ld
+                --disable-schemas-compile  
 
 make %{?_smp_mflags} V=1
 
@@ -48,12 +44,12 @@ find %{buildroot} -name '*.a' -exec rm -rf {} ';'
 if [ $1 -eq 0 ] ; then
     /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
     /bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
-    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 fi
 
 %posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %files -f %{name}.lang
@@ -71,6 +67,9 @@ fi
 %{_datadir}/mate-panel/ui/netspeed-menu.xml
 
 %changelog
+* Mon Mar 25 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.2-1
+- Update to latest upstream release
+
 * Thu Mar 07 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.1-2
 - Fix performance issues
 
diff --git a/sources b/sources
index 2e666c6..41b5a98 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d7c4657f31dd06b8effa17d429fd901  mate-netspeed-1.5.1.tar.xz
+992945ff8c48bceeb13e52a54039cc6d  mate-netspeed-1.5.2.tar.xz


More information about the scm-commits mailing list