[licq/f20: 6/7] Update to 1.8.2

Christopher Meng cicku at fedoraproject.org
Tue Jul 1 16:08:02 UTC 2014


commit b53141b1a61d54f1b259dfedfbee8701583cb0d6
Author: Christopher Meng <i at cicku.me>
Date:   Wed Jul 2 00:06:35 2014 +0800

    Update to 1.8.2

 .gitignore |    1 +
 licq.spec  |   19 +++++++++++--------
 sources    |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c871e41..b3221c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ licq-1.3.5.tar.gz
 /licq-1.7.1.tar.bz2
 /licq-1.8.0.tar.bz2
 /licq-1.8.1.tar.bz2
+/licq-1.8.2.tar.bz2
diff --git a/licq.spec b/licq.spec
index aa1cbbf..5cedde1 100644
--- a/licq.spec
+++ b/licq.spec
@@ -1,13 +1,13 @@
 Name:           licq
-Version:        1.8.1
-Release:        6%{?dist}
+Version:        1.8.2
+Release:        1%{?dist}
 License:        GPLv2+
-Summary:        A graphical ICQ client with multiple protocols support
+Summary:        Graphical ICQ client with multiple protocols support
 URL:            http://www.licq.org
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 # ERRATA
 # https://github.com/licq-im/licq/commit/65026d68241c4c91e6ee8b063b5499cdbe7da14a.patch
-Patch0:         Add-missing-QObject-for-build.patch
+#Patch0:         Add-missing-QObject-for-build.patch
 BuildRequires:  qt4-devel boost-devel
 BuildRequires:  gpgme-devel libgpg-error-devel 
 BuildRequires:  openssl-devel
@@ -47,9 +47,9 @@ text on your desktop.
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 # remove cvs stuff
-rm -rf `find . -name CVS`
+rm -frv `find . -name CVS`
 
 %build
 export CFLAGS="%{optflags}"
@@ -170,7 +170,7 @@ pushd plugins/rms/build
 make DESTDIR=%{buildroot} install
 popd
 
-find %{buildroot} -name '*.la' -delete
+find %{buildroot} -name '*.la' -delete -print
 
 %files -f plugins/qt4-gui/build/licq.lang
 %{_bindir}/%{name}
@@ -195,6 +195,9 @@ find %{buildroot} -name '*.la' -delete
 %{_includedir}/*
 
 %changelog
+* Sun Jun 22 2014 Christopher Meng <rpm at cicku.me> - 1.8.2-1
+- Update to 1.8.2
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -211,7 +214,7 @@ find %{buildroot} -name '*.la' -delete
 - Rawhide bump.
 
 * Mon Nov 04 2013 Christopher Meng <rpm at cicku.me> - 1.8.1-1
-- New version(BZ#1026232).
+- Update to 1.8.1(BZ#1026232).
 
 * Fri Sep 13 2013 Christopher Meng <rpm at cicku.me> - 1.8.0-2
 - Add missing icq plugin build due to upstream changes.
diff --git a/sources b/sources
index 7806731..d9b021f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f6af74e18cfb534f7214362baa8f7119  licq-1.8.1.tar.bz2
+46af2bc95865ee61a103d27812fe6e6a  licq-1.8.2.tar.bz2


More information about the scm-commits mailing list