Hello community,

here is the log from the commit of package tgt for openSUSE:Factory checked in 
at 2014-03-04 13:59:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tgt (Old)
 and      /work/SRC/openSUSE:Factory/.tgt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tgt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tgt/tgt.changes  2014-01-30 11:38:14.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tgt.new/tgt.changes     2014-03-04 
13:59:48.000000000 +0100
@@ -1,0 +2,16 @@
+Wed Feb 26 12:57:52 CET 2014 - h...@suse.de
+
+- Update to latest upstream version 1.0.44 (FATE#316717):
+  * Add sheepdog support
+  * Add rbd support
+  * Update iSER support
+  * Add support for iSCSI NOP-OUT
+  * SPC/SBC fixes
+  * iSCSI fixes
+  * Fixup persistent group reservations
+- Removed tgt-mgmt-fixed-m-system-o-delete-handling.patch:
+  Merged with upstream
+- Removed tgt-1.0.28.tar.bz2
+- Added tgt-1.0.44.tar.bz2
+
+-------------------------------------------------------------------

Old:
----
  tgt-1.0.28.tar.bz2
  tgt-mgmt-fixed-m-system-o-delete-handling.patch

New:
----
  tgt-1.0.44.tar.bz2

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

Other differences:
------------------
++++++ tgt.spec ++++++
--- /var/tmp/diff_new_pack.5QPn45/_old  2014-03-04 13:59:48.000000000 +0100
+++ /var/tmp/diff_new_pack.5QPn45/_new  2014-03-04 13:59:48.000000000 +0100
@@ -27,7 +27,7 @@
 Requires:       perl-Config-General
 Url:            http://stgt.berlios.de
 Requires(pre):  %fillup_prereq
-Version:        1.0.28
+Version:        1.0.44
 Release:        0
 Summary:        Generic Linux target framework (tgt)
 License:        GPL-2.0
@@ -37,10 +37,7 @@
 Source3:        %{name}.services
 Patch1:         %{name}-git-update
 Patch2:         %{name}-fix-build
-# PATCH-FIX-UPSTREAM tgt-mgmt-fixed-m-system-o-delete-handling.patch 
[bnc#767438] - ldun...@suse.com
-Patch3:         %{name}-mgmt-fixed-m-system-o-delete-handling.patch
-Patch4:         setup-tgt-conf-d.patch
-%{?systemd_requires}
+Patch3:         setup-tgt-conf-d.patch
 
 %description
 Linux target framework (tgt) aims to simplify various SCSI target
@@ -62,7 +59,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4
 
 %build
 %ifarch ppc ppc64

++++++ setup-tgt-conf-d.patch ++++++
--- /var/tmp/diff_new_pack.5QPn45/_old  2014-03-04 13:59:48.000000000 +0100
+++ /var/tmp/diff_new_pack.5QPn45/_new  2014-03-04 13:59:48.000000000 +0100
@@ -1,12 +1,29 @@
---- conf/Makefile
-+++ conf/Makefile
+From 4711fc19b6b83d572fd6eafd64a834559cae8ce2 Mon Sep 17 00:00:00 2001
+From: Hannes Reinecke <h...@suse.de>
+Date: Wed, 26 Feb 2014 12:50:09 +0100
+Subject: [PATCH 2/2] Install examples in documentation directory
+
+The examples should be installed in the documentation directory,
+not the standard configuration directory.
+
+Signed-off-by: Dirk Mueller <dmuel...@suse.com>
+Acked-by: Hannes Reinecke <h...@suse.de>
+---
+ conf/Makefile     | 6 ++++--
+ conf/targets.conf | 5 +++++
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+diff --git a/conf/Makefile b/conf/Makefile
+index bff222f..abb763e 100644
+--- a/conf/Makefile
++++ b/conf/Makefile
 @@ -1,4 +1,5 @@
  sysconfdir ?= /etc
 +docdatadir ?= /usr/share/doc/packages/
  
  EXAMPLES = targets.conf.example targets.conf.vtl.L700 targets.conf.vtl.MSL2024
  
-@@ -11,9 +12,10 @@
+@@ -11,9 +12,10 @@ install:
        if [ ! -f $(DESTDIR)$(sysconfdir)/tgt/targets.conf ] ; then \
                install -m 644 targets.conf $(DESTDIR)$(sysconfdir)/tgt ; \
        fi
@@ -17,11 +34,13 @@
 -              install -m 644 examples/$$f 
$(DESTDIR)$(sysconfdir)/tgt/examples ;\
 +              install -m 644 examples/$$f 
$(DESTDIR)$(docdatadir)/tgt/examples ;\
        done
+       install -d $(DESTDIR)$(sysconfdir)/tgt/conf.d
  
- .PHONY: clean
---- conf/targets.conf
-+++ conf/targets.conf
-@@ -1,2 +1,7 @@
+diff --git a/conf/targets.conf b/conf/targets.conf
+index 1bb4435..70b608a 100644
+--- a/conf/targets.conf
++++ b/conf/targets.conf
+@@ -1,5 +1,10 @@
  # Empty targets configuration file -- please see the package
  # documentation directory for an example.
 +
@@ -29,3 +48,9 @@
 +# Include configuration from directory
 +# 
 +include /etc/tgt/conf.d/*.conf
+ #
+ # You can drop individual config snippets into /etc/tgt/conf.d
+ include /etc/tgt/conf.d/*.conf
+-- 
+1.8.1.4
+

++++++ tgt-1.0.28.tar.bz2 -> tgt-1.0.44.tar.bz2 ++++++
++++ 14475 lines of diff (skipped)

++++++ tgt-fix-build ++++++
--- /var/tmp/diff_new_pack.5QPn45/_old  2014-03-04 13:59:49.000000000 +0100
+++ /var/tmp/diff_new_pack.5QPn45/_new  2014-03-04 13:59:49.000000000 +0100
@@ -1,8 +1,22 @@
+From bcaad0432c18a9a792fce4b10e5a0e7014461dc5 Mon Sep 17 00:00:00 2001
+From: Hannes Reinecke <h...@suse.de>
+Date: Wed, 26 Feb 2014 12:45:56 +0100
+Subject: [PATCH 1/2] Allow OPTFLAGS to override default CFLAGS
+
+When building a package the build system might be wanting to
+pass in some additional CFLAGS. So allow for the OPTFLAGS setting
+to override the default CFLAGS.
+
+Signed-off-by: Hannes Reinecke <h...@suse.de>
+---
+ usr/Makefile | 3 +++
+ 1 file changed, 3 insertions(+)
+
 diff --git a/usr/Makefile b/usr/Makefile
-index 64cb58c..deb7e39 100644
+index e29826c..31067e8 100644
 --- a/usr/Makefile
 +++ b/usr/Makefile
-@@ -28,12 +28,15 @@ INCLUDES += -I.
+@@ -32,12 +32,15 @@ INCLUDES += -I.
  
  CFLAGS += -D_GNU_SOURCE
  CFLAGS += $(INCLUDES)
@@ -16,5 +30,8 @@
  CFLAGS += -Wall -Wstrict-prototypes -fPIC
 +endif
  CFLAGS += -DTGT_VERSION=\"$(VERSION)$(EXTRAVERSION)\"
+ CFLAGS += -DBSDIR=\"$(DESTDIR)$(libdir)/backing-store\"
  
- LIBS += -lpthread
+-- 
+1.8.1.4
+

++++++ tgt-git-update ++++++
++++ 806 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/tgt/tgt-git-update
++++ and /work/SRC/openSUSE:Factory/.tgt.new/tgt-git-update

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to