[weechat] Update to upstream release 1.0.1

Jamie Nguyen jamielinux at fedoraproject.org
Mon Sep 29 08:18:29 UTC 2014


commit 2d2fba6e7da921758e00362e5615b9f69c01f476
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Mon Sep 29 09:17:07 2014 +0100

    Update to upstream release 1.0.1

 .gitignore                                      |    1 +
 sources                                         |    2 +-
 weechat-1.0-Fix-compilation-of-plugin-API.patch | 1245 -----------------------
 weechat.spec                                    |   12 +-
 4 files changed, 9 insertions(+), 1251 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e57a85a..e151c6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /weechat-0.4.2.tar.bz2
 /weechat-0.4.3.tar.bz2
 /weechat-1.0.tar.bz2
+/weechat-1.0.1.tar.bz2
diff --git a/sources b/sources
index 6434be1..68ba300 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f922f26b162a99187f6de7b7c4a342a7  weechat-1.0.tar.bz2
+597b50e1340cfa7734f4ce72c3883705  weechat-1.0.1.tar.bz2
diff --git a/weechat.spec b/weechat.spec
index f34b127..d52a749 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -9,15 +9,15 @@
 %endif
 
 Name:      weechat
+Version:   1.0.1
+Release:   1%{?dist}
+
 Summary:   Portable, fast, light and extensible IRC client
-Version:   1.0
-Release:   3%{?dist}
-Source:    http://weechat.org/files/src/%{name}-%{version}.tar.bz2
 URL:       http://weechat.org
 Group:     Applications/Communications
 License:   GPLv3
 
-Patch0:    %{name}-1.0-Fix-compilation-of-plugin-API.patch
+Source:    http://weechat.org/files/src/%{name}-%{version}.tar.bz2
 
 BuildRequires: asciidoc
 BuildRequires: ca-certificates
@@ -62,7 +62,6 @@ This package contains include files and pc file for weechat.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
 find doc/ -type f -name 'CMakeLists.txt' \
     -exec sed -i -e 's#${PROJECT_NAME}#%{_doc}#g' '{}' \;
 
@@ -115,6 +114,9 @@ popd
 
 
 %changelog
+* Sun Sep 28 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.0.1-1
+- update to upstream release 1.0.1
+
 * Sat Sep 20 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.0-3
 - patch from upstream to fix FTBFS (#1144761)
 


More information about the scm-commits mailing list