[weechat/el6] Update to 0.3.6

Russell William Golden niveusluna at fedoraproject.org
Wed Mar 14 17:49:20 UTC 2012


commit 4a61d46fd8e64d4d16be87f620f3900ae41ed28f
Author: Russell William Golden <niveusluna at niveusluna.org>
Date:   Wed Mar 14 12:48:54 2012 -0500

    Update to 0.3.6

 .gitignore                |    2 +
 sources                   |    2 +
 weechat-cmake-paths.patch |  203 ------------
 weechat-cmake-pie.patch   |   69 -----
 weechat-enchant.patch     |  748 ---------------------------------------------
 weechat.spec              |   41 ++-
 6 files changed, 36 insertions(+), 1029 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cffe88d..1c947e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 weechat-0.3.2.tar.bz2
+/weechat-0.3.6.tar.bz2
+/weechat-combined.patch
diff --git a/sources b/sources
index de277cb..29ab6a2 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
 b0b00b321203dd5746a25248a9adaa92  weechat-0.3.2.tar.bz2
+db2392b8e31738f79f0898f77eda8daa  weechat-0.3.6.tar.bz2
+a0f6de790d11cfda556b627fa98c0993  weechat-combined.patch
diff --git a/weechat.spec b/weechat.spec
index 786c829..fe3ce3d 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -1,11 +1,9 @@
 Name:      weechat
 Summary:   Portable, fast, light and extensible IRC client
-Version:   0.3.2
-Release:   2%{?dist}
+Version:   0.3.6
+Release:   1%{?dist}
 Source:    http://weechat.org/files/src/%{name}-%{version}.tar.bz2
-Patch0:    weechat-cmake-paths.patch
-Patch1:    weechat-cmake-pie.patch
-Patch2:    weechat-enchant.patch
+Patch0:    weechat-combined.patch
 URL:       http://weechat.org
 Group:     Applications/Communications
 License:   GPLv3
@@ -33,9 +31,7 @@ This package contains include files and pc file for weechat.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1 -F 2
-%patch1 -p1
-%patch2 -p1 -F 2
+%patch0 -p1
 
 %build
 %cmake .
@@ -66,10 +62,37 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %dir %{_includedir}/%{name}
-%dir %{_includedir}/%{name}/*
+%{_includedir}/%{name}/weechat-plugin.h
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Mar 8 2012 Russell Golden <niveusluna at niveusluna.org> - 0.3.7-1
+- new upstream version
+
+* Wed Jan 18 2012 Paul P. Komkoff Jr <i at stingr.net> - 0.3.6-1
+- new upstream version
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.5-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Thu Nov 10 2011 Paul P. Komkoff Jr <i at stingr.net> - 0.3.5-2
+- rebuilt
+
+* Thu Jun  2 2011 Paul P. Komkoff Jr <i at stingr.net> - 0.3.5-1
+- new upstream version
+
+* Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Sat Aug 28 2010 Paul P. Komkoff Jr <i at stingr.net> - 0.3.3-2
+- fixed cmake config to accept python27
+
+* Wed Aug 25 2010 Paul P. Komkoff Jr <i at stingr.net> - 0.3.3-1
+- new upstream version
+
+* Tue Jul 27 2010 David Malcolm <dmalcolm at redhat.com> - 0.3.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
 * Fri May  7 2010 Paul P. Komkoff Jr <i at stingr.net> - 0.3.2-2
 - spec file fix
 


More information about the scm-commits mailing list