Hello community,

here is the log from the commit of package xkbcomp for openSUSE:Factory checked 
in at 2012-05-16 12:28:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xkbcomp (Old)
 and      /work/SRC/openSUSE:Factory/.xkbcomp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xkbcomp", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/xkbcomp/xkbcomp.changes  2012-05-08 
18:02:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xkbcomp.new/xkbcomp.changes     2012-05-16 
12:28:23.000000000 +0200
@@ -1,0 +2,14 @@
+Fri May 11 08:45:25 UTC 2012 - vu...@opensuse.org
+
+- Split the pkg-config file in a devel subpackage, instead of
+  removing it: it might be needed by some configure scripts.
+- Remove xkbcomp-devel Provides from main subpackage now that we
+  have a proper devel subpackage.
+
+-------------------------------------------------------------------
+Fri May 11 08:22:43 UTC 2012 - co...@suse.com
+
+- remove the pkgconfig file - it requires all devel packages and
+  nothing of that is needed to run xkbcomp
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xkbcomp.spec ++++++
--- /var/tmp/diff_new_pack.QPapGq/_old  2012-05-16 12:28:24.000000000 +0200
+++ /var/tmp/diff_new_pack.QPapGq/_new  2012-05-16 12:28:24.000000000 +0200
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           xkbcomp
 Version:        1.2.4
-Release:        1
-License:        MIT
+Release:        0
 Summary:        Utility to compile XKB keyboard description
-Url:            http://xorg.freedesktop.org/
+License:        MIT
 Group:          System/X11/Utilities
+Url:            http://xorg.freedesktop.org/
 Source0:        
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  bison
 BuildRequires:  pkg-config
@@ -31,16 +32,21 @@
 BuildRequires:  pkgconfig(xproto) >= 7.0.17
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:      xorg-x11 <= 7.6
-# xkbcomp is 'sort of' a compiler, thus actually a -devel tool. Providing the 
symbol
-# here helps to silence rpmlint and makes it easier in the future, should this 
ever
-# become bigger and require a real split.
-Provides:       %{name}-devel = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The xkbcomp keymap compiler converts a description of an XKB keymap
 into one of several output formats.
 
+%package devel
+Summary:        Utility to compile XKB keyboard description -- Development 
Files
+Group:          Development/Libraries/X11
+Requires:       %{name} = %{version}
+
+%description devel
+The xkbcomp keymap compiler converts a description of an XKB keymap
+into one of several output formats.
+
 %prep
 %setup -q
 
@@ -56,6 +62,9 @@
 %doc ChangeLog COPYING README
 %{_bindir}/xkbcomp
 %{_mandir}/man1/xkbcomp.1%{?ext_man}
+
+%files devel
+%defattr(-,root,root)
 %{_libdir}/pkgconfig/xkbcomp.pc
 
 %changelog

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

Reply via email to