Mailinglist Archive: opensuse-commit (1318 mails)

< Previous Next >
commit prozgui
  • From: root@xxxxxxx (h_root)
  • Date: Mon, 7 Aug 2006 18:12:39 +0200 (CEST)
  • Message-id: <20060807161239.002A495112@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package prozgui
checked in at Mon Aug 7 18:12:39 CEST 2006.

--------
--- prozgui/prozgui.changes 2006-01-25 21:40:39.000000000 +0100
+++ prozgui/prozgui.changes 2006-08-07 17:22:59.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Aug 7 17:17:24 CEST 2006 - lmichnovic@xxxxxxx
+
+- fixed implicit declaration of fuction setlocale (locale.diff)
+- changed FLTK prefix to /usr due to changes in paths
+- using gettextize -f to fix not expanding macro MKINSTALLDIRS
+
+-------------------------------------------------------------------

New:
----
prozgui-2.0.5beta-locale.diff

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

Other differences:
------------------
++++++ prozgui.spec ++++++
--- /var/tmp/diff_new_pack.jlXgPB/_old 2006-08-07 18:12:33.000000000 +0200
+++ /var/tmp/diff_new_pack.jlXgPB/_new 2006-08-07 18:12:33.000000000 +0200
@@ -1,11 +1,11 @@
#
# spec file for package prozgui (Version 2.0.5beta)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild
@@ -14,7 +14,7 @@
BuildRequires: fltk-devel gcc-c++ xorg-x11-devel
Summary: GUI Advanced Linux Download Manager
Version: 2.0.5beta
-Release: 198
+Release: 210
License: GPL
Group: Productivity/Networking/Web/Utilities
URL: http://prozilla.genesys.ro
@@ -27,6 +27,7 @@
Patch5: prozgui-retval.diff
Patch6: prozgui-gcc4.diff
Patch7: prozgui-2.0.5beta-qualification.diff
+Patch8: prozgui-2.0.5beta-locale.diff
Autoreqprov: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build

@@ -72,14 +73,19 @@
%patch5
%patch6
%patch7
+%patch8

%build
%{suse_update_config ./ libprozilla}
+gettextize -f
+gettextize -f libprozilla
autoreconf -fi
test -f po/Makevars || cp po/Makevars.template po/Makevars
test -f libprozilla/po/Makevars || cp libprozilla/po/Makevars.template libprozilla/po/Makevars
-#FLTK_PREFIX=$(fltk-config --prefix)
-FLTK_PREFIX=/usr/X11R6
+# changed the prefix to /usr due to new X.org doesnt use X11R6 dir anymore
+# fltk should be checked in at the same time
+# FLTK_PREFIX=/usr/X11R6
+FLTK_PREFIX=/usr
CFLAGS="$RPM_OPT_FLAGS" \
./configure \
--with-fltk-libs="$FLTK_PREFIX/%{_lib}" \
@@ -117,6 +123,10 @@
%{_mandir}/man1/prozgui*

%changelog -n prozgui
+* Mon Aug 07 2006 - lmichnovic@xxxxxxx
+- fixed implicit declaration of fuction setlocale (locale.diff)
+- changed FLTK prefix to /usr due to changes in paths
+- using gettextize -f to fix not expanding macro MKINSTALLDIRS
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Thu Oct 20 2005 - lmichnovic@xxxxxxx

++++++ prozgui-2.0.5beta-locale.diff ++++++
--- libprozilla/src/main.c
+++ libprozilla/src/main.c
@@ -21,6 +21,7 @@

/* $Id: main.c,v 1.40 2001/09/27 22:52:05 kalum Exp $ */

+#include <locale.h>

#include "common.h"
#include "prozilla.h"
--- src/main.cpp
+++ src/main.cpp
@@ -23,6 +23,7 @@
#include <malloc.h>
#include <string.h>
#include <stdlib.h>
+#include <locale.h>
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Box.H>

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



Remember to have fun...


< Previous Next >
This Thread
  • No further messages