[libkgapi] Update to new version 0.4.1

Mario Santagiuliana marionline at fedoraproject.org
Sat Aug 11 14:28:04 UTC 2012


commit 3fffe343d07b2414fe40ca11fbf32f139969a879
Author: Mario Santagiuliana <mario at marionline.it>
Date:   Sat Aug 11 16:32:06 2012 +0200

    Update to new version 0.4.1

 .gitignore                      |    1 +
 libkgapi-0.4.0-auth_token.patch |   40 ---------------------------------------
 libkgapi.spec                   |   21 ++++++++-----------
 sources                         |    2 +-
 4 files changed, 11 insertions(+), 53 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d780e9..8eb6cb8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libkgapi-0.4.0.tar.bz2
+/libkgapi-0.4.1.tar.bz2
diff --git a/libkgapi.spec b/libkgapi.spec
index 913bbe9..ec3baf3 100644
--- a/libkgapi.spec
+++ b/libkgapi.spec
@@ -1,30 +1,25 @@
 #%%global		git_commit f18d699
 Name:		libkgapi
-Version:	0.4.0
+Version:	0.4.1
 #Release:	1.20120530git%%{git_commit}%%{?dist}
-Release:	6%{?dist}
+Release:	1%{?dist}
 Summary:	Library to access to Google services
 Group:		Development/Libraries
 
 License:	GPLv2+
-#URL:		http://projects.kde.org/libkgoogle
-URL:		http://www.progdan.cz/2012/05/libkgoogle-libkgapi
+URL:		https://projects.kde.org/projects/extragear/libs/%{name}
 
 # Package from git snapshots, create example:
-# git clone git://anongit.kde.org/libkgoogle
+# git clone git://anongit.kde.org/%%{name}
 # cd libkgoogle
 # git archive \\
 #	--format=tar.gz \\
-#	--prefix=libkgoogle/ \\
-#	-o ../libkgoogle-0.3.1-git754771b.tar.gz \\
+#	--prefix=%%{name}/ \\
+#	-o ../%%{name}-%%{version}-git%%{git_commit}.tar.gz \\
 #	master
 #Source0:	%%{name}-%%{version}-git%%{git_commit}.tar.gz
 Source0:	http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
 
-## upstream patches
-# https://projects.kde.org/projects/kdereview/libkgoogle/repository/revisions/5c92e2fb5ced528a20fd1d8723fd7a8d7ba686a3
-Patch100: libkgapi-0.4.0-auth_token.patch
-
 BuildRequires:	kdepimlibs-devel 
 BuildRequires:	kdelibs4-devel 
 BuildRequires:	pkgconfig(QJson)
@@ -54,7 +49,6 @@ resources.
 %prep
 %setup -q
 
-%patch100 -p1 -b .auth_token
 
 %build
 mkdir -p %{_target_platform}
@@ -86,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %changelog
+* Sat Aug 11 2012 Mario Santagiuliana <fedora at marionline.it> 0.4.1-1
+- Update to new version 0.4.1
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 56fc45c..e79f26e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90c44fd9456a6e34a8375f98250ad7cc  libkgapi-0.4.0.tar.bz2
+b4cefa643e95f5670997b5001547988f  libkgapi-0.4.1.tar.bz2


More information about the scm-commits mailing list