Hello community,

here is the log from the commit of package pangomm for openSUSE:Factory
checked in at Mon May 2 15:29:17 CEST 2011.



--------
--- GNOME/pangomm/pangomm.changes       2010-12-10 00:09:46.000000000 +0100
+++ /mounts/work_src_done/STABLE/pangomm/pangomm.changes        2011-04-29 
23:35:21.000000000 +0200
@@ -1,0 +2,35 @@
+Fri Apr 29 23:04:16 UTC 2011 - [email protected]
+
+- Update to version 2.28.2:
+  + bgo#645669: Install the m4 files even without
+    --enable-maintainer-mode, as with other modules.
+- Use source services: download_url and set_version.
+
+-------------------------------------------------------------------
+Mon Mar 28 13:32:47 UTC 2011 - [email protected]
+
+- Update to version 2.28.1:
+  + Avoid a tarball dependency on mm-common.
+- Changes from version 2.28.0:
+  + regenerated tarball due to changes in an m4 macro in mm-common.
+
+-------------------------------------------------------------------
+Wed Feb 23 13:04:08 UTC 2011 - [email protected]
+
+- Update to version 2.27.1:
+  + LayoutIter: This now has a copy constructor.
+  + Layout::get_iter(): There is now a version of this method that
+    returns a LayoutIter. The version with the output parameter is
+    now deprecated.
+- Remove libsigc++2-devel and update-desktop-files BuildRequires.
+- Change BuildRequires to pkgconfig() ones:
+  + old ones: cairomm-devel, glibmm2-devel, pango-devel.
+  + pkgconfig() ones: cairomm-1.0, glibmm-2.4, pangocairo.
+- Remove explicit Requires for glibmm2-devel, cairomm-devel,
+  atk-devel and pango-devel in devel subpackage: they will
+  automatically be added the pkgconfig() way.
+- Remove Requires for devel subpackage in doc subpackage: it's not
+  really needed.
+- Pass --disable-static to configure.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  pangomm-2.26.3.tar.bz2

New:
----
  _service
  _service:download_url:pangomm-2.28.2.tar.bz2
  _service:set_version:pangomm.spec

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

Other differences:
------------------
++++++ _service:set_version:pangomm.spec ++++++
#
# spec file for package pangomm
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


# Update baselibs.conf when changing this
%define so_ver -1_4-1

