Hello community,

here is the log from the commit of package fltk for openSUSE:Factory
checked in at Tue Jul 12 16:17:46 CEST 2011.



--------
--- fltk/fltk.changes   2010-08-27 21:27:58.000000000 +0200
+++ /mounts/work_src_done/STABLE/fltk/fltk.changes      2011-07-12 
08:50:07.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Jul 11 15:36:53 UTC 2011 - pgaj...@novell.com
+
+- updated to 1.3.0:
+    * Added UTF-8 Unicode support throughout FLTK and Fluid
+    * Added Fl_Tree widget for hierarchical views
+    * Added Fl_Table widget for widget layout
+    * Added Fl_Native_Filechooser as a widget and global options
+    * etc., see CHANGES
+    * removed upstreamed and unneeded patches
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  fltk-1.1.10-as_needed.patch
  fltk-1.1.10-cast.patch
  fltk-1.1.10-intptr_t.patch
  fltk-1.1.10-libdir.patch
  fltk-1.1.10-link_gl.patch
  fltk-1.1.10-source.tar.bz2
  fltk-1.1.10-varargs.patch
  fltk-delete-fix.patch

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

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

Other differences:
------------------
++++++ fltk.spec ++++++
--- /var/tmp/diff_new_pack.3uc4GX/_old  2011-07-12 16:17:06.000000000 +0200
+++ /var/tmp/diff_new_pack.3uc4GX/_new  2011-07-12 16:17:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package fltk (Version 1.1.10)
+# spec file for package fltk
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -22,25 +22,17 @@
 License:        LGPLv2.1+
 Group:          Development/Libraries/X11
 AutoReqProv:    on
-Version:        1.1.10
+Version:        1.3.0
 Release:        1
 Summary:        Free C++ GUI Toolkit for the X Window System, OpenGL, and WIN32
 Url:            http://www.fltk.org/
 # some of files were updated from CinePaint CVS:
 # http://cinepaint.cvs.sourceforge.net/cinepaint/cinepaint-project/fltk/
 Source:         %{name}-%{version}-source.tar.bz2
-Patch1:         %{name}-delete-fix.patch
-Patch2:         %{name}-%{version}-intptr_t.patch
-Patch3:         %{name}-%{version}-libdir.patch
-Patch4:         %{name}-%{version}-cast.patch
-# Took from Gentoo
-Patch5:         %{name}-%{version}-as_needed.patch
-Patch6:         %{name}-%{version}-link_gl.patch
-Patch7:         %{name}-%{version}-varargs.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       libfltk1 >= %{version}
 
-BuildRequires:  pkgconfig
+BuildRequires:  doxygen pkgconfig
 BuildRequires:  gcc-c++
 
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@@ -151,20 +143,6 @@
 
 %prep
 %setup -q 
-%patch1
-%patch2
-%if "%{_lib}" == "lib64"
-%patch3
-# renaming on 64bit archs due to fixed libdir in variable called by ranlib
-mv lib lib64
-%endif
-%if 0%{?fedora} < 11 || 0%{?rhel_version} || 0%{?centos_version} || 
0%{?sles_version}
-%else
-%patch4
-%endif
-%patch5 -p1
-%patch6
-%patch7
 
 %build
 %{?suse_update_config:%{suse_update_config}}
@@ -178,6 +156,8 @@
 make         glflags="-L%{_libdir} -lGL" \
              fltkflags="-L%{_libdir} -lfltk" \
              %{?jobs:-j%jobs};
+cd documentation
+make html
 
 %install
 make install libdir=${RPM_BUILD_ROOT}%{_libdir}/ \
@@ -185,10 +165,7 @@
              bindir=${RPM_BUILD_ROOT}%{_bindir} \
             docdir=${RPM_BUILD_ROOT}/%{_docdir}/fltk \
             mandir=${RPM_BUILD_ROOT}%{_mandir} STRIP=true
-rm  -rf ${RPM_BUILD_ROOT}%{_mandir}/cat*
-rm -r test
-cp -a CHANGES COPYING README ${RPM_BUILD_ROOT}%{_docdir}/%{name}
-cp makeinclude ${RPM_BUILD_ROOT}%{_docdir}/%{name}
+rm -r ${RPM_BUILD_ROOT}%{_mandir}/cat*
 rm ${RPM_BUILD_ROOT}%{_libdir}/libfltk*.a
 
 %post -n libfltk1 -p /sbin/ldconfig
@@ -200,20 +177,12 @@
 
 %files
 %defattr(-,root,root)
-%doc %dir %{_docdir}/fltk
-%doc %{_docdir}/fltk/CHANGES
-%doc %{_docdir}/fltk/COPYING
-%doc %{_docdir}/fltk/README
+%doc CHANGES COPYING README
 
 %files devel
 %defattr(-,root,root)
-%dir %{_docdir}/fltk
-%doc %{_docdir}/fltk/examples
-%doc %{_docdir}/fltk/*.gif
-%doc %{_docdir}/fltk/*.jpg
-%doc %{_docdir}/fltk/*.html
-%doc %{_docdir}/fltk/makeinclude
-%doc %{_mandir}/man*/*
+%doc examples documentation/html makeinclude
+%{_mandir}/man*/*
 %{_libdir}/*.so
 %{_includedir}/*
 %{_bindir}/*

++++++ fltk-1.1.10-source.tar.bz2 -> fltk-1.3.0-source.tar.bz2 ++++++
++++ 501081 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to