Hello community,

here is the log from the commit of package babl for openSUSE:Factory checked in 
at 2015-02-16 07:36:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/babl (Old)
 and      /work/SRC/openSUSE:Factory/.babl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "babl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/babl/babl.changes        2012-04-12 
09:18:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.babl.new/babl.changes   2015-02-16 
07:36:10.000000000 +0100
@@ -1,0 +2,25 @@
+Wed Feb 11 12:34:27 UTC 2015 - zai...@opensuse.org
+
+- Drop vala, libtool and gobject-introspection-devel BuildRequires,
+  they are no longer needed.
+- Due to above changes, no longer define build_vala, stop passing
+  autogen.sh to configure, nor --enable-introspection or
+  --without-vala.
+- Drop typelib-1_0-Babl-0_1 Requires from devel package, it no
+  longer exists.
+
+-------------------------------------------------------------------
+Sat Feb  7 17:57:15 UTC 2015 - sfal...@opensuse.org
+
+- Update to version 0.1.12:
+  + optimizations for floating point conversions, HSV and HSL
+    color models
+  + removal of dead code
+  + fixed CIE Lab conversions
+- Patches Dropped:
+  + babl-fix-gir-build.patch
+  + babl-fix-gir.patch
++ Modified .spec to remove typelib package and gir-related %files
+  entries.  Package no longer provides them. 
+
+-------------------------------------------------------------------

Old:
----
  babl-0.1.10.tar.bz2
  babl-fix-gir-build.patch
  babl-fix-gir.patch

New:
----
  babl-0.1.12.tar.bz2

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

Other differences:
------------------
++++++ babl.spec ++++++
--- /var/tmp/diff_new_pack.mEyetF/_old  2015-02-16 07:36:11.000000000 +0100
+++ /var/tmp/diff_new_pack.mEyetF/_new  2015-02-16 07:36:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package babl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,17 @@
 #
 
 
-# Temprarily disabled, see bgo#673422
-%define build_vala 0
 
 Name:           babl
 Url:            http://gegl.org/babl/
-Version:        0.1.10
+Version:        0.1.12
 Release:        0
 Summary:        Dynamic Pixel Format Translation Library
 License:        LGPL-3.0+
 Group:          System/Libraries
 Source:         http://ftp.gtk.org/pub/babl/0.1/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM babl-fix-gir.patch bgo#666647 dims...@opensuse.org -- Fix 
building of .gir and typelib files.
-Patch0:         babl-fix-gir.patch
-# PATCH-FIX-UPSTREAM babl-fix-gir-build.patch bgo#673422 vu...@opensuse.org -- 
Fix build of .gir
-Patch1:         babl-fix-gir-build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gobject-introspection-devel
-# Needed for patch0 and patch1
-BuildRequires:  libtool
 BuildRequires:  pkg-config
-BuildRequires:  vala
 %define debug_package_requires libbabl-0_1-0 = %{version}-%{release}
 # None of these is needed for standard build:
 #BuildRequires:  inkscape ruby w3m
@@ -69,29 +59,11 @@
 provided as well as the framework to add new color models and data
 types.
 
-%package -n typelib-1_0-Babl-0_1
-Summary:        Dynamic Pixel Format Translation Library -- Introspection 
bindings
-Group:          System/Libraries
-
-%description -n typelib-1_0-Babl-0_1
-babl is a dynamic, any to any, pixel format translation library.
-
-It allows converting between different methods of storing pixels known
-as pixel formats that have with different bitdepths and other data
-representations, color models and component permutations.
-
-A vocabulary to formulate new pixel formats from existing primitives is
-provided as well as the framework to add new color models and data
-types.
-
-This package provides the GObject Introspection bindings for babl.
-
 %package devel
 Summary:        Dynamic Pixel Format Translation Library
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
 Requires:       libbabl-0_1-0 = %{version}
-Requires:       typelib-1_0-Babl-0_1 = %{version}
 
 %description devel
 babl is a dynamic, any to any, pixel format translation library.
@@ -106,19 +78,10 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
-# Needed for patch0 and patch1
-./autogen.sh
 %configure\
-       --disable-static \
-       --enable-introspection \
-%if !%{build_vala}
-       --without-vala \
-%endif
-       %{nil}
+       --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -135,18 +98,8 @@
 %{_libdir}/*.so.*
 %{_libdir}/babl-0.1/
 
-%files -n typelib-1_0-Babl-0_1
-%defattr(-,root,root)
-%{_libdir}/girepository-1.0/Babl-0.1.typelib
-
 %files devel
 %defattr(-,root,root)
-%{_datadir}/gir-1.0/Babl-0.1.gir
-%if %{build_vala}
-%dir %{_datadir}/vala
-%dir %{_datadir}/vala/vapi
-%{_datadir}/vala/vapi/babl-0.1.vapi
-%endif
 %{_includedir}/babl-0.1/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc

++++++ babl-0.1.10.tar.bz2 -> babl-0.1.12.tar.bz2 ++++++
++++ 29415 lines of diff (skipped)

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

Reply via email to