[licq] New version./Add GPG conf doc./Prepare to enable aosd support.

Christopher Meng cicku at fedoraproject.org
Mon Nov 4 10:10:27 UTC 2013


commit 1567dc5b4203d22aa3623a1b52a9661698fed7f3
Author: Christopher Meng <rpm at cicku.me>
Date:   Mon Nov 4 18:09:29 2013 +0800

    New version./Add GPG conf doc./Prepare to enable aosd support.

 .gitignore |    1 +
 licq.spec  |   15 +++++++++++----
 sources    |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34b4bb9..c871e41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ licq-1.3.5.tar.gz
 /licq-1.7.0.tar.bz2
 /licq-1.7.1.tar.bz2
 /licq-1.8.0.tar.bz2
+/licq-1.8.1.tar.bz2
diff --git a/licq.spec b/licq.spec
index d39c7dc..76bc9bc 100644
--- a/licq.spec
+++ b/licq.spec
@@ -1,10 +1,13 @@
 Name:           licq
-Version:        1.8.0
-Release:        2%{?dist}
+Version:        1.8.1
+Release:        1%{?dist}
 License:        GPLv2+
 Summary:        A 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
 BuildRequires:  qt4-devel boost-devel
 BuildRequires:  gpgme-devel libgpg-error-devel 
 BuildRequires:  openssl-devel
@@ -44,7 +47,8 @@ text on your desktop.
 
 %prep
 %setup -q
-#remove cvs stuff
+%patch0 -p1
+# remove cvs stuff
 rm -rf `find . -name CVS`
 
 %build
@@ -180,7 +184,7 @@ find %{buildroot} -name '*.la' -delete
 %{_libdir}/%{name}/licq_rms.so
 %{_datadir}/licq
 %{_datadir}/applications/*licq.desktop
-%doc doc/ upgrade/ README* LICENSE
+%doc doc/ upgrade/ README* LICENSE licq_gpg.conf
 %doc auto-reply forwarder msn rms
 
 %files osd -f plugins/osd/build/licq_osd_plugin.lang
@@ -191,6 +195,9 @@ find %{buildroot} -name '*.la' -delete
 %{_includedir}/*
 
 %changelog
+* Mon Nov 04 2013 Christopher Meng <rpm at cicku.me> - 1.8.1-1
+- New version(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 03c4bdf..7806731 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a9fb0fe64de4c194f222d7e8692c3a88  licq-1.8.0.tar.bz2
+f6af74e18cfb534f7214362baa8f7119  licq-1.8.1.tar.bz2


More information about the scm-commits mailing list