Hello community,

here is the log from the commit of package xproto for openSUSE:Factory checked 
in at 2014-09-23 13:46:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xproto (Old)
 and      /work/SRC/openSUSE:Factory/.xproto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xproto"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xproto/xproto.changes    2014-05-05 
21:10:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xproto.new/xproto.changes       2014-09-23 
13:46:19.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Sep 18 11:33:19 UTC 2014 - [email protected]
+
+- Update description and other metadata
+- Use full %configure for build, and remove CFLAGS (nothing is
+  compiled)
+- Make file list more compact
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xproto.spec ++++++
--- /var/tmp/diff_new_pack.XGGZx1/_old  2014-09-23 13:46:20.000000000 +0200
+++ /var/tmp/diff_new_pack.XGGZx1/_new  2014-09-23 13:46:20.000000000 +0200
@@ -15,53 +15,63 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           xproto
 Version:        7.0.26
-BuildRequires:  pkg-config
+Release:        0
+Url:            http://xorg.freedesktop.org/
+Summary:        The X11 Protocol: X Window System core
+License:        MIT
+Group:          Development/Libraries/X11
 
+#Git-Clone:    git://anongit.freedesktop.org/xorg/proto/xproto
+#Git-Web:      http://cgit.freedesktop.org/xorg/proto/xproto/
+Source:         
http://xorg.freedesktop.org/releases/individual/proto/%name-%version.tar.bz2
 #BuildRequires:  autoconf >= 2.60
 #BuildRequires:  automake
-#BuildRequires:  libtool
-
-Url:            http://xorg.freedesktop.org/
-Release:        0
+#BuildRequires:  pkgconfig(xorg-macros) >= 1.3
+BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        The X Protocol
-License:        MIT
-Group:          Development/Libraries/X11 
-#Source URL:    http://xorg.freedesktop.org/releases/individual/proto/
-Source:         %{name}-%{version}.tar.bz2
 
 %description
 The X Protocol Headers for development
 
-%package -n %{name}-devel
-Summary:        The X Protocol
+This package provides the headers and specification documents
+defining the X Window System Core Protocol, Version 11.
+
+%package devel
+Summary:        The X11 Protocol: X Window System core
 Group:          Development/Libraries/X11
 
 # Added within the 13.2 Development Cycle
-Provides:       xorg-x11-proto-devel://usr/%{_lib}/pkgconfig/xproto.pc
+Provides:       xorg-x11-proto-devel:%_libdir/pkgconfig/xproto.pc
 
-%description -n %{name}-devel
+%description devel
 The X Protocol Headers for development
 
+This package provides the headers and specification documents
+defining the X Window System Core Protocol, Version 11.
+
+It also includes a number of headers that are not purely protocol
+related, but are depended upon by many other X Window System packages
+to provide common definitions and porting layer.
+
 %prep
 %setup -q
 
 %build
 #autoreconf -fi
-./configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
-              --prefix=/usr --libdir=%{_libdir}
+%configure
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR="%buildroot"
 
-%files -n %{name}-devel
+%files devel
 %defattr(-,root,root)
 %doc COPYING
-%doc /usr/share/doc/*
+%doc %_datadir/doc/*
 /usr/include/X11/*.h
-/usr/%{_lib}/pkgconfig/*.pc
+%_libdir/pkgconfig/*.pc
 
 %changelog

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

Reply via email to