Mailinglist Archive: opensuse-commit (1318 mails)

< Previous Next >
commit fltk
  • From: root@xxxxxxx (h_root)
  • Date: Sun, 6 Aug 2006 21:37:40 +0200 (CEST)
  • Message-id: <20060806193740.842EF950F9@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package fltk
checked in at Sun Aug 6 21:37:40 CEST 2006.

--------
--- fltk/fltk.changes 2006-02-13 14:33:25.000000000 +0100
+++ fltk/fltk.changes 2006-08-04 13:38:27.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Aug 4 13:38:02 CEST 2006 - postadal@xxxxxxx
+
+- updated to version 1.1.7
+ * added some new example programs
+ * adds many new improvements to the FLUID software (multi-level undo,
+ syntax highlighting in all code fields, widget alignment and sizing
+ guides, dialog templates, widget subclasses, and printing and testing
+ of user interfaces)
+ * fixed many bugs
+- removed obsoleted patches: gcc3.1-fix.dif, cast-fix.diff
+
+-------------------------------------------------------------------

Old:
----
fltk-1.1.6-source.tar.bz2
fltk-cast-fix.diff
fltk-gcc3.1-fix.dif

New:
----
fltk-1.1.7-source.tar.bz2

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

Other differences:
------------------
++++++ fltk.spec ++++++
--- /var/tmp/diff_new_pack.lr93qB/_old 2006-08-06 21:36:22.000000000 +0200
+++ /var/tmp/diff_new_pack.lr93qB/_new 2006-08-06 21:36:22.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package fltk (Version 1.1.6)
+# spec file for package fltk (Version 1.1.7)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,18 +11,17 @@
# norootforbuild

Name: fltk
+# Build Requires: freeglut-devel gcc-c++ libdrm-devel libjpeg-devel libpng-devel libxml2
BuildRequires: Mesa-devel gcc-c++ libjpeg-devel libpng-devel
License: LGPL
Group: Development/Libraries/X11
Autoreqprov: on
-Version: 1.1.6
-Release: 8
+Version: 1.1.7
+Release: 1
Summary: Free C++ GUI Toolkit for the X Window System, OpenGL, and WIN32 (Windows 95,98,NT)
URL: http://www.fltk.org/
Source: %{name}-%{version}-source.tar.bz2
-Patch1: %{name}-gcc3.1-fix.dif
Patch2: %{name}-delete-fix.dif
-Patch3: fltk-cast-fix.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package devel
Summary: Include Files and Libraries mandatory for Development.
@@ -55,9 +54,7 @@

%prep
%setup -q
-%patch1
%patch2
-%patch3

%build
%{?suse_update_config:%{suse_update_config}}
@@ -92,7 +89,7 @@
%run_ldconfig

%clean
-[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
@@ -106,6 +103,7 @@
%defattr(-,root,root)
%dir %{_docdir}/fltk
%doc %{_docdir}/fltk/test
+%doc %{_docdir}/fltk/examples
%doc %{_docdir}/fltk/*.gif
%doc %{_docdir}/fltk/*.jpg
%doc %{_docdir}/fltk/*.html
@@ -117,6 +115,15 @@
/usr/X11R6/bin/*

%changelog -n fltk
+* Fri Aug 04 2006 - postadal@xxxxxxx
+- updated to version 1.1.7
+ * added some new example programs
+ * adds many new improvements to the FLUID software (multi-level undo,
+ syntax highlighting in all code fields, widget alignment and sizing
+ guides, dialog templates, widget subclasses, and printing and testing
+ of user interfaces)
+ * fixed many bugs
+- removed obsoleted patches: gcc3.1-fix.dif, cast-fix.diff
* Mon Feb 13 2006 - pnemec@xxxxxxx
- Fixed class cast errors in testsuite.
* Mon Feb 06 2006 - aj@xxxxxxx

++++++ fltk-1.1.6-source.tar.bz2 -> fltk-1.1.7-source.tar.bz2 ++++++
++++ 89018 lines of diff (skipped)


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



Remember to have fun...


< Previous Next >
This Thread