Hello community, here is the log from the commit of package target-isns for openSUSE:Factory checked in at 2015-11-13 23:36:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/target-isns (Old) and /work/SRC/openSUSE:Factory/.target-isns.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "target-isns" Changes: -------- --- /work/SRC/openSUSE:Factory/target-isns/target-isns.changes 2015-10-25 19:13:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.target-isns.new/target-isns.changes 2015-11-13 23:36:07.000000000 +0100 @@ -1,0 +2,17 @@ +Tue Nov 10 12:17:38 UTC 2015 - [email protected] + +- Update to version 0.6.2 + * No changelog available +- Remove obsolete patches + * target-isns-add-systemd-support.patch + * target-isns-changes-since-v0.3.diff.bz2 + * target-isns-dont-ignore-read-return-value.patch + * target-isns-fix-remaining-little-endian-IP-addr.patch + * target-isns-handle-big-endian-arch.patch + * target-isns-define-posix_c_source-for-netdb +- Remove redundant gcc and make build dependencies +- Build require systemd-rpm-macros instead of full systemd package +- Use %cmake macro +- Remove redundant %clean section + +------------------------------------------------------------------- Old: ---- target-isns-add-systemd-support.patch target-isns-changes-since-v0.3.diff.bz2 target-isns-define-posix_c_source-for-netdb target-isns-dont-ignore-read-return-value.patch target-isns-fix-remaining-little-endian-IP-addr.patch target-isns-handle-big-endian-arch.patch v0.3.tar.gz New: ---- v0.6.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ target-isns.spec ++++++ --- /var/tmp/diff_new_pack.0OeCAu/_old 2015-11-13 23:36:08.000000000 +0100 +++ /var/tmp/diff_new_pack.0OeCAu/_new 2015-11-13 23:36:08.000000000 +0100 @@ -20,25 +20,16 @@ Summary: Supplies iSNS support for Linux kernel target License: GPL-2.0+ Group: System Environment/Kernel -Version: 0.3 +Version: 0.6.2 Release: 0 Source: https://github.com/cvubrugier/%{name}/archive/v%{version}.tar.gz -ExclusiveOS: linux Url: https://github.com/cvubrugier/target-isns BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake BuildRequires: flex -BuildRequires: gcc BuildRequires: glibc-devel -BuildRequires: make -BuildRequires: systemd +BuildRequires: systemd-rpm-macros %{?systemd_requires} -Patch1: %{name}-changes-since-v0.3.diff.bz2 -Patch2: %{name}-add-systemd-support.patch -Patch3: %{name}-dont-ignore-read-return-value.patch -Patch4: %{name}-define-posix_c_source-for-netdb -Patch5: %{name}-fix-remaining-little-endian-IP-addr.patch -Patch6: %{name}-handle-big-endian-arch.patch %description Target-isns is an Internet Storage Name Service (iSNS) client for the @@ -54,17 +45,9 @@ %prep %setup -n %{name}-%{version} -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 %build -mkdir build -cd build -cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_C_FLAGS="${RPM_OPT_FLAGS}" .. +%cmake -DSUPPORT_SYSTEMD=ON %{__make} %install @@ -75,10 +58,6 @@ fi ln -sf /usr/sbin/service ${RPM_BUILD_ROOT}/usr/sbin/rc%{name} -%clean -[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && \ - rm -rf ${RPM_BUILD_ROOT} - %post %{service_add_post target-isns.service} ++++++ v0.3.tar.gz -> v0.6.2.tar.gz ++++++ ++++ 2124 lines of diff (skipped)