Name:           pangomm
Version:        2.28.2
Release:        1
Group:          Development/Libraries/C and C++
License:        GPLv2+ ; LGPLv2.0+
Summary:        C++ interface for pango
Url:            http://www.gtkmm.org
Source:         %{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig(cairomm-1.0)
BuildRequires:  pkgconfig(glibmm-2.4)
BuildRequires:  pkgconfig(pangocairo)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
pangomm provides a C++ interface to the pango library.

%package -n libpangomm%{so_ver}

License:        GPLv2+ ; LGPLv2.0+
Group:          Development/Libraries/C and C++
Summary:        C++ interface for pango

%description -n libpangomm%{so_ver}
pangomm provides a C++ interface to the pango library.

%package devel
License:        GPLv2+ ; LGPLv2.0+
Group:          Development/Libraries/C and C++
Summary:        C++ interface for pango -- Development Files
Requires:       libpangomm%{so_ver} = %{version}

%description devel
pangomm provides a C++ interface to the pango library.

%package doc
License:        GPLv2+ ; LGPLv2.0+
Group:          Development/Libraries/C and C++
Summary:        C++ interface for pango -- Developer Documentation

%description doc
pangomm provides a C++ interface to the pango library.

%prep
%setup

%build
%configure --disable-static
make %{?jobs:-j%jobs}

%install
%makeinstall
rm %{buildroot}%{_libdir}/*.la
%fdupes %{buildroot}

%clean
rm -rf %{buildroot}

%post -n libpangomm%{so_ver} -p /sbin/ldconfig

%postun -n libpangomm%{so_ver} -p /sbin/ldconfig

%files -n libpangomm%{so_ver}
%defattr (-, root, root)
%doc AUTHORS NEWS README
%{_libdir}/*.so.*

%files devel
%defattr (-, root, root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/pangomm-1.4

%files doc
%defattr (-, root, root)
%{_datadir}/devhelp/books/pangomm-1.4/
%{_datadir}/doc/pangomm-1.4/
# Avoid BuildRequires on devhelp
%dir %{_datadir}/devhelp
%dir %{_datadir}/devhelp/books

%changelog
++++++ pangomm.spec ++++++
--- /var/tmp/diff_new_pack.jYCW6O/_old  2011-05-02 15:27:04.000000000 +0200
+++ /var/tmp/diff_new_pack.jYCW6O/_new  2011-05-02 15:27:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pangomm (Version 2.26.3)
+# spec file for package pangomm
 #
-# 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
@@ -15,51 +15,42 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+# Update baselibs.conf when changing this
+%define so_ver -1_4-1
 
 Name:           pangomm
-BuildRequires:  cairomm-devel
-BuildRequires:  fdupes
-BuildRequires:  gcc-c++
-BuildRequires:  glibmm2-devel
-BuildRequires:  libsigc++2-devel
-BuildRequires:  pango-devel
-BuildRequires:  update-desktop-files
-Version:        2.26.3
+Version:        2.28.1
 Release:        1
 Group:          Development/Libraries/C and C++
 License:        GPLv2+ ; LGPLv2.0+
 Summary:        C++ interface for pango
 Url:            http://www.gtkmm.org
 Source:         %{name}-%{version}.tar.bz2
-AutoReqProv:    on
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig(cairomm-1.0)
+BuildRequires:  pkgconfig(glibmm-2.4)
+BuildRequires:  pkgconfig(pangocairo)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%define debug_package_requires libpangomm-1_4-1 = %{version}-%{release}
 
 %description
 pangomm provides a C++ interface to the pango library.
 
+%package -n libpangomm%{so_ver}
 
-
-Authors:
---------
-    Murray Cumming <[email protected]>
-    Daniel Elstner <[email protected]>
-
-%package -n libpangomm-1_4-1
 License:        GPLv2+ ; LGPLv2.0+
 Group:          Development/Libraries/C and C++
 Summary:        C++ interface for pango
 
-%description -n libpangomm-1_4-1
+%description -n libpangomm%{so_ver}
 pangomm provides a C++ interface to the pango library.
 
 %package devel
 License:        GPLv2+ ; LGPLv2.0+
 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
+Summary:        C++ interface for pango -- Development Files
+Requires:       libpangomm%{so_ver} = %{version}
 
 %description devel
 pangomm provides a C++ interface to the pango library.
@@ -67,8 +58,7 @@
 %package doc
 License:        GPLv2+ ; LGPLv2.0+
 Group:          Development/Libraries/C and C++
-Summary:        C++ interface for pango
-Requires:       %{name}-devel = %{version}
+Summary:        C++ interface for pango -- Developer Documentation
 
 %description doc
 pangomm provides a C++ interface to the pango library.
@@ -77,22 +67,22 @@
 %setup
 
 %build
-%configure
+%configure --disable-static
 make %{?jobs:-j%jobs}
 
 %install
 %makeinstall
-rm $RPM_BUILD_ROOT/%{_libdir}/*.la
-%fdupes $RPM_BUILD_ROOT
+rm %{buildroot}%{_libdir}/*.la
+%fdupes %{buildroot}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
-%post -n libpangomm-1_4-1 -p /sbin/ldconfig
+%post -n libpangomm%{so_ver} -p /sbin/ldconfig
 
-%postun -n libpangomm-1_4-1 -p /sbin/ldconfig
+%postun -n libpangomm%{so_ver} -p /sbin/ldconfig
 
-%files -n libpangomm-1_4-1
+%files -n libpangomm%{so_ver}
 %defattr (-, root, root)
 %doc AUTHORS NEWS README
 %{_libdir}/*.so.*
@@ -106,8 +96,8 @@
 
 %files doc
 %defattr (-, root, root)
-%{_datadir}/devhelp/books/pangomm-1.4
-%{_datadir}/doc/pangomm-1.4
+%{_datadir}/devhelp/books/pangomm-1.4/
+%{_datadir}/doc/pangomm-1.4/
 # Avoid BuildRequires on devhelp
 %dir %{_datadir}/devhelp
 %dir %{_datadir}/devhelp/books

++++++ _service ++++++
<services>
  <service name="download_url">
    <param name="protocol">http</param>
    <param name="host">ftp.gnome.org</param>
    <param 
name="path">/pub/GNOME/sources/pangomm/2.28/pangomm-2.28.2.tar.bz2</param>
  </service>
  <service name="set_version" />
</services>

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



Remember to have fun...

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

Reply via email to