commit a34005ec5a6006e4ed42daf18fa2a77b58ce88f4
Author: Jan Rękorajski <[email protected]>
Date: Thu Jan 2 22:11:34 2014 +0100
- add typecast needed on 32bit archs
- rel 2
fox.patch | 11 +++++++++++
gogglesmm.spec | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/gogglesmm.spec b/gogglesmm.spec
index 34cd1e0..009fd54 100644
--- a/gogglesmm.spec
+++ b/gogglesmm.spec
@@ -2,7 +2,7 @@ Summary: Goggles Music Manager is a music collection
manager and player
Summary(hu.UTF-8): Goggles Music Manager egy zenegyűjtemény-kezelő és
lejátszó
Name: gogglesmm
Version: 0.12.7
-Release: 1
+Release: 2
License: GPL v3
Group: X11/Applications/Multimedia
Source0: http://gogglesmm.googlecode.com/files/%{name}-%{version}.tar.xz
diff --git a/fox.patch b/fox.patch
index 2aa16ba..3012fa6 100644
--- a/fox.patch
+++ b/fox.patch
@@ -42,3 +42,14 @@
#endif
if (!connections.empty(i)) {
((GMDBus*)connections.value(i))->setup_event_loop();
+--- gogglesmm-0.12.7/src/GMAudioScrobbler.cpp~ 2012-12-16 01:57:31.000000000
+0100
++++ gogglesmm-0.12.7/src/GMAudioScrobbler.cpp 2014-01-02 22:02:31.428604100
+0100
+@@ -692,7 +692,7 @@
+ FXFileStream store;
+ if (store.open(filename,FXStreamSave)){
+ store << version;
+- store << submitqueue.no();
++ store << (FXlong)submitqueue.no();
+ for (FXint i=0;i<submitqueue.no();i++)
+ submitqueue[i].save(store);
+ }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gogglesmm.git/commitdiff/a34005ec5a6006e4ed42daf18fa2a77b58ce88f4
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit