Mailinglist Archive: opensuse-commit (689 mails)

< Previous Next >
commit pan
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 17 Dec 2007 13:08:52 +0100
  • Message-id: <20071217120852.D8F0F678336@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package pan
checked in at Mon Dec 17 13:08:52 CET 2007.

--------
--- GNOME/pan/pan.changes 2007-08-07 23:34:57.000000000 +0200
+++ /mounts/work_src_done/STABLE/pan/pan.changes 2007-12-14
12:13:47.445586000 +0100
@@ -1,0 +2,6 @@
+Fri Dec 14 11:51:55 CET 2007 - drahn@xxxxxxx
+
+- pan-gcc-4.3.diff - fix compilation with GCC 4.3
+- fix-desktop-file-11.0.diff - fix desktop file for >10.3
+
+-------------------------------------------------------------------

New:
----
fix-desktop-file-11.0.diff
pan-gcc-4.3.diff

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

Other differences:
------------------
++++++ pan.spec ++++++
--- /var/tmp/diff_new_pack.Wg6214/_old 2007-12-17 13:08:13.000000000 +0100
+++ /var/tmp/diff_new_pack.Wg6214/_new 2007-12-17 13:08:13.000000000 +0100
@@ -14,14 +14,16 @@
BuildRequires: esound-devel fdupes gcc-c++ gmime-devel gtk2-devel
gtkspell-devel intltool pcre-devel update-desktop-files
License: GPL v2 or later
Group: Productivity/Networking/News/Clients
-Autoreqprov: on
+AutoReqProv: on
Version: 0.132
-Release: 4
+Release: 57
Source0: ftp://source.rebelbase.com/pub/pan/pan-%{version}.tar.bz2
Patch: fix-desktop-file.diff
+Patch1: pan-gcc-4.3.diff
+Patch2: fix-desktop-file-11.0.diff
Requires: xf86tools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-URL: http://pan.rebelbase.com/
+Url: http://pan.rebelbase.com/
Summary: A Powerful Newsreader for GNOME
Requires: %{name}-lang = %{version}

@@ -40,9 +42,16 @@
%lang_package
%prep
%setup -q
-%if %suse_version > 1020
+%if %suse_version == 1020
%patch
%endif
+%if %suse_version == 1030
+%patch
+%endif
+%if %suse_version > 1030
+%patch1
+%patch2
+%endif

%build
%configure
@@ -52,7 +61,6 @@
make DESTDIR=$RPM_BUILD_ROOT install
%find_lang %{name}
%suse_update_desktop_file %name Network News
-
%fdupes $RPM_BUILD_ROOT

%clean
@@ -68,6 +76,9 @@
%files lang -f %{name}.lang

%changelog
+* Fri Dec 14 2007 - drahn@xxxxxxx
+- pan-gcc-4.3.diff - fix compilation with GCC 4.3
+- fix-desktop-file-11.0.diff - fix desktop file for >10.3
* Tue Aug 07 2007 - maw@xxxxxxx
- Use %%fdupes
- Split off a -lang subpackage.

++++++ fix-desktop-file-11.0.diff ++++++
--- pan.desktop
+++ pan.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
-Encoding=UTF-8
-Name=Pan Newsreader
+Name=Pan
+GenericName=Newsreader
Name[az]=Pan Xəbərlər Oxuyucusu
Name[bg]=Четец на новини (Pan)
Name[ca]=Lector de notícies Pan
@@ -74,8 +74,8 @@
Comment[vi]=Đọc tin tức từ Usenet
Comment[zh_TW]=從 Usenet 讀取新聞
Exec=pan
-Icon=pan.png
+Icon=pan
Terminal=false
Type=Application
-Categories=GTK;Application;Network;News
+Categories=GTK;Network;News;
StartupNotify=false
--- pan.desktop.in
+++ pan.desktop.in
@@ -1,10 +1,10 @@
[Desktop Entry]
-Encoding=UTF-8
-_Name=Pan Newsreader
+_Name=Pan
+_GenericName=Newsreader
_Comment=Read News from Usenet
Exec=pan
-Icon=pan.png
+Icon=pan
Terminal=false
Type=Application
-Categories=GTK;Application;Network;News
+Categories=GTK;Network;News;
StartupNotify=false
++++++ pan-gcc-4.3.diff ++++++
--- pan/general/file-util.h
+++ pan/general/file-util.h
@@ -22,6 +22,7 @@
#define _FileUtil_h_

#include <string>
+#include <cstdlib>
extern "C" {
#include <stddef.h>
#include <stdio.h>
--- pan/general/file-util.h 2007-12-10 17:38:10.000000000 +0100
+++ pan/general/file-util.h 2007-12-14 11:20:32.000000000 +0100
@@ -23,6 +23,8 @@

#include <string>
#include <cstdlib>
+#include <cstdio>
+#include <bits/stl_algo.h>
extern "C" {
#include <stddef.h>
#include <stdio.h>
--- pan//usenet-utils/gnksa.h 2007-08-01 18:59:59.000000000 +0200
+++ pan/usenet-utils/gnksa.h 2007-12-14 11:27:47.000000000 +0100
@@ -22,6 +22,7 @@

#include <string>
#include <ctime>
+#include <climits>

namespace pan
{
--- pan//usenet-utils/numbers.h 2007-08-01 18:59:59.000000000 +0200
+++ pan/usenet-utils/numbers.h 2007-12-14 11:23:42.000000000 +0100
@@ -22,6 +22,7 @@

#include <vector>
#include <pan/general/string-view.h>
+#include <bits/stl_algo.h>

class string;

--- pan/gui/prefs.h 2007-08-01 19:00:00.000000000 +0200
+++ pan/gui/prefs.h 2007-12-14 11:32:47.000000000 +0100
@@ -23,6 +23,8 @@
#include <map>
#include <set>
#include <string>
+#include <cstdlib>
+#include <cstring>
#include <vector>
#include <pan/general/string-view.h>
#include <gtk/gtk.h>
--- pan/tasks/socket.h 2007-08-01 19:00:00.000000000 +0200
+++ pan/tasks/socket.h 2007-12-14 11:30:23.000000000 +0100
@@ -21,6 +21,7 @@
#define __Socket_h__

#include <string>
+#include <bits/stl_algo.h>

namespace pan
{
--- pan/general/string-view.h
+++ pan/general/string-view.h
@@ -22,6 +22,7 @@

#include <iosfwd>
#include <string>
+#include <cstring>

namespace pan
{

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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages