Hello community, here is the log from the commit of package argyllcms for openSUSE:Factory checked in at 2015-02-27 11:09:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/argyllcms (Old) and /work/SRC/openSUSE:Factory/.argyllcms.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "argyllcms" Changes: -------- --- /work/SRC/openSUSE:Factory/argyllcms/argyllcms.changes 2015-02-11 16:31:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.argyllcms.new/argyllcms.changes 2015-02-27 11:09:08.000000000 +0100 @@ -1,0 +2,16 @@ +Tue Feb 24 15:00:24 UTC 2015 - [email protected] + +- Use -std=gnu89 for building to not run into broken __declspec + uses with the GCC 5 default of -std=gnu99. + +------------------------------------------------------------------- +Mon Feb 23 13:55:20 UTC 2015 - [email protected] + +- allow building with udev-mini by using pkgconfig(udev) + +------------------------------------------------------------------- +Mon Feb 23 13:48:38 UTC 2015 - [email protected] + +- do not rpm -q udev + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ argyllcms.spec ++++++ --- /var/tmp/diff_new_pack.b7EldA/_old 2015-02-27 11:09:09.000000000 +0100 +++ /var/tmp/diff_new_pack.b7EldA/_new 2015-02-27 11:09:09.000000000 +0100 @@ -16,11 +16,7 @@ # -%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190 -%define _udevrulesdir /usr/lib/udev/rules.d -%else -%define _udevrulesdir /lib/udev/rules.d -%endif +%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d %define archivename Argyll_V%{version}%{?alphaversion}_src.zip @@ -58,7 +54,7 @@ BuildRequires: bison BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: udev +BuildRequires: pkgconfig(udev) Requires: udev %if 0%{?suse_version} < 1120 BuildRequires: hal @@ -122,11 +118,11 @@ %build cd ajam-2.5.2-1.3.3 -make CFLAGS="${RPM_OPT_FLAGS}" +make CFLAGS="-std=gnu89 ${RPM_OPT_FLAGS}" ln -s $PWD/bin.unix/jam ../jam cd .. -echo "CCFLAGS += ${RPM_OPT_FLAGS} -fno-strict-aliasing ;" >> Jamtop +echo "CCFLAGS += -std=gnu89 ${RPM_OPT_FLAGS} -fno-strict-aliasing ;" >> Jamtop # Evil hack to get --as-needed working. The build system unfortunately lists all # the shared libraries by default on the command line _before_ the object to be built... echo "STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau -lXdmcp -lXss -ltiff -ljpeg ;" >> Jamtop -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
