Mailinglist Archive: opensuse-commit (918 mails)

< Previous Next >
commit gcal
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 19 Feb 2007 21:29:15 +0100
  • Message-id: <20070219202915.751D4678182@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gcal
checked in at Mon Feb 19 21:29:15 CET 2007.

--------
--- gcal/gcal.changes 2007-01-16 18:31:35.000000000 +0100
+++ gcal/gcal.changes 2007-02-19 17:04:33.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb 19 17:03:36 CET 2007 - uli@xxxxxxx
+
+- extended string buffers from 1k to 2k (necessary if you have a
+ very long list of countries for -q)
+
+-------------------------------------------------------------------

New:
----
gcal-3.01-longerstrings.patch

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

Other differences:
------------------
++++++ gcal.spec ++++++
--- /var/tmp/diff_new_pack.B10753/_old 2007-02-19 21:28:24.000000000 +0100
+++ /var/tmp/diff_new_pack.B10753/_new 2007-02-19 21:28:24.000000000 +0100
@@ -16,12 +16,13 @@
Autoreqprov: on
Summary: A Program for Printing Calendars
Version: 3.01
-Release: 615
+Release: 618
Source: ftp://ftp.gnu.org/gnu/gcal/gcal-%{version}.tar.bz2
Patch0: gcal-bavarian-holiday.patch
Patch1: gcal-3.01-relsymlinks.patch
Patch2: gcal-3.01-gcc_twice_variable_use.patch
Patch3: gcal-3.01-po_encoding.patch
+Patch4: gcal-3.01-longerstrings.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %install_info_prereq

@@ -43,6 +44,7 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4

%build
./configure --prefix=/usr --mandir=%_mandir \
@@ -87,7 +89,10 @@
%lang(de) %_mandir/de/man1/*
%_mandir/man1/*

-%changelog -n gcal
+%changelog
+* Mon Feb 19 2007 - uli@xxxxxxx
+- extended string buffers from 1k to 2k (necessary if you have a
+ very long list of countries for -q)
* Tue Jan 16 2007 - kssingvo@xxxxxxx
- beautified specfile, and renamed diff to patch filenames
- fixed compiler problem with double use of same variable

++++++ gcal-3.01-longerstrings.patch ++++++
--- src/common.h
+++ src/common.h
@@ -288,7 +288,7 @@

/* Default length of a "string" text buffer. */
# ifndef MAXLEN_MAX
-# define MAXLEN_MAX 1024
+# define MAXLEN_MAX 2048
# endif

/* Default number of command line arguments in `my_argv[]' table. */

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



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