Accepting request 19774 from GNOME:Factory
Copy from GNOME:Factory/pangomm based on submit request 19774 from user vuntz OBS-URL: https://build.opensuse.org/request/show/19774 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pangomm?expand=0&rev=7
This commit is contained in:
parent
953529a245
commit
90b89dcdef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f0a45644bd11a3e354b52c3823a635cf0ebf2123fe7fa48e728e6aa5699039e
|
||||
size 996057
|
3
pangomm-2.25.1.3.tar.bz2
Normal file
3
pangomm-2.25.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47eb72b1798ff0abeda4184081b61faa7be37a508328232fbb0b02c8864b65a0
|
||||
size 715457
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 23:16:15 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 2.25.1.3:
|
||||
+ Change public documentation location to library.gnome.org in
|
||||
the pkg-config files as well.
|
||||
- Changes from version 2.25.1.2:
|
||||
+ Change public documentation location to library.gnome.org.
|
||||
- Changes from version 2.25.1.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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 16:46:46 CEST 2009 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.25.1:
|
||||
+ Reworked the build system, using mm-common.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 26 17:05:36 CET 2009 - vuntz@novell.com
|
||||
|
||||
|
64
pangomm.spec
64
pangomm.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pangomm (Version 2.24.0)
|
||||
# spec file for package pangomm (Version 2.25.1.3)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -26,10 +26,10 @@ BuildRequires: glibmm2-devel
|
||||
BuildRequires: libsigc++2-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: update-desktop-files
|
||||
Version: 2.24.0
|
||||
Release: 2
|
||||
Version: 2.25.1.3
|
||||
Release: 1
|
||||
Group: Development/Libraries/C and C++
|
||||
License: GPL v2 or later; LGPL v2.0 or later
|
||||
License: GPL v2 or later ; LGPL v2.0 or later
|
||||
Summary: C++ interface for pango
|
||||
Url: http://www.gtkmm.org
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -48,22 +48,15 @@ Authors:
|
||||
Daniel Elstner <daniel.elstner@gmx.net>
|
||||
|
||||
%package -n libpangomm-1_4-1
|
||||
License: GPL v2 or later; LGPL v2.0 or later
|
||||
License: GPL v2 or later ; LGPL v2.0 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: C++ interface for pango
|
||||
|
||||
%description -n libpangomm-1_4-1
|
||||
pangomm provides a C++ interface to the pango library.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Murray Cumming <murrayc@usa.net>
|
||||
Daniel Elstner <daniel.elstner@gmx.net>
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later; LGPL v2.0 or later
|
||||
License: GPL v2 or later ; LGPL v2.0 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: C++ interface for pango
|
||||
Requires: libpangomm-1_4-1 = %{version} glibmm2-devel cairomm-devel atk-devel pango-devel
|
||||
@ -71,15 +64,8 @@ Requires: libpangomm-1_4-1 = %{version} glibmm2-devel cairomm-devel atk-de
|
||||
%description devel
|
||||
pangomm provides a C++ interface to the pango library.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Murray Cumming <murrayc@usa.net>
|
||||
Daniel Elstner <daniel.elstner@gmx.net>
|
||||
|
||||
%package doc
|
||||
License: GPL v2 or later; LGPL v2.0 or later
|
||||
License: GPL v2 or later ; LGPL v2.0 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: C++ interface for pango
|
||||
Requires: %{name}-devel = %{version}
|
||||
@ -87,13 +73,6 @@ Requires: %{name}-devel = %{version}
|
||||
%description doc
|
||||
pangomm provides a C++ interface to the pango library.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Murray Cumming <murrayc@usa.net>
|
||||
Daniel Elstner <daniel.elstner@gmx.net>
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
@ -134,32 +113,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_datadir}/devhelp/books
|
||||
|
||||
%changelog
|
||||
* Thu Mar 26 2009 vuntz@novell.com
|
||||
- Remove BuildRequires on devhelp: it's only needed for directory
|
||||
ownership, and we can own the directories anyway.
|
||||
* Tue Mar 10 2009 vuntz@novell.com
|
||||
- Update to version 2.24.0:
|
||||
+ Layout: Added show_in_cairo_context(). bgo#560232.
|
||||
+ Build: Allow pangomm to build outside the source tree.
|
||||
bgo#570322
|
||||
+ License Header consistency.
|
||||
* Mon Dec 08 2008 mboman@suse.de
|
||||
- Update to version 2.14.1:
|
||||
+ Windows build: Use the new DLL naming convention, like boost.
|
||||
+ Corrected the index page for DevHelp (bgo#559896)
|
||||
* Wed Oct 22 2008 maw@suse.de
|
||||
- Make debug packages require a specific %%{version}-%%{release}.
|
||||
* Fri Oct 03 2008 mboman@suse.de
|
||||
- Update to version 2.14.0:
|
||||
+ Language: Added get_scripts().
|
||||
+ README and COPYING fixes.
|
||||
+ Fixed the Windows build with Visual Studio Express
|
||||
* Thu Sep 18 2008 maw@suse.de
|
||||
- Update to version 2.13.8:
|
||||
+ Context: Added set_font_map() because the C function is now
|
||||
public (non backend-only) API
|
||||
+ LayoutRun/GlyphItem: Added split() and letter()
|
||||
+ Renderer: Added draw_glyph_item()
|
||||
+ CairoFontMap:: Added set_default().
|
||||
* Thu Sep 18 2008 maw@suse.de
|
||||
- Initial import of version 2.13.7.
|
||||
|
Loading…
x
Reference in New Issue
Block a user