[sinfo] This are the changes in this commit:

Eduardo Javier Echeverria Alvarado echevemaster at fedoraproject.org
Fri Jan 2 05:45:47 UTC 2015


commit 31806cd878512f2e65bdf89a453d31795c112655
Author: Eduardo Echeverria <echevemaster at gmail.com>
Date:   Fri Jan 2 01:14:20 2015 -0430

    This are the changes in this commit:
    
    - no needed sinfo-0.0.47-boost_mt.patch anymore
    - updated to 0.0.48 version
      * removed some warnings from newer g++s
      * changed configure to locate boost by AX_BOOST_BASE
      * many changes to make cppcheck more happy
      * updated for newer boost libraries i.e. no -mt any more
      * removed bashisms in scripts

 .gitignore |    1 +
 sinfo.spec |   27 ++++++++++++++++-----------
 sources    |    2 +-
 3 files changed, 18 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7993697..8f57325 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /sinfo-0.0.47.tar.gz
+/sinfo-0.0.48.tar.gz
diff --git a/sinfo.spec b/sinfo.spec
index c92aadc..c83f231 100644
--- a/sinfo.spec
+++ b/sinfo.spec
@@ -6,22 +6,19 @@
 %global privlibs %{privlibs}|libprotocolasio
 %global privlibs %{privlibs}|libmessageparser
 %global privlibs %{privlibs}|librpc
-%global privlibs %{privlibs}|libsinfometer-0.0.47
-%global privlibs %{privlibs}|libsinfotypes-0.0.47
+%global privlibs %{privlibs}|libsinfometer-0.0.48
+%global privlibs %{privlibs}|libsinfotypes-0.0.48
 %global __requires_exclude ^(%{privlibs})\\.so\\.*
 
 Name: sinfo	
-Version: 0.0.47	
-Release: 8%{?dist}
+Version: 0.0.48	
+Release: 1%{?dist}
 Summary: Show an overview of the available computers an their current load	
 
 Group: Applications/Internet
 License: GPLv2+	
 URL: http://www.ant.uni-bremen.de/whomes/rinas/sinfo		
 Source0: http://www.ant.uni-bremen.de/whomes/rinas/%{name}/download/%{name}-%{version}.tar.gz	
-# Boost libraries lost -mt suffix in F20.
-Patch0: sinfo-0.0.47-boost_mt.patch
-
 BuildRequires: asio-devel
 BuildRequires: boost-devel
 BuildRequires: ncurses-devel	
@@ -32,7 +29,6 @@ status information about each computer on your local network.
      
 %prep
 %setup -q 
-%patch0 -p1
 iconv -f iso8859-1 -t utf-8 README > README.conv && mv -f README.conv README
 
 %build
@@ -55,6 +51,15 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %{_libdir}/%{name}/*.so*
 
 %changelog
+* Fri Jan 02 2015 Eduardo Echeverria  <echevemaster at gmail.com> - 0.0.48-1
+- no needed sinfo-0.0.47-boost_mt.patch anymore
+- updated to 0.0.48 version
+  * removed some warnings from newer g++s
+  * changed configure to locate boost by AX_BOOST_BASE
+  * many changes to make cppcheck more happy
+  * updated for newer boost libraries i.e. no -mt any more
+  * removed bashisms in scripts
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.47-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
@@ -75,14 +80,14 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 * Thu Jun 6 2013 Kiara Navarro <sophiekovalevsky at fedoraproject.org> - 0.0.47-3
 - New Release Version. Added COPYING. Changed License. Filter requires and provides.
 
-* Thu Sep 24 2012 Kiara Navarro <sophiekovalevsky at fedoraproject.org> - 0.0.47-2
+* Mon Sep 24 2012 Kiara Navarro <sophiekovalevsky at fedoraproject.org> - 0.0.47-2
 - fix BZ 785462 comment 6
 
 * Wed Sep 19 2012 Kiara Navarro <sophiekovalevsky at fedoraproject.org> - 0.0.47-1
 - New Release Version
 
-* Wed Jan 12 2012 Kiara Navarro <sophiekovalevsky at fedoraproject.org> - 0.0.44-2
+* Thu Jan 12 2012 Kiara Navarro <sophiekovalevsky at fedoraproject.org> - 0.0.44-2
 - Added README ChangeLog AUTHORS
 
 * Sat Dec 31 2011 Kiara Navarro <sophiekovalevsky at fedoraproject.org> - 0.0.44-1
-- Initial Import
\ No newline at end of file
+- Initial Import
diff --git a/sources b/sources
index c8a8d5e..c1bdbbb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5cfe2db0091c9353c48bbc4e0e80e3a7  sinfo-0.0.47.tar.gz
+5e92a5c94ff69a68b64b7b776c75d4bf  sinfo-0.0.48.tar.gz


More information about the scm-commits mailing list