Hello community,

here is the log from the commit of package cardpeek for openSUSE:Factory 
checked in at 2014-02-28 16:25:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cardpeek (Old)
 and      /work/SRC/openSUSE:Factory/.cardpeek.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cardpeek"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cardpeek/cardpeek.changes        2013-10-21 
15:10:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cardpeek.new/cardpeek.changes   2014-02-28 
16:25:21.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb 12 18:00:23 UTC 2014 - prus...@opensuse.org
+
+- updated to 0.8.2
+- drop obsoleted patches (included upstream)
+
+-------------------------------------------------------------------

Old:
----
  cardpeek-0.7.2.tar.gz
  cardpeek-desktop.patch
  cardpeek-implicit-declaration.patch
  cardpeek-lua-load.patch
  cardpeek-lua-objlen.patch
  cardpeek-lua-open.patch
  cardpeek-lual-reg.patch

New:
----
  cardpeek-0.8.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cardpeek.spec ++++++
--- /var/tmp/diff_new_pack.jvT5wP/_old  2014-02-28 16:25:21.000000000 +0100
+++ /var/tmp/diff_new_pack.jvT5wP/_new  2014-02-28 16:25:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cardpeek
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,38 +17,22 @@
 
 
 Name:           cardpeek
-Version:        0.7.2
+Version:        0.8.2
 Release:        0
-Url:            https://code.google.com/p/cardpeek/
-Summary:        Tool To Read Contents of ISO7816 Smart Cards (Credit Cards, 
GSM SIM etc.)
+Summary:        Tool To Read Contents of ISO7816 Smart Cards (Credit Cards, 
GSM SIM etc
 License:        GPL-3.0
 Group:          Productivity/Security
-Source:         https://cardpeek.googlecode.com/files/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE cardpeek-lual-reg.patch sbra...@suse.cz -- Change 
luaL_reg to luaL_Reg as required by lua-5.2 and later.
-Patch1:         cardpeek-lual-reg.patch
-# PATCH-FIX-OPENSUSE cardpeek-lua-load.patch sbra...@suse.cz -- Fix number of 
arguments in lua_load as required by lua-5.2 and later.
-Patch2:         cardpeek-lua-load.patch
-# PATCH-FIX-OPENSUSE cardpeek-lua-open.patch sbra...@suse.cz -- Replace 
lua_open by lua_newstate as required by lua-5.1 and later.
-Patch3:         cardpeek-lua-open.patch
-# PATCH-FIX-OPENSUSE cardpeek-lua-objlen.patch sbra...@suse.cz -- Replace 
lua_objlen by lua_rawlen as required by lua-5.2 and later.
-Patch4:         cardpeek-lua-objlen.patch
-# PATCH-FIX-OPENSUSE cardpeek-implicit-declaration.patch sbra...@suse.cz -- 
Fix implicit declaration of luaL_openlib.
-Patch5:         cardpeek-implicit-declaration.patch
-# PATCH-FIX-OPENSUSE cardpeek-desktop.patch sbra...@suse.cz -- Fix desktop 
file.
-Patch6:         cardpeek-desktop.patch
-BuildRequires:  glib2-devel
-BuildRequires:  gtk2-devel
+Url:            http://pannetrat.com/Cardpeek/
+Source:         
http://downloads.pannetrat.com/install/%{name}-%{version}.tar.gz
+BuildRequires:  desktop-file-utils
+BuildRequires:  gtk3-devel
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  libcurl-devel
 BuildRequires:  lua-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkg-config
-%if 0%{?suse_version} > 1130
-BuildRequires:  desktop-file-utils
-BuildRequires:  hicolor-icon-theme
-%endif
-# Needed for Patch5:
-BuildRequires:  autoconf
-BuildRequires:  automake
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -71,25 +55,16 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
-# Needed for Patch5:
-autoreconf -f -i
-%configure\
-       --docdir=%{_docdir}/%{name}
-make %{?jobs:-j%jobs}
+%configure --docdir=%{_docdir}/%{name}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post
 %if 0%{?suse_version} > 1130
@@ -106,10 +81,10 @@
 %files
 %defattr(-,root,root)
 # NEWS is empty
-%doc AUTHORS ChangeLog COPYING README
-%{_bindir}/*
-%{_datadir}/applications/*.desktop
+%doc AUTHORS COPYING ChangeLog README
+%doc %{_mandir}/man1/cardpeek.1*
+%{_bindir}/cardpeek
+%{_datadir}/applications/cardpeek.desktop
 %{_datadir}/icons/hicolor/*/*/*.*
-%doc %{_mandir}/man1/*.1*
 
 %changelog

++++++ cardpeek-0.7.2.tar.gz -> cardpeek-0.8.2.tar.gz ++++++
++++ 39022 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to