Hello community,

here is the log from the commit of package gdl for openSUSE:Factory
checked in at Wed May 4 10:22:52 CEST 2011.



--------
--- GNOME/gdl/gdl.changes       2011-03-21 17:58:05.000000000 +0100
+++ /mounts/work_src_done/STABLE/gdl/gdl.changes        2011-04-27 
15:18:32.000000000 +0200
@@ -1,0 +2,50 @@
+Wed Apr 27 13:16:25 UTC 2011 - [email protected]
+
+- Update to version 3.0.1:
+  + Set GtkJunctionSides for GdlSwitcher toggle buttons.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Apr  5 17:34:44 UTC 2011 - [email protected]
+
+- Update to version 3.0.0:
+  + Fix missing return values
+  + Updated translations.
+- Changes from version 2.91.92:
+  + Build fixes
+  + Translation updates
+- Changes from version 2.91.90:
+  + Translation updates
+- Changes from version 2.91.4:
+  + Fixed for latest gtk+
+- Changes from version 2.91.3:
+  + GIR build fixed for vala
+  + Use gtk_paned_new instead() of gtk_[h,v]paned_new()
+- Changes from version 2.91.2:
+  + bgo#633499: prepare for the demise of size_request
+  + Some smaller fixes for leftovers of the gtk+-3.0 transition
+- Changes from version 2.91.1:
+  + Ported to lastest gtk+ master:
+   - bgo#633049: Stop using GtkObject
+   - bgo#630841: Don't use deprecated GDK drawing APIs
+   - bgo#631070: Use upstream gettext instead the Glib one
+   - bgo#624636: Update to new GtkNotebook switch-page signal
+     signature.
+  + Due to new drawing API we have much nicer preview windows now.
+- Changes from version 2.90.0:
+  + Depends on gtk+-3.0 now:
+    - new library name libgdl3
+    - new pkg-config name gdl-3.0
+- Drop gdl-build-fix.patch: fixed upstream.
+- Update library package name to follow library soname change.
+- Change gtk2-devel BuildRequires to gtk3-devel.
+- Add gobject-introspection-devel BuildRequires to build
+  introspection support.
+- Remove explicit Requires of gtk2-devel and libxml2-devel in devel
+  subpackage: they will automatically be added the pkgconfig() way.
+- Remove Obsoletes for libgdl-1-0 as this is not needed anymore
+  with the soname change.
+- Remove Provides/Obsoletes for gdl-doc as this was long enough
+  ago.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gdl-2.30.1.tar.bz2
  gdl-build-fix.patch

New:
----
  gdl-3.0.1.tar.bz2

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

Other differences:
------------------
++++++ gdl.spec ++++++
--- /var/tmp/diff_new_pack.Fy27Vu/_old  2011-05-04 10:16:34.000000000 +0200
+++ /var/tmp/diff_new_pack.Fy27Vu/_new  2011-05-04 10:16:34.000000000 +0200
@@ -20,19 +20,18 @@
 
 Name:           gdl
 BuildRequires:  fdupes
-BuildRequires:  gtk2-devel
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  libxml2-devel
 BuildRequires:  translation-update-upstream
 License:        LGPLv2.1+
 Group:          System/Libraries
-Version:        2.30.1
-Release:        5
+Version:        3.0.1
+Release:        1
 Summary:        Gnome Devtool Libraries contains components and libraries
 Source:         
http://ftp.gnome.org/pub/GNOME/sources/gdl/2.24/%name-%version.tar.bz2
 Source1:        %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM gdl-build-fix.patch bgo603600 [email protected] -- 
Missing return values
-Patch0:         gdl-build-fix.patch
 Url:            http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -41,16 +40,15 @@
 intended to be shared between GNOME development tools, including
 gnome-debug, gnome-build, and anjuta2.
 
-%package -n libgdl-1-3
+%package -n libgdl-3-1
 License:        LGPLv2.1+
 Summary:        Gnome Devtool Libraries contains components and libraries
 Group:          System/Libraries
 Requires:       %{name}-lang = %{version}
 Obsoletes:      gdl < %{version}
 Provides:       gdl = %{version}
-Obsoletes:      libgdl-1-0 < 2.27.2
 
-%description -n libgdl-1-3
+%description -n libgdl-3-1
 Gnome Devtool Libraries contains components and libraries that are
 intended to be shared between GNOME development tools, including
 gnome-debug, gnome-build, and anjuta2.
@@ -59,10 +57,7 @@
 License:        LGPLv2.1+
 Summary:        Gnome Devtool Libraries contains components and libraries
 Group:          System/Libraries
-Requires:       libgdl-1-3 = %{version}
-Requires:       gtk2-devel libxml2-devel
-Obsoletes:      gdl-doc < 2.24.0
-Provides:       gdl-doc = 2.24.0
+Requires:       libgdl-3-1 = %{version}
 
 %description devel
 Gnome Devtool Libraries contains components and libraries that are
@@ -73,44 +68,42 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 
 %build
 %configure
-make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs} V=1
 
 %install 
 %makeinstall
-%if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
-%endif
 rm $RPM_BUILD_ROOT/%{_libdir}/*.la
-%find_lang %{name}-1
+%find_lang %{name}-3
 %fdupes -s $RPM_BUILD_ROOT
 
-%post -n libgdl-1-3 -p /sbin/ldconfig
+%post -n libgdl-3-1 -p /sbin/ldconfig
 
-%postun -n libgdl-1-3 -p /sbin/ldconfig
+%postun -n libgdl-3-1 -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -n libgdl-1-3
+%files -n libgdl-3-1
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_datadir}/gdl
+%{_datadir}/gdl-3
 %{_libdir}/*.so.*
+%{_libdir}/girepository-1.0/Gdl-3.typelib
 
 %files devel
 %defattr(-, root, root)
 %{_includedir}/libgdl*
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
+%{_datadir}/gir-1.0/Gdl-3.gir
 # Own these repositories to not depend on gtk-doc while building:
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
 %{_datadir}/gtk-doc/html/*
 
-%files lang -f %{name}-1.lang
+%files lang -f %{name}-3.lang
 
 %changelog

++++++ gdl-2.30.1.tar.bz2 -> gdl-3.0.1.tar.bz2 ++++++
++++ 71864 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to