[libcommuni] update to new upstream version 1.2.1

Jan Kaluža jkaluza at fedoraproject.org
Thu Dec 20 06:35:11 UTC 2012


commit b51b8282d13010dbc67b0d80f9ac09b64e545cf9
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Thu Dec 20 07:35:04 2012 +0100

    update to new upstream version 1.2.1

 .gitignore      |    1 +
 libcommuni.spec |   16 +++++++---------
 sources         |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f35718e..d888059 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /communi-1.1.2.tar.gz
 /communi-1.2.0.tar.gz
+/v1.2.1.tar.gz
diff --git a/libcommuni.spec b/libcommuni.spec
index 853afdc..a48f6e0 100644
--- a/libcommuni.spec
+++ b/libcommuni.spec
@@ -1,16 +1,12 @@
-%global tardirname communi-communi-5f34000
-
 Name:           libcommuni
-Version:        1.2.0
-Release:        2%{?dist}
+Version:        1.2.1
+Release:        1%{?dist}
 Summary:        Cross-platform IRC client library written with Qt 4
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://communi.github.com
-# After updating source, update tardirname too.
-Source0:        http://github.com/communi/communi/tarball/v%{version}/communi-%{version}.tar.gz
+Source0:        http://github.com/communi/communi/archive/v%{version}.tar.gz
 Source1:        communi.desktop
-Patch0:         libcommuni-encoding-perf.patch
 %if 0%{?rhel} > 0 && 0%{?rhel} <= 6
 BuildRequires:  qt4-devel
 %else
@@ -47,8 +43,7 @@ Communi is a cross-platform IRC client library written with Qt 4.
 %endif
 
 %prep
-%setup -q -n %{tardirname}
-%patch0 -p1
+%setup -q -n communi-%{version}
 
 %build
 # examples don't build with older Qt versions.
@@ -108,6 +103,9 @@ desktop-file-install \
 %endif
 
 %changelog
+* Wed Dec 19 2012 Jan Kaluza <jkaluza at redhat.com> - 1.2.1-1
+- update to new upstream version 1.2.1
+
 * Mon Dec 03 2012 Jan Kaluza <jkaluza at redhat.com> - 1.2.0-2
 - add upstream fix to parser performance bottleneck caused by encoding settings
 
diff --git a/sources b/sources
index a04a1a2..52492e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bbad78e1f955a33b2a2c285c31d7f510  communi-1.2.0.tar.gz
+d126aeb2da9931cf03201ebe0fa8e99d  v1.2.1.tar.gz


More information about the scm-commits mailing list