commit xbench for openSUSE:Factory
Hello community, here is the log from the commit of package xbench for openSUSE:Factory checked in at 2020-08-25 09:37:14 Comparing /work/SRC/openSUSE:Factory/xbench (Old) and /work/SRC/openSUSE:Factory/.xbench.new.3399 (New) Package is "xbench" Tue Aug 25 09:37:14 2020 rev:20 rq:829011 version:0.2 Changes: --- /work/SRC/openSUSE:Factory/xbench/xbench.changes2015-03-12 16:38:57.0 +0100 +++ /work/SRC/openSUSE:Factory/.xbench.new.3399/xbench.changes 2020-08-25 09:38:11.568191039 +0200 @@ -1,0 +2,5 @@ +Mon Aug 24 14:31:17 UTC 2020 - Callum Farmer + +- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075) + +--- Other differences: -- ++ xbench.spec ++ --- /var/tmp/diff_new_pack.W0VqDg/_old 2020-08-25 09:38:12.372191508 +0200 +++ /var/tmp/diff_new_pack.W0VqDg/_new 2020-08-25 09:38:12.376191510 +0200 @@ -23,7 +23,7 @@ %define _xorg7pixmaps include %define _xorg7libshare share %define _xorg7_xkb %{_datadir}/X11/xkb -%define _xorg7_termcap %{_libexecdir}/X11/etc +%define _xorg7_termcap %{_prefix}/lib/X11/etc %define _xorg7_serverincl %{_includedir}/xorg %define _xorg7_fonts %{_datadir}/fonts %define _xorg7_prefix /usr
commit xbench for openSUSE:Factory
Hello community, here is the log from the commit of package xbench for openSUSE:Factory checked in at 2015-03-12 16:38:56 Comparing /work/SRC/openSUSE:Factory/xbench (Old) and /work/SRC/openSUSE:Factory/.xbench.new (New) Package is "xbench" Changes: --- /work/SRC/openSUSE:Factory/xbench/xbench.changes2014-11-04 17:30:08.0 +0100 +++ /work/SRC/openSUSE:Factory/.xbench.new/xbench.changes 2015-03-12 16:38:57.0 +0100 @@ -1,0 +2,5 @@ +Wed Mar 11 13:32:34 UTC 2015 - mplus...@suse.com + +- Cleanup spec-file with spec-cleaner + +--- Other differences: -- ++ xbench.spec ++ --- /var/tmp/diff_new_pack.8H5huj/_old 2015-03-12 16:38:58.0 +0100 +++ /var/tmp/diff_new_pack.8H5huj/_new 2015-03-12 16:38:58.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xbench # -# Copyright (c) 2014 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,6 +16,17 @@ # +%define _xorg7libs %{_lib} +%define _xorg7libs32 lib +%define _xorg7bin bin +%define _xorg7_mandir %{_mandir} +%define _xorg7pixmaps include +%define _xorg7libshare share +%define _xorg7_xkb %{_datadir}/X11/xkb +%define _xorg7_termcap %{_libexecdir}/X11/etc +%define _xorg7_serverincl %{_includedir}/xorg +%define _xorg7_fonts %{_datadir}/fonts +%define _xorg7_prefix /usr Name: xbench Version:0.2 Release:0 @@ -23,60 +34,48 @@ License:SUSE-Public-Domain Group: System/Benchmark Url:http://ftp.x.org/contrib/utilities/ -Source: http://ftp.x.org/contrib/utilities/%name-%version-src.tar.gz -Patch: xbench-%{version}.patch +Source: http://ftp.x.org/contrib/utilities/%{name}-%{version}-src.tar.gz +Patch0: xbench-%{version}.patch Patch1: xbench-%{version}-ia64.patch Patch2: xbench-%{version}-nonvoid.patch Patch3: xbench-%{version}-gets.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: imake BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) -%define _xorg7libs %_lib -%define _xorg7libs32 lib -%define _xorg7bin bin -%define _xorg7_mandir %_mandir -%define _xorg7pixmaps include -%define _xorg7libshare share -%define _xorg7_xkb /usr/share/X11/xkb -%define _xorg7_termcap /usr/lib/X11/etc -%define _xorg7_serverincl /usr/include/xorg -%define _xorg7_fonts /usr/share/fonts -#%define _xorg7_config /usr/share/X11/config #use libshare macro -%define _xorg7_prefix /usr +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A benchmark for X11. %prep %setup -q -%patch +%patch0 %patch1 %patch2 %patch3 %build xmkmf -a -make %{?_smp_mflags} CCOPTIONS="%optflags" +make %{?_smp_mflags} CCOPTIONS="%{optflags}" %install -make "DESTDIR=$RPM_BUILD_ROOT" install -make "DESTDIR=$RPM_BUILD_ROOT" install.man -install -d $RPM_BUILD_ROOT%{_defaultdocdir}/xbench -install -d $RPM_BUILD_ROOT/usr/%{_xorg7libshare}/X11/xbench/results -install -d $RPM_BUILD_ROOT/usr/%{_xorg7libshare}/X11/xbench/scripts +make "DESTDIR=%{buildroot}" install +make "DESTDIR=%{buildroot}" install.man +install -d %{buildroot}%{_defaultdocdir}/xbench +install -d %{buildroot}%{_prefix}/%{_xorg7libshare}/X11/xbench/results +install -d %{buildroot}%{_prefix}/%{_xorg7libshare}/X11/xbench/scripts install -m 644 AUTHOR CHANGES IAFA-PACKAGE README xbench.doc Makefile script.run \ -$RPM_BUILD_ROOT/usr/%{_xorg7libshare}/X11/xbench -install -m 644 results/* $RPM_BUILD_ROOT/usr/%{_xorg7libshare}/X11/xbench/results -install -m 644 scripts/* $RPM_BUILD_ROOT/usr/%{_xorg7libshare}/X11/xbench/scripts -chmod a+x $RPM_BUILD_ROOT/usr/%{_xorg7libshare}/X11/xbench/scripts/insSep.sh -cd $RPM_BUILD_ROOT%{_defaultdocdir}/xbench; ln -sf ../../../../%{_xorg7libshare}/X11/xbench benchmarks +%{buildroot}%{_prefix}/%{_xorg7libshare}/X11/xbench +install -m 644 results/* %{buildroot}%{_prefix}/%{_xorg7libshare}/X11/xbench/results +install -m 644 scripts/* %{buildroot}%{_prefix}/%{_xorg7libshare}/X11/xbench/scripts +chmod a+x %{buildroot}%{_prefix}/%{_xorg7libshare}/X11/xbench/scripts/insSep.sh +cd %{buildroot}%{_defaultdocdir}/xbench; ln -sf ../../../../%{_xorg7libshare}/X11/xbench benchmarks %files %defattr(-,root,root) %doc %{_defaultdocdir}/xbench %doc %{_xorg7_mandir}/man1/xbench.1x* -/usr/%{_xorg7bin}/xbench -/usr/%{_xorg7libshare}/X11/xbench +%{_prefix}/%{_xorg7bin}/xbench +%{_prefix}/%{_xorg7libshare}/X11/xbench %changelog ++ xbench-0.2-gets.patch ++ --- /var/tmp
commit xbench for openSUSE:Factory
Hello community, here is the log from the commit of package xbench for openSUSE:Factory checked in at 2014-11-04 17:29:27 Comparing /work/SRC/openSUSE:Factory/xbench (Old) and /work/SRC/openSUSE:Factory/.xbench.new (New) Package is "xbench" Changes: --- /work/SRC/openSUSE:Factory/xbench/xbench.changes2014-10-07 18:24:05.0 +0200 +++ /work/SRC/openSUSE:Factory/.xbench.new/xbench.changes 2014-11-04 17:30:08.0 +0100 @@ -1,0 +2,6 @@ +Mon Nov 3 03:58:40 UTC 2014 - crrodrig...@opensuse.org + +- Switch to individual pkgconfig() build requires + instead of using metapackage xorg-x11-devel + +--- Other differences: -- ++ xbench.spec ++ --- /var/tmp/diff_new_pack.dhea8q/_old 2014-11-04 17:30:08.0 +0100 +++ /var/tmp/diff_new_pack.dhea8q/_new 2014-11-04 17:30:08.0 +0100 @@ -29,8 +29,9 @@ Patch2: xbench-%{version}-nonvoid.patch Patch3: xbench-%{version}-gets.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: xorg-x11 -BuildRequires: xorg-x11-devel +BuildRequires: imake +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) %define _xorg7libs %_lib %define _xorg7libs32 lib %define _xorg7bin bin @@ -48,7 +49,7 @@ A benchmark for X11. %prep -%setup +%setup -q %patch %patch1 %patch2 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xbench for openSUSE:Factory
Hello community, here is the log from the commit of package xbench for openSUSE:Factory checked in at 2014-10-07 18:23:59 Comparing /work/SRC/openSUSE:Factory/xbench (Old) and /work/SRC/openSUSE:Factory/.xbench.new (New) Package is "xbench" Changes: --- /work/SRC/openSUSE:Factory/xbench/xbench.changes2011-09-23 12:51:01.0 +0200 +++ /work/SRC/openSUSE:Factory/.xbench.new/xbench.changes 2014-10-07 18:24:05.0 +0200 @@ -1,0 +2,6 @@ +Tue Oct 7 12:48:07 UTC 2014 - jeng...@inai.de + +- Use Source URLs, drop ancient specfile tags, + and use %_smp_mflags for parallel build. + +--- Old: xbench-0.2.tar.bz2 New: xbench-0.2-src.tar.gz Other differences: -- ++ xbench.spec ++ --- /var/tmp/diff_new_pack.D562UX/_old 2014-10-07 18:24:06.0 +0200 +++ /var/tmp/diff_new_pack.D562UX/_new 2014-10-07 18:24:06.0 +0200 @@ -1,7 +1,7 @@ # -# spec file for package xbench (Version 0.2) +# spec file for package xbench # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,24 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: xbench -BuildRequires: xorg-x11 xorg-x11-devel -Url:ftp://ftp.x.org/contrib/utilities/ -License:SUSE-Public-Domain -Group: System/Benchmark -AutoReqProv:on Version:0.2 -Release:1223 +Release:0 Summary:Benchmark for X11 -Source: xbench-%{version}.tar.bz2 +License:SUSE-Public-Domain +Group: System/Benchmark +Url:http://ftp.x.org/contrib/utilities/ +Source: http://ftp.x.org/contrib/utilities/%name-%version-src.tar.gz Patch: xbench-%{version}.patch Patch1: xbench-%{version}-ia64.patch Patch2: xbench-%{version}-nonvoid.patch Patch3: xbench-%{version}-gets.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: xorg-x11 +BuildRequires: xorg-x11-devel %define _xorg7libs %_lib %define _xorg7libs32 lib %define _xorg7bin bin @@ -58,7 +56,7 @@ %build xmkmf -a -make %{?jobs:-j%jobs} CCOPTIONS="$RPM_OPT_FLAGS" +make %{?_smp_mflags} CCOPTIONS="%optflags" %install make "DESTDIR=$RPM_BUILD_ROOT" install @@ -80,7 +78,4 @@ /usr/%{_xorg7bin}/xbench /usr/%{_xorg7libshare}/X11/xbench -%clean -rm -rf $RPM_BUILD_ROOT - %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xbench for openSUSE:Factory
Hello community, here is the log from the commit of package xbench for openSUSE:Factory checked in at 2011-12-06 19:13:52 Comparing /work/SRC/openSUSE:Factory/xbench (Old) and /work/SRC/openSUSE:Factory/.xbench.new (New) Package is "xbench", Maintainer is "nadvor...@suse.com" Changes: Other differences: -- ++ xbench.spec ++ --- /var/tmp/diff_new_pack.Jo2Bfw/_old 2011-12-06 19:53:38.0 +0100 +++ /var/tmp/diff_new_pack.Jo2Bfw/_new 2011-12-06 19:53:38.0 +0100 @@ -21,7 +21,7 @@ Name: xbench BuildRequires: xorg-x11 xorg-x11-devel Url:ftp://ftp.x.org/contrib/utilities/ -License:Public Domain, Freeware +License:SUSE-Public-Domain Group: System/Benchmark AutoReqProv:on Version:0.2 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org