Hello community,

here is the log from the commit of package gcal for openSUSE:Factory checked in 
at 2013-12-19 13:33:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcal (Old)
 and      /work/SRC/openSUSE:Factory/.gcal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcal"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcal/gcal.changes        2012-08-22 
12:12:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gcal.new/gcal.changes   2013-12-19 
13:33:02.000000000 +0100
@@ -1,0 +2,20 @@
+Wed Dec 18 19:58:24 UTC 2013 - [email protected]
+
+- Update to version 3.6.3
+  * Remove duplicate for All Saints Day for DE_BY.
+  * Inherit some portability fixes from gnulib.
+- Changes from 3.6.2
+  * Report correctly the Christmas day in Canada.
+- Changes from 3.6.1
+  * Include All Saints' day in HU
+  * Fix build issue under solaris 10 / studio 12.1
+  * Unicode support
+  * Make --help a synonym for --long-help
+- Remove gcal-stdio.h.patch; fixed on upstream release
+- Add xz requirement to support tarball format
+- Add an Url tag
+- Remove redundant %clean section
+- Don't package ChangeLog in documentation; empty file
+- Add a language subpackage
+
+-------------------------------------------------------------------

Old:
----
  gcal-3.6.tar.bz2
  gcal-stdio.h.patch

New:
----
  gcal-3.6.3.tar.xz

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

Other differences:
------------------
++++++ gcal.spec ++++++
--- /var/tmp/diff_new_pack.CGnsKb/_old  2013-12-19 13:33:03.000000000 +0100
+++ /var/tmp/diff_new_pack.CGnsKb/_new  2013-12-19 13:33:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gcal
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -20,15 +20,15 @@
 Summary:        A Program for Printing Calendars
 License:        GPL-3.0+
 Group:          Productivity/Office/Organizers
-Version:        3.6
+Version:        3.6.3
 Release:        0
-Source:         ftp://ftp.gnu.org/gnu/gcal/gcal-%{version}.tar.bz2
+Url:            http://www.gnu.org/software/gcal/
+Source:         ftp://ftp.gnu.org/gnu/gcal/gcal-%{version}.tar.xz
 Patch0:         gcal-3.01-longerstrings.patch
 Patch1:         gcal-3.6-cleanup.patch
-Patch2:         gcal-stdio.h.patch
 BuildRequires:  ncurses-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-PreReq:         %install_info_prereq
+BuildRequires:  xz
+Requires(pre):  %install_info_prereq
 
 %description
 Gcal is a program for printing calendars.  Gcal displays a calendar for
@@ -36,18 +36,19 @@
 program correctly omits the dates that were skipped when the current
 Gregorian calendar replaced the earlier Julian calendar.
 
+%{lang_package}
+
 %prep
 %setup -q
 %patch0
 %patch1
-%patch2 -p1
 
 %build
 %configure --disable-silent-rules --enable-de
-make "CFLAGS=$RPM_OPT_FLAGS" 
+make "CFLAGS=%{optflags}" 
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=%{buildroot} install
 %find_lang %name
 
 %post
@@ -56,12 +57,9 @@
 %postun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files -f %name.lang
+%files
 %defattr(-,root,root)
-%doc BUGS ChangeLog LIMITATIONS README TODO AUTHORS COPYING NEWS THANKS
+%doc BUGS LIMITATIONS README TODO AUTHORS COPYING NEWS THANKS
 %doc data/gcalrc doc/GREG-REFORM
 %_datadir/gcal
 %_bindir/gcal
@@ -70,4 +68,6 @@
 %_bindir/txt2gcal
 %_infodir/gcal.info.gz
 
+%files lang -f %name.lang
+
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to