Hello community, here is the log from the commit of package libxklavier for openSUSE:Factory checked in at 2012-02-21 12:38:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxklavier (Old) and /work/SRC/openSUSE:Factory/.libxklavier.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxklavier", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libxklavier/libxklavier.changes 2012-01-27 21:27:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libxklavier.new/libxklavier.changes 2012-02-21 12:38:55.000000000 +0100 @@ -1,0 +2,12 @@ +Thu Feb 16 18:55:08 UTC 2012 - [email protected] + +- Update to version 5.2.1: + + Fixed GIR params for introspection (broken build) +- Remove xz BuildRequires now that it comes for free in the build + system. +- Drop libxklavier-fix-gir-build.patch: fixed upstream. +- Change glib2-devel and libxml2-devel BuildRequires to their + pkgconfig() equivalents: glib-2.0 and libxml-2.0. +- Clean spec file using spec-cleaner. + +------------------------------------------------------------------- Old: ---- libxklavier-5.2.tar.xz libxklavier-fix-gir-build.patch New: ---- libxklavier-5.2.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxklavier.spec ++++++ --- /var/tmp/diff_new_pack.kkGkEq/_old 2012-02-21 12:38:58.000000000 +0100 +++ /var/tmp/diff_new_pack.kkGkEq/_new 2012-02-21 12:38:58.000000000 +0100 @@ -17,7 +17,7 @@ Name: libxklavier -Version: 5.2 +Version: 5.2.1 Release: 0 Summary: Library with X keyboard related functions License: LGPL-2.0+ @@ -25,18 +25,14 @@ Url: http://www.freedesktop.org/Software/LibXklavier Source: http://download.gnome.org/sources/libxklavier/5.2/%{name}-%{version}.tar.xz Source99: baselibs.conf -# PATCH-FIX-UPSTREAM libxklavier-fix-gir-build.patch [email protected] -- Fix build of introspection support, taken from git -Patch0: libxklavier-fix-gir-build.patch BuildRequires: doxygen -BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel >= 1.30 BuildRequires: gtk-doc BuildRequires: iso-codes-devel -BuildRequires: libxml2-devel BuildRequires: pkg-config BuildRequires: xorg-x11-devel -# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 -BuildRequires: xz +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(libxml-2.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -83,24 +79,23 @@ %prep %setup -q -%patch0 -p1 %build %configure --with-pic\ --with-xkb-base=/usr/share/X11/xkb\ --disable-static -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install -%makeinstall -%{__rm} -vf %{buildroot}%{_libdir}/*.la +%make_install +rm -v %{buildroot}%{_libdir}/*.la %post -n libxklavier16 -p /sbin/ldconfig %postun -n libxklavier16 -p /sbin/ldconfig %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -n libxklavier16 %defattr(-,root,root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
