[cardpeek] Update to 0.8

Kalev Lember kalev at fedoraproject.org
Thu Sep 12 15:39:58 UTC 2013


commit e64633bb81eed79549ddb2bbe0affc477347491d
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Sep 12 15:50:29 2013 +0200

    Update to 0.8

 .gitignore                   |    1 +
 cardpeek-0.7.2-lua-5.2.patch |  150 ------------------------------------------
 cardpeek.spec                |   15 +++--
 sources                      |    2 +-
 4 files changed, 12 insertions(+), 156 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a41c5c9..953468e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ cardpeek-0.5.tar.gz
 /cardpeek-0.7.tar.gz
 /cardpeek-0.7.1.tar.gz
 /cardpeek-0.7.2.tar.gz
+/cardpeek-0.8.tar.gz
diff --git a/cardpeek.spec b/cardpeek.spec
index ce18b0d..48194a4 100644
--- a/cardpeek.spec
+++ b/cardpeek.spec
@@ -1,15 +1,16 @@
 Name:           cardpeek
-Version:        0.7.2
-Release:        3%{?dist}
+Version:        0.8
+Release:        1%{?dist}
 Summary:        Tool to read the contents of smart cards
 
 Group:          Applications/Productivity
 License:        GPLv3+
 URL:            http://code.google.com/p/cardpeek/
 Source0:        http://cardpeek.googlecode.com/files/cardpeek-%{version}.tar.gz
-Patch0:		cardpeek-0.7.2-lua-5.2.patch
+
 BuildRequires:  desktop-file-utils
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
+BuildRequires:  libcurl-devel
 BuildRequires:  lua-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pcsc-lite-devel
@@ -28,7 +29,6 @@ The tool currently reads the contents of:
 
 %prep
 %setup -q
-%patch0 -p1 -b .lua-52
 
 
 %build
@@ -68,6 +68,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Sep 12 2013 Kalev Lember <kalevlember at gmail.com> - 0.8-1
+- Update to 0.8
+- Build with gtk3
+- Drop the lua 5.2 patch
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index f74a5ac..a6bc7d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27dc9a5374798b2f63918dab765998dd  cardpeek-0.7.2.tar.gz
+1c33ba606dcfab223dada1e007a15320  cardpeek-0.8.tar.gz


More information about the scm-commits mailing list