commit asusfan for openSUSE:Factory
Hello community, here is the log from the commit of package asusfan for openSUSE:Factory checked in at 2020-06-23 21:06:32 Comparing /work/SRC/openSUSE:Factory/asusfan (Old) and /work/SRC/openSUSE:Factory/.asusfan.new.2956 (New) Package is "asusfan" Tue Jun 23 21:06:32 2020 rev:20 rq:816554 version:0.1 Changes: --- /work/SRC/openSUSE:Factory/asusfan/asusfan.changes 2014-10-06 12:06:40.0 +0200 +++ /work/SRC/openSUSE:Factory/.asusfan.new.2956/asusfan.changes 2020-06-23 21:07:14.242354537 +0200 @@ -1,0 +2,6 @@ +Fri Jun 12 09:56:23 UTC 2020 - Martin Pluskal + +- Fix building with gcc10 +- Spec file cleanup with spec-cleaner + +--- Other differences: -- ++ asusfan.spec ++ --- /var/tmp/diff_new_pack.f7ys4L/_old 2020-06-23 21:07:14.854356513 +0200 +++ /var/tmp/diff_new_pack.f7ys4L/_new 2020-06-23 21:07:14.858356527 +0200 @@ -1,7 +1,7 @@ # # spec file for package asusfan # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,23 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: asusfan -Url:http://www.consultmatt.co.uk/asusfan/ -BuildRequires: automake -BuildRequires: pkgconfig(xproto) Version:0.1 Release:0 Summary:Fan Control for Nvidia-Based ASUS Graphics Cards -License:GPL-2.0+ +License:GPL-2.0-or-later Group: System/X11/Utilities +URL:http://www.consultmatt.co.uk/asusfan/ Source: asusfan-0.1-nodocs.tar.bz2 -Patch: asusfan-0.1.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 x86_64 +Patch0: asusfan-0.1.patch +BuildRequires: pkgconfig +BuildRequires: pkgconfig(xproto) +ExclusiveArch: %{ix86} x86_64 %description This command line tool allows you to control the speed of your graphics @@ -38,24 +37,26 @@ %prep %setup -q -%patch -p1 +%patch0 -p1 %build -%configure --disable-static --with-pic -make %{?_smp_mflags} +export CFLAGS="%{optflags} -fcommon" +%configure \ + --disable-static \ + --with-pic +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT -%{__rm} -f %{buildroot}%{_libdir}/*.la +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog INSTALL NEWS README -/usr/bin/asusfan -%_libdir/libasus* +%license COPYING +%doc AUTHORS ChangeLog INSTALL NEWS README +%{_bindir}/asusfan +%{_libdir}/libasus* %changelog
commit asusfan for openSUSE:Factory
Hello community, here is the log from the commit of package asusfan for openSUSE:Factory checked in at 2014-10-06 12:06:36 Comparing /work/SRC/openSUSE:Factory/asusfan (Old) and /work/SRC/openSUSE:Factory/.asusfan.new (New) Package is "asusfan" Changes: --- /work/SRC/openSUSE:Factory/asusfan/asusfan.changes 2012-02-01 09:57:09.0 +0100 +++ /work/SRC/openSUSE:Factory/.asusfan.new/asusfan.changes 2014-10-06 12:06:40.0 +0200 @@ -1,0 +2,5 @@ +Sat Oct 4 01:27:23 UTC 2014 - crrodrig...@opensuse.org + +- Only xproto is required not xorg-x11-devel + +--- Other differences: -- ++ asusfan.spec ++ --- /var/tmp/diff_new_pack.NeZ5Ky/_old 2014-10-06 12:06:41.0 +0200 +++ /var/tmp/diff_new_pack.NeZ5Ky/_new 2014-10-06 12:06:41.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package asusfan # -# Copyright (c) 2012 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,11 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: asusfan -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: xorg-x11-devel Url:http://www.consultmatt.co.uk/asusfan/ +BuildRequires: automake +BuildRequires: pkgconfig(xproto) Version:0.1 Release:0 Summary:Fan Control for Nvidia-Based ASUS Graphics Cards -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit asusfan for openSUSE:Factory
Hello community, here is the log from the commit of package asusfan for openSUSE:Factory checked in at 2012-02-01 09:57:08 Comparing /work/SRC/openSUSE:Factory/asusfan (Old) and /work/SRC/openSUSE:Factory/.asusfan.new (New) Package is "asusfan", Maintainer is "u...@suse.com" Changes: --- /work/SRC/openSUSE:Factory/asusfan/asusfan.changes 2011-09-23 01:52:06.0 +0200 +++ /work/SRC/openSUSE:Factory/.asusfan.new/asusfan.changes 2012-02-01 09:57:09.0 +0100 @@ -1,0 +2,6 @@ +Tue Jan 31 09:27:37 CET 2012 - dmuel...@suse.de + +- add exclusivearch, not useable on non x86 +- add automake/autoconf buildrequires + +--- Other differences: -- ++ asusfan.spec ++ --- /var/tmp/diff_new_pack.1dvPkk/_old 2012-02-01 09:57:11.0 +0100 +++ /var/tmp/diff_new_pack.1dvPkk/_new 2012-02-01 09:57:11.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package asusfan # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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,19 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: asusfan +BuildRequires: autoconf +BuildRequires: automake BuildRequires: xorg-x11-devel Url:http://www.consultmatt.co.uk/asusfan/ -License:GPL-2.0+ -Group: System/X11/Utilities Version:0.1 -Release:190 +Release:0 Summary:Fan Control for Nvidia-Based ASUS Graphics Cards +License:GPL-2.0+ +Group: System/X11/Utilities Source: asusfan-0.1-nodocs.tar.bz2 Patch: asusfan-0.1.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +ExclusiveArch: %ix86 x86_64 %description This command line tool allows you to control the speed of your graphics -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit asusfan for openSUSE:Factory
Hello community, here is the log from the commit of package asusfan for openSUSE:Factory checked in at 2011-12-06 17:59:23 Comparing /work/SRC/openSUSE:Factory/asusfan (Old) and /work/SRC/openSUSE:Factory/.asusfan.new (New) Package is "asusfan", Maintainer is "u...@suse.com" Changes: Other differences: -- ++ asusfan.spec ++ --- /var/tmp/diff_new_pack.L9AXqs/_old 2011-12-06 18:00:31.0 +0100 +++ /var/tmp/diff_new_pack.L9AXqs/_new 2011-12-06 18:00:31.0 +0100 @@ -20,7 +20,7 @@ Name: asusfan BuildRequires: xorg-x11-devel Url:http://www.consultmatt.co.uk/asusfan/ -License:GPLv2+ +License:GPL-2.0+ Group: System/X11/Utilities Version:0.1 Release:190 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit asusfan for openSUSE:Factory
Hello community, here is the log from the commit of package asusfan for openSUSE:Factory checked in at Mon Sep 19 15:39:21 CEST 2011. --- asusfan/asusfan.changes 2010-09-27 01:01:17.0 +0200 +++ /mounts/work_src_done/STABLE/asusfan/asusfan.changes2011-09-17 15:26:01.0 +0200 @@ -1,0 +2,6 @@ +Sat Sep 17 13:25:57 UTC 2011 - jeng...@medozas.de + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build + +--- calling whatdependson for head-i586 Other differences: -- ++ asusfan.spec ++ --- /var/tmp/diff_new_pack.F2vDPG/_old 2011-09-19 15:39:17.0 +0200 +++ /var/tmp/diff_new_pack.F2vDPG/_new 2011-09-19 15:39:17.0 +0200 @@ -1,7 +1,7 @@ # -# spec file for package asusfan (Version 0.1) +# spec file for package asusfan # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: asusfan @@ -23,7 +22,6 @@ Url:http://www.consultmatt.co.uk/asusfan/ License:GPLv2+ Group: System/X11/Utilities -AutoReqProv:on Version:0.1 Release:190 Summary:Fan Control for Nvidia-Based ASUS Graphics Cards @@ -37,27 +35,18 @@ tested with V and V9750TD models and may work with other cards as well. - - -Authors: - -Matt Wright - %prep %setup -q %patch -p1 %build %configure --disable-static --with-pic -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT %{__rm} -f %{buildroot}%{_libdir}/*.la -%clean -rm -rf %{buildroot} - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org