Accepting request 19747 from GNOME:Factory

Copy from GNOME:Factory/gtkmm2 based on submit request 19747 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/19747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtkmm2?expand=0&rev=23
This commit is contained in:
OBS User autobuild 2009-09-03 23:44:28 +00:00 committed by Git OBS Bridge
parent 6298449897
commit c5f7da76ba
4 changed files with 57 additions and 30 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58c9c49b2e72bd59e7411e2d013d571f5a07289612e693a3ada5577fcbcb8c1f
size 9006172

3
gtkmm-2.17.9.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf6813480dbb009bd687e0002b7ca3d8d243f79b233a6c7c6877d098cae7fffc
size 7551391

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Fri Aug 28 23:29:56 CEST 2009 - dimstar@opensuse.org
- Update to version 2.17.9.3:
+ Change public documentation location to library.gnome.org for
the pkg-config files as well.
+ Change public documentation location to library.gnome.org.
-------------------------------------------------------------------
Fri Aug 28 20:51:49 CEST 2009 - dimstar@opensuse.org
- Update to version 2.17.9.1:
+ Reenable the per-class hierarchy graphs in the reference
documentation
+ Drop the custom HTML header and footer, and use the shared
doxygen.css file from mm-common.
-------------------------------------------------------------------
Thu Aug 27 23:26:23 CEST 2009 - dimstar@opensuse.org
- Update to version 2.17.9:
+ Gtk:
- Added InfoBar widget
- bgo3589267 - Builder: get_widget(): Fix a crash when the
widget is not found
- CellRenderer: Added get/set_alignment(), get/set_padding(),
get/set_visible(), get/set_sensitive()
- CellRendererToggle: Added set/get_activatable()
- FileChooser: Added get/set_create_folders() and property
- Label: Added get/set_track_visited_links() and property
- Menu: Added get/set_reserve_toggle_size() and property
- PrintOperation: Added update_custom_widget signal and added
get/set_embed_page_setup() and get_n_pages_to_print() and
properties
- PrintUnixDialgo: Added set/get_support_selection(),
set/get_support_selection(), set/get_has_selection(),
set/get_embed_page_setup(), s/get_embed_page_setup(), and
set_page_setup_set()
- RecentInfo::get_application_info(): Change the app_exec
parameter to a ustring& instead of a container. This could
not have been used before
- StatusIcon: Added get/set_title() and property
- Widget: Added some get*() methods, deprecating old methods
without the get prefix
- Build: Reworked build system to improve the build and
installation and interlinking of reference documentation
- Adjust install section to align with new build system.
-------------------------------------------------------------------
Tue Jul 21 14:51:40 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package gtkmm2 (Version 2.17.2)
# spec file for package gtkmm2 (Version 2.17.9.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -22,7 +22,7 @@ Name: gtkmm2
%define _name gtkmm
BuildRequires: cairomm-devel fdupes gcc-c++ glibmm2-devel libsigc++2-devel pangomm-devel update-desktop-files
BuildRequires: gtk2-devel >= 2.15.1
Version: 2.17.2
Version: 2.17.9.3
Release: 1
Group: System/Libraries
License: GPL v2 or later ; LGPL v2.1 or later
@ -132,19 +132,9 @@ Authors:
make %{?jobs:-j%jobs} gtkmm_docdir=%{_docdir}/%{name}/docs
%install
make DESTDIR=$RPM_BUILD_ROOT gtkmm_docdir=%{_docdir}/%{name}/docs install
%makeinstall
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
cp -r AUTHORS CHANGES COPYING ChangeLog INSTALL NEWS README $RPM_BUILD_ROOT%{_docdir}/%{name}
# we change the path of the documentation. Make sure devhelp works. bnc#410564
perl -pi -e "s@/doc/gtkmm-2.4/@/doc/packages/gtkmm2/@g" $RPM_BUILD_ROOT%{_datadir}/devhelp/books/gtkmm-2.4/gtkmm-2.4.devhelp
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}/tests
cp tests/Makefile $RPM_BUILD_ROOT%{_docdir}/%{name}/tests
export LANG=C
for DIR in tests/[a-z]* ; do
cp -r $DIR/{Makefile,*.cc} $RPM_BUILD_ROOT%{_docdir}/%{name}/tests
done
%fdupes $RPM_BUILD_ROOT
%fdupes %{buildroot}
%clean
rm -rf $RPM_BUILD_ROOT
@ -155,21 +145,11 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc %dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/AUTHORS
%doc %{_docdir}/%{name}/CHANGES
%doc %{_docdir}/%{name}/COPYING
%doc %{_docdir}/%{name}/ChangeLog
%doc %{_docdir}/%{name}/INSTALL
%doc %{_docdir}/%{name}/NEWS
%doc %{_docdir}/%{name}/README
%doc AUTHORS CHANGES COPYING ChangeLog INSTALL NEWS README
%{_libdir}/*.so.*
%files devel
%defattr (-, root, root)
%doc %{_docdir}/%{name}/docs
%doc %{_docdir}/%{name}/tests
%{_bindir}/gtkmm-demo
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
@ -178,9 +158,8 @@ rm -rf $RPM_BUILD_ROOT
%files doc
%defattr (-, root, root)
%doc %{_docdir}/%{name}/docs
%doc %{_docdir}/%{name}/tests
%{_datadir}/devhelp/books/gtkmm-2.4
%{_datadir}/doc/gtkmm-2.4
%{_datadir}/gtkmm-2.4
# Avoid BuildRequires on devhelp
%dir %{_datadir}/devhelp