[weechat] Update to upstream release 0.4.3

Jamie Nguyen jamielinux at fedoraproject.org
Sun Feb 16 11:58:21 UTC 2014


commit 8a932ad08a883404cc0ea6aaf970bf4435fe605f
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sun Feb 16 11:58:46 2014 +0000

    Update to upstream release 0.4.3

 .gitignore                       |    1 +
 sources                          |    2 +-
 weechat-0.4.0-ruby-version.patch |   11 -
 weechat-0.4.1-enchant.patch      |  645 --------------------------------------
 weechat.spec                     |   15 +-
 5 files changed, 7 insertions(+), 667 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b707ef0..b25622c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /weechat-0.4.0.tar.bz2
 /weechat-0.4.1.tar.bz2
 /weechat-0.4.2.tar.bz2
+/weechat-0.4.3.tar.bz2
diff --git a/sources b/sources
index 98bc3f8..2f1fa38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbbb4c319474d4a3b123fea7e8402fa2  weechat-0.4.2.tar.bz2
+07500f0d1054691d88f21dd12b7c5871  weechat-0.4.3.tar.bz2
diff --git a/weechat.spec b/weechat.spec
index 0bd52fb..370cedb 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -3,13 +3,9 @@
 
 Name:      weechat
 Summary:   Portable, fast, light and extensible IRC client
-Version:   0.4.2
-Release:   4%{?dist}
+Version:   0.4.3
+Release:   1%{?dist}
 Source:    http://weechat.org/files/src/%{name}-%{version}.tar.bz2
-# Use Enchant when available.
-# Patch0:    weechat-0.4.1-enchant.patch
-# Correctly determine the version of Ruby.
-Patch0:    weechat-0.4.0-ruby-version.patch
 URL:       http://weechat.org
 Group:     Applications/Communications
 License:   GPLv3
@@ -53,10 +49,6 @@ This package contains include files and pc file for weechat.
 
 %prep
 %setup -q -n %{name}-%{version}
-#patch0 -p1
-%if 0%{?fedora} >= 19
-%patch0 -p1
-%endif
 
 
 %build
@@ -101,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun Feb 16 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.4.3-1
+- update to upstream release 0.4.3
+
 * Mon Nov 11 2013 Paul Komkoff <i at stingr.net> - 0.4.2-4
 - enable enchant detection / aspell build.
 


More information about the scm-commits mailing list