commit xsp for openSUSE:Factory

2020-03-05 Thread root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2020-03-05 23:18:39

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new.26092 (New)


Package is "xsp"

Thu Mar  5 23:18:39 2020 rev:52 rq:781341 version:4.7.1

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2019-10-07 14:14:30.138826202 
+0200
+++ /work/SRC/openSUSE:Factory/.xsp.new.26092/xsp.changes   2020-03-05 
23:18:43.105192070 +0100
@@ -1,0 +2,7 @@
+Mon Mar  2 16:17:29 UTC 2020 - Marguerite Su 
+
+- update version 4.7.1
+  * drop .NET 2.0 support
+  * add Mono.WebServer.Fpm
+
+---

Old:

  3.0.11.tar.gz

New:

  xsp-4.7.1.tar.gz



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.Y4W9Jf/_old  2020-03-05 23:18:43.597192349 +0100
+++ /var/tmp/diff_new_pack.Y4W9Jf/_new  2020-03-05 23:18:43.601192351 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xsp
 #
-# Copyright (c) 2019 SUSE LINUX 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
@@ -16,57 +16,67 @@
 #
 
 
+%define xspConfigsLocation %{_sysconfdir}/xsp/2.0
+%define xspAvailableApps %{xspConfigsLocation}/applications-available
+%define xspEnabledApps %{xspConfigsLocation}/applications-enabled
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
-  %define _fillupdir /var/adm/fillup-templates
+  %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
-
 Name:   xsp
-Version:3.0.11
+Version:4.7.1
 Release:0
 Summary:Web Server Hosting ASP.NET
 License:MIT
 Group:  Productivity/Networking/Web/Servers
-URL:https://www.mono-project.com/
-Source: https://github.com/mono/xsp/archive/%{version}.tar.gz
+URL:https://github.com/mono/xsp
+Source: 
https://github.com/mono/xsp/archive/%{version}/%{name}-%{version}.tar.gz
 Source1:xsp.conf
 Patch1: %{name}-3.0.11-fix-bashisms.patch
 Patch2: mono-440-build-fix.patch
 Patch3: mono-4-install.patch
 Patch4: xsp-add-systemd-support.patch
 Patch5: asp-state4-signals.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  fdupes
+BuildRequires:  libtool
 BuildRequires:  mono-data-oracle
 BuildRequires:  mono-data-sqlite
 BuildRequires:  mono-devel >= 2.10.0
-BuildRequires:  mono-nunit
 BuildRequires:  mono-web
 BuildRequires:  monodoc-core
 BuildRequires:  pkgconfig
 BuildRequires:  sqlite-devel
 BuildRequires:  systemd-rpm-macros
+Requires:   libfpm_helper0 = %{version}
+%{?systemd_ordering}
 %if 0%{?suse_version} >= 1330
 BuildRequires:  strip-nondeterminism
-Requires(pre): user(wwwrun)
-Requires(pre):  group(www)
-Requires(post): user(wwwrun)
 Requires(post): group(www)
+Requires(post): user(wwwrun)
+Requires(pre):  group(www)
+Requires(pre):  user(wwwrun)
 %endif
-%{?systemd_ordering}
-%define xspConfigsLocation %{_sysconfdir}/xsp/2.0
-%define xspAvailableApps %{xspConfigsLocation}/applications-available
-%define xspEnabledApps %{xspConfigsLocation}/applications-enabled
 
 %description
 The XSP server is a Web server that hosts the Mono System.Web
 classes for running what is commonly known as ASP.NET.
 
-%define mcsver %({ mcs --version | awk '{print $5}' | cut -f1 -d"." ; mcs 
--version | awk '{print $5}' | cut -f2 -d"." ; } | xargs printf "%03d")
+%package -n libfpm_helper0
+Summary:Mono.WebServer.FPM Helper
+Group:  System/Libraries
+
+%description -n libfpm_helper0
+Library of Mono.WebServer.FPM Helper.
+
+%package -n libfpm_helper-devel
+Summary:Development files of libfpm_helper0
+Group:  Development/Libraries/C and C++
+Requires:   libfpm_helper0 = %{version}
 
+%description -n libfpm_helper-devel
+Development Files of libfpm_helper0.
+
+%define mcsver %({ mcs --version | awk '{print $5}' | cut -f1 -d"." ; mcs 
--version | awk '{print $5}' | cut -f2 -d"." ; } | xargs printf "%03d")
 %if 0%{?mcsver} >= 4000
 %define target2_dir xsp2
 %define target4_dir xsp4
@@ -96,25 +106,27 @@
--mandir=%{_mandir} \
--infodir=%{_infodir} \
--sysconfdir=%{_sysconfdir}
-make
+%make_build
 
 %install
-[ -x /usr/bin/strip-nondeterminism ] && strip-nondeterminism 
docs/Mono.FastCGI/Mono.FastCGI.zip docs/Mono.WebServer/Mono.WebServer.zip
+[ -x %{_bindir}/strip-nondeterminism ] && strip-nondeterminism 

commit xsp for openSUSE:Factory

2019-10-07 Thread root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2019-10-07 13:49:41

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new.2352 (New)


Package is "xsp"

Mon Oct  7 13:49:41 2019 rev:51 rq:735635 version:3.0.11

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2019-05-13 14:52:30.915087222 
+0200
+++ /work/SRC/openSUSE:Factory/.xsp.new.2352/xsp.changes2019-10-07 
14:14:30.138826202 +0200
@@ -1,0 +2,7 @@
+Mon Sep 23 06:38:31 UTC 2019 - Thorsten Kukuk 
+
+- removal of SuSEfirewall2 files, since SuSEfirewall2 has been
+  replaced by firewalld, see [1].
+  [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
+
+---



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.1vM9gQ/_old  2019-10-07 14:14:30.586824973 +0200
+++ /var/tmp/diff_new_pack.1vM9gQ/_new  2019-10-07 14:14:30.590824962 +0200
@@ -57,7 +57,6 @@
 Requires(post): group(www)
 %endif
 %{?systemd_ordering}
-%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 %define xspConfigsLocation %{_sysconfdir}/xsp/2.0
 %define xspAvailableApps %{xspConfigsLocation}/applications-available
 %define xspEnabledApps %{xspConfigsLocation}/applications-enabled
@@ -105,7 +104,6 @@
 rm -rf %{buildroot}%{_prefix}/lib/xsp/unittests
 mkdir -p %{buildroot}%{_datadir}
 mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_datadir}
-mkdir -p %{buildroot}/%{_fwdefdir}
 mkdir -p %{buildroot}/%{xspAvailableApps}
 mkdir -p %{buildroot}/%{xspEnabledApps}
 mkdir -p %{buildroot}/etc/logrotate.d/
@@ -116,7 +114,6 @@
 mkdir -p %{buildroot}%{_sbindir}
 install -m 644 man/mono-asp-apps.1 %{buildroot}%{_mandir}/man1/mono-asp-apps.1
 install -m 644 packaging/opensuse/sysconfig.xsp2 %{buildroot}%{_fillupdir} 
-install -m 644 packaging/opensuse/xsp2.fw %{buildroot}/%{_fwdefdir}/xsp2
 install -m 644 packaging/opensuse/xsp2.logrotate 
%{buildroot}/etc/logrotate.d/xsp2
 # new {
 mkdir -p %{buildroot}%{_datadir}/%{name}/scripts
@@ -174,7 +171,6 @@
 # %%{_datadir}/%%{name}/scripts/xsp2.init
 %{_unitdir}/xsp2.service
 # } end new
-%config %{_fwdefdir}/xsp2
 %config /etc/logrotate.d/xsp2
 %{_fillupdir}/*
 %attr(0711,wwwrun,www) /srv/xsp2




commit xsp for openSUSE:Factory

2019-05-13 Thread root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2019-05-13 14:52:29

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new.5148 (New)


Package is "xsp"

Mon May 13 14:52:29 2019 rev:50 rq:702494 version:3.0.11

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2019-03-18 10:43:19.299148391 
+0100
+++ /work/SRC/openSUSE:Factory/.xsp.new.5148/xsp.changes2019-05-13 
14:52:30.915087222 +0200
@@ -1,0 +2,6 @@
+Sun May 12 07:52:43 UTC 2019 - Martin Liška 
+
+- Add asp-state4-signals.patch in order to fix
+  https://bugzilla.xamarin.com/show_bug.cgi?id=7838.
+
+---

New:

  asp-state4-signals.patch



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.vSzWi4/_old  2019-05-13 14:52:31.479088642 +0200
+++ /var/tmp/diff_new_pack.vSzWi4/_new  2019-05-13 14:52:31.483088652 +0200
@@ -34,6 +34,7 @@
 Patch2: mono-440-build-fix.patch
 Patch3: mono-4-install.patch
 Patch4: xsp-add-systemd-support.patch
+Patch5: asp-state4-signals.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  autoconf
@@ -85,6 +86,7 @@
 %patch3 -p1
 %endif
 %patch4 -p1
+%patch5 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh

++ asp-state4-signals.patch ++
diff --git a/tools/asp_state/Makefile.am b/tools/asp_state/Makefile.am
index ea56700..1166c27 100644
--- a/tools/asp_state/Makefile.am
+++ b/tools/asp_state/Makefile.am
@@ -1,4 +1,4 @@
-MCSFLAGS= -debug+ -debug:full -nologo
+MCSFLAGS= -debug+ -debug:full -nologo -r:Mono.Posix.dll
 
 scripts2 = asp-state2.exe
 data2 = asp-state2.exe.config
diff --git a/tools/asp_state/asp_state.cs b/tools/asp_state/asp_state.cs
index 8ba8b62..0157ff5 100644
--- a/tools/asp_state/asp_state.cs
+++ b/tools/asp_state/asp_state.cs
@@ -11,6 +11,8 @@ using System;
 using System.IO;
 using System.Reflection;
 using System.Runtime.Remoting;
+using Mono.Unix;
+using Mono.Unix.Native;
 
 namespace Mono.ASPNET.Tools {
 
@@ -64,10 +66,22 @@ and works until  is pressed.
public static void Main (string [] args)
{
if (args.Length == 0) {
+   UnixSignal [] signals = new UnixSignal[] {
+   new UnixSignal(Signum.SIGINT),
+   new UnixSignal(Signum.SIGTERM),
+   };
RemotingConfiguration.Configure 
(ConfigurationFileName, false);

ShowVerboseConfigurationInfo(ConfigurationFileName);
-   Console.Write("Press  to stop...");
-   Console.ReadLine ();
+
+   // Wait for a unix signal to exit
+   for (bool exit = false; !exit; )
+   {
+   int id = UnixSignal.WaitAny(signals);
+   if (id >= 0 && id < signals.Length)
+   {
+   if (signals[id].IsSet) exit = 
true;
+   }
+   }
} else {
ShowUsage();
}



commit xsp for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2019-03-18 10:43:11

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new.28833 (New)


Package is "xsp"

Mon Mar 18 10:43:11 2019 rev:49 rq:685781 version:3.0.11

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2018-11-18 23:33:42.217372299 
+0100
+++ /work/SRC/openSUSE:Factory/.xsp.new.28833/xsp.changes   2019-03-18 
10:43:19.299148391 +0100
@@ -1,0 +2,15 @@
+Sun Mar 17 10:03:52 UTC 2019 - Jan Engelhardt 
+
+- Replace URL by new one (follow the http(s) redirects)
+- Add systemd-rpm-macros and %systemd_ordering
+  to satisfy %service_*.
+- Use %make_install, and limit fdupes to the btrfs subvolume.
+- Ensure neutrality of descriptions.
+
+---
+Fri Feb 15 13:25:29 UTC 2019 - josef.moell...@suse.com
+
+- Add systemd support.
+  [bsc#1116055, xsp-add-systemd-support.patch]
+
+---

New:

  xsp-add-systemd-support.patch



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.hWfqXK/_old  2019-03-18 10:43:20.615146978 +0100
+++ /var/tmp/diff_new_pack.hWfqXK/_new  2019-03-18 10:43:20.615146978 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xsp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -22,17 +22,18 @@
 %endif
 
 Name:   xsp
-Url:http://go-mono.com/
 Version:3.0.11
 Release:0
-Summary:Small Web Server Hosting ASP.NET
+Summary:Web Server Hosting ASP.NET
 License:MIT
 Group:  Productivity/Networking/Web/Servers
+URL:https://www.mono-project.com/
 Source: https://github.com/mono/xsp/archive/%{version}.tar.gz
 Source1:xsp.conf
 Patch1: %{name}-3.0.11-fix-bashisms.patch
 Patch2: mono-440-build-fix.patch
 Patch3: mono-4-install.patch
+Patch4: xsp-add-systemd-support.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  autoconf
@@ -46,6 +47,7 @@
 BuildRequires:  monodoc-core
 BuildRequires:  pkgconfig
 BuildRequires:  sqlite-devel
+BuildRequires:  systemd-rpm-macros
 %if 0%{?suse_version} >= 1330
 BuildRequires:  strip-nondeterminism
 Requires(pre): user(wwwrun)
@@ -53,14 +55,14 @@
 Requires(post): user(wwwrun)
 Requires(post): group(www)
 %endif
-Requires(post): %insserv_prereq %fillup_prereq
+%{?systemd_ordering}
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 %define xspConfigsLocation %{_sysconfdir}/xsp/2.0
 %define xspAvailableApps %{xspConfigsLocation}/applications-available
 %define xspEnabledApps %{xspConfigsLocation}/applications-enabled
 
 %description
-The XSP server is a small Web server that hosts the Mono System.Web
+The XSP server is a Web server that hosts the Mono System.Web
 classes for running what is commonly known as ASP.NET.
 
 %define mcsver %({ mcs --version | awk '{print $5}' | cut -f1 -d"." ; mcs 
--version | awk '{print $5}' | cut -f2 -d"." ; } | xargs printf "%03d")
@@ -82,6 +84,7 @@
 %if 0%{?mcsver} >= 4000
 %patch3 -p1
 %endif
+%patch4 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh
@@ -96,38 +99,46 @@
 
 %install
 [ -x /usr/bin/strip-nondeterminism ] && strip-nondeterminism 
docs/Mono.FastCGI/Mono.FastCGI.zip docs/Mono.WebServer/Mono.WebServer.zip
-make install DESTDIR=%{buildroot}
+%make_install
 rm -rf %{buildroot}%{_prefix}/lib/xsp/unittests
 mkdir -p %{buildroot}%{_datadir}
 mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_datadir}
 mkdir -p %{buildroot}/%{_fwdefdir}
 mkdir -p %{buildroot}/%{xspAvailableApps}
 mkdir -p %{buildroot}/%{xspEnabledApps}
-mkdir -p %{buildroot}/etc/init.d/
 mkdir -p %{buildroot}/etc/logrotate.d/
 mkdir -p %{buildroot}/srv/xsp2
 mkdir -p %{buildroot}%{_fillupdir}
 mkdir -p %{buildroot}/run/xsp2
 mkdir -p %{buildroot}/usr/lib/tmpfiles.d/
+mkdir -p %{buildroot}%{_sbindir}
 install -m 644 man/mono-asp-apps.1 %{buildroot}%{_mandir}/man1/mono-asp-apps.1
 install -m 644 packaging/opensuse/sysconfig.xsp2 %{buildroot}%{_fillupdir} 
 install -m 644 packaging/opensuse/xsp2.fw %{buildroot}/%{_fwdefdir}/xsp2
 install -m 644 packaging/opensuse/xsp2.logrotate 
%{buildroot}/etc/logrotate.d/xsp2
-install -m 755 packaging/opensuse/xsp2.init %{buildroot}/etc/init.d/xsp2
+# new {
+mkdir -p %{buildroot}%{_datadir}/%{name}/scripts
+install -m 755 packaging/opensuse/xsp2.init 
%{buildroot}%{_datadir}/%{name}/scripts
+mkdir -p 

commit xsp for openSUSE:Factory

2018-11-18 Thread root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2018-11-18 23:33:31

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new (New)


Package is "xsp"

Sun Nov 18 23:33:31 2018 rev:48 rq:649975 version:3.0.11

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2017-11-25 08:43:42.215974146 
+0100
+++ /work/SRC/openSUSE:Factory/.xsp.new/xsp.changes 2018-11-18 
23:33:42.217372299 +0100
@@ -1,0 +2,5 @@
+Sat Nov 17 22:56:29 UTC 2018 - Markus Beth 
+
+- fix factory build, use correct dependency for sqlite
+
+---



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.M98Azw/_old  2018-11-18 23:33:43.129371205 +0100
+++ /var/tmp/diff_new_pack.M98Azw/_new  2018-11-18 23:33:43.133371200 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xsp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -45,7 +45,7 @@
 BuildRequires:  mono-web
 BuildRequires:  monodoc-core
 BuildRequires:  pkgconfig
-BuildRequires:  sqlite
+BuildRequires:  sqlite-devel
 %if 0%{?suse_version} >= 1330
 BuildRequires:  strip-nondeterminism
 Requires(pre): user(wwwrun)




commit xsp for openSUSE:Factory

2017-11-24 Thread root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2017-11-25 08:43:42

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new (New)


Package is "xsp"

Sat Nov 25 08:43:42 2017 rev:47 rq:545129 version:3.0.11

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2017-10-02 16:53:40.410856796 
+0200
+++ /work/SRC/openSUSE:Factory/.xsp.new/xsp.changes 2017-11-25 
08:43:42.215974146 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:53:18 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+---



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.3oqFtB/_old  2017-11-25 08:43:42.915948643 +0100
+++ /var/tmp/diff_new_pack.3oqFtB/_new  2017-11-25 08:43:42.919948497 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:   xsp
 Url:http://go-mono.com/
 Version:3.0.11
@@ -101,11 +106,11 @@
 mkdir -p %{buildroot}/etc/init.d/
 mkdir -p %{buildroot}/etc/logrotate.d/
 mkdir -p %{buildroot}/srv/xsp2
-mkdir -p %{buildroot}/var/adm/fillup-templates
+mkdir -p %{buildroot}%{_fillupdir}
 mkdir -p %{buildroot}/run/xsp2
 mkdir -p %{buildroot}/usr/lib/tmpfiles.d/
 install -m 644 man/mono-asp-apps.1 %{buildroot}%{_mandir}/man1/mono-asp-apps.1
-install -m 644 packaging/opensuse/sysconfig.xsp2 
%{buildroot}/var/adm/fillup-templates 
+install -m 644 packaging/opensuse/sysconfig.xsp2 %{buildroot}%{_fillupdir} 
 install -m 644 packaging/opensuse/xsp2.fw %{buildroot}/%{_fwdefdir}/xsp2
 install -m 644 packaging/opensuse/xsp2.logrotate 
%{buildroot}/etc/logrotate.d/xsp2
 install -m 755 packaging/opensuse/xsp2.init %{buildroot}/etc/init.d/xsp2
@@ -153,7 +158,7 @@
 %config %{_fwdefdir}/xsp2
 %config /etc/init.d/xsp2
 %config /etc/logrotate.d/xsp2
-/var/adm/fillup-templates/*
+%{_fillupdir}/*
 %attr(0711,wwwrun,www) /srv/xsp2
 %ghost %attr(0711,wwwrun,www) /run/xsp2
 /usr/lib/tmpfiles.d/




commit xsp for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2017-10-02 16:53:35

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new (New)


Package is "xsp"

Mon Oct  2 16:53:35 2017 rev:46 rq:529977 version:3.0.11

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2017-08-10 14:12:55.209551526 
+0200
+++ /work/SRC/openSUSE:Factory/.xsp.new/xsp.changes 2017-10-02 
16:53:40.410856796 +0200
@@ -1,0 +2,5 @@
+Fri Sep 29 16:22:49 UTC 2017 - jeng...@inai.de
+
+- Add missing dependencies for %post.
+
+---



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.CS3rKu/_old  2017-10-02 16:53:41.826658076 +0200
+++ /var/tmp/diff_new_pack.CS3rKu/_new  2017-10-02 16:53:41.830657514 +0200
@@ -44,6 +44,9 @@
 %if 0%{?suse_version} >= 1330
 BuildRequires:  strip-nondeterminism
 Requires(pre): user(wwwrun)
+Requires(pre):  group(www)
+Requires(post): user(wwwrun)
+Requires(post): group(www)
 %endif
 Requires(post): %insserv_prereq %fillup_prereq
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services




commit xsp for openSUSE:Factory

2017-08-10 Thread root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2017-08-10 14:04:49

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new (New)


Package is "xsp"

Thu Aug 10 14:04:49 2017 rev:45 rq:513762 version:3.0.11

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2017-04-25 08:59:04.731533510 
+0200
+++ /work/SRC/openSUSE:Factory/.xsp.new/xsp.changes 2017-08-10 
14:12:55.209551526 +0200
@@ -1,0 +2,5 @@
+Wed Aug  2 04:31:21 UTC 2017 - i...@marguerite.su
+
+- fix factory build, add missing wwwrun user. 
+
+---



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.xj1Whj/_old  2017-08-10 14:12:55.949447349 +0200
+++ /var/tmp/diff_new_pack.xj1Whj/_new  2017-08-10 14:12:55.965445096 +0200
@@ -43,6 +43,7 @@
 BuildRequires:  sqlite
 %if 0%{?suse_version} >= 1330
 BuildRequires:  strip-nondeterminism
+Requires(pre): user(wwwrun)
 %endif
 Requires(post): %insserv_prereq %fillup_prereq
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services




commit xsp for openSUSE:Factory

2017-04-25 Thread root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2017-04-25 08:59:03

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new (New)


Package is "xsp"

Tue Apr 25 08:59:03 2017 rev:44 rq:490281 version:3.0.11

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2017-04-24 09:50:27.825700878 
+0200
+++ /work/SRC/openSUSE:Factory/.xsp.new/xsp.changes 2017-04-25 
08:59:04.731533510 +0200
@@ -1,0 +2,7 @@
+Mon Apr 24 11:58:12 UTC 2017 - bwiedem...@suse.com
+
+- fix to correct version
+  because only factory has strip-nondeterminism atm
+  (and 42.3 which we ignore here)
+
+---



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.rIBzMK/_old  2017-04-25 08:59:05.667401180 +0200
+++ /var/tmp/diff_new_pack.rIBzMK/_new  2017-04-25 08:59:05.671400615 +0200
@@ -41,7 +41,7 @@
 BuildRequires:  monodoc-core
 BuildRequires:  pkgconfig
 BuildRequires:  sqlite
-%if 0%{?suse_version} >= 1300
+%if 0%{?suse_version} >= 1330
 BuildRequires:  strip-nondeterminism
 %endif
 Requires(post): %insserv_prereq %fillup_prereq




commit xsp for openSUSE:Factory

2017-04-24 Thread root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2017-04-24 09:50:24

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new (New)


Package is "xsp"

Mon Apr 24 09:50:24 2017 rev:43 rq:489934 version:3.0.11

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2017-03-24 02:21:13.719680327 
+0100
+++ /work/SRC/openSUSE:Factory/.xsp.new/xsp.changes 2017-04-24 
09:50:27.825700878 +0200
@@ -1,0 +2,5 @@
+Fri Apr 21 12:23:40 UTC 2017 - bwiedem...@suse.com
+
+- use strip-nondeterminism to make build fully reproducible
+
+---



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.uQw05k/_old  2017-04-24 09:50:28.725573605 +0200
+++ /var/tmp/diff_new_pack.uQw05k/_new  2017-04-24 09:50:28.729573040 +0200
@@ -41,6 +41,9 @@
 BuildRequires:  monodoc-core
 BuildRequires:  pkgconfig
 BuildRequires:  sqlite
+%if 0%{?suse_version} >= 1300
+BuildRequires:  strip-nondeterminism
+%endif
 Requires(post): %insserv_prereq %fillup_prereq
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 %define xspConfigsLocation %{_sysconfdir}/xsp/2.0
@@ -83,6 +86,7 @@
 make
 
 %install
+[ -x /usr/bin/strip-nondeterminism ] && strip-nondeterminism 
docs/Mono.FastCGI/Mono.FastCGI.zip docs/Mono.WebServer/Mono.WebServer.zip
 make install DESTDIR=%{buildroot}
 rm -rf %{buildroot}%{_prefix}/lib/xsp/unittests
 mkdir -p %{buildroot}%{_datadir}




commit xsp for openSUSE:Factory

2017-03-23 Thread root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2017-03-24 02:21:11

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new (New)


Package is "xsp"

Fri Mar 24 02:21:11 2017 rev:42 rq:481157 version:3.0.11

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2016-06-14 23:07:05.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xsp.new/xsp.changes 2017-03-24 
02:21:13.719680327 +0100
@@ -1,0 +2,6 @@
+Sun Mar  19 12:00:00 UTC 2017 - fwdsbs.to.1...@xoxy.net
+
+- Add %insserv_prereq %fillup_prereq requires:
+ * Fix build for factory and tumbleweed
+
+---



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.8pn7C0/_old  2017-03-24 02:21:14.315596009 +0100
+++ /var/tmp/diff_new_pack.8pn7C0/_new  2017-03-24 02:21:14.319595443 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xsp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -41,6 +41,7 @@
 BuildRequires:  monodoc-core
 BuildRequires:  pkgconfig
 BuildRequires:  sqlite
+Requires(post): %insserv_prereq %fillup_prereq
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 %define xspConfigsLocation %{_sysconfdir}/xsp/2.0
 %define xspAvailableApps %{xspConfigsLocation}/applications-available




commit xsp for openSUSE:Factory

2016-06-14 Thread h_root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2016-06-14 23:07:04

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new (New)


Package is "xsp"

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2015-05-11 19:49:01.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xsp.new/xsp.changes 2016-06-14 
23:07:05.0 +0200
@@ -1,0 +2,8 @@
+Sun Jun  5 00:00:00 UTC 2016 - fwdsbs.to.1...@xoxy.net
+
+- Added patch mono-440-build-fix.patch:
+ * Alter mono libraries search path in order to fix build with mono 4.4.0 and 
up
+- Added mono-4-install.patch:
+ * Alter xsp mono package path for mono 4.0 and up in order to fix xsp2 
startup crash 
+
+---

New:

  mono-4-install.patch
  mono-440-build-fix.patch



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.y8yBfY/_old  2016-06-14 23:07:06.0 +0200
+++ /var/tmp/diff_new_pack.y8yBfY/_new  2016-06-14 23:07:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xsp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -26,6 +26,8 @@
 Source: https://github.com/mono/xsp/archive/%{version}.tar.gz
 Source1:xsp.conf
 Patch1: %{name}-3.0.11-fix-bashisms.patch
+Patch2: mono-440-build-fix.patch
+Patch3: mono-4-install.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  autoconf
@@ -48,9 +50,25 @@
 The XSP server is a small Web server that hosts the Mono System.Web
 classes for running what is commonly known as ASP.NET.
 
+%define mcsver %({ mcs --version | awk '{print $5}' | cut -f1 -d"." ; mcs 
--version | awk '{print $5}' | cut -f2 -d"." ; } | xargs printf "%03d")
+
+%if 0%{?mcsver} >= 4000
+%define target2_dir xsp2
+%define target4_dir xsp4
+%else
+%define target2_dir 2.0
+%define target4_dir 4.5
+%endif
+
 %prep
 %setup -q
 %patch1 -p1
+%if 0%{?mcsver} >= 4004
+%patch2 -p1
+%endif
+%if 0%{?mcsver} >= 4000
+%patch3 -p1
+%endif
 
 %build
 NOCONFIGURE=1 ./autogen.sh
@@ -102,14 +120,16 @@
 %doc NEWS README
 %{_bindir}/*
 %{_datadir}/pkgconfig/*
-%{_prefix}/lib/mono/2.0/Mono.WebServer2.dll
-%{_prefix}/lib/mono/2.0/fastcgi-mono-server2.exe
-%{_prefix}/lib/mono/2.0/mod-mono-server2.exe
-%{_prefix}/lib/mono/2.0/xsp2.exe
-%{_prefix}/lib/mono/4.5/Mono.WebServer2.dll
-%{_prefix}/lib/mono/4.5/fastcgi-mono-server4.exe
-%{_prefix}/lib/mono/4.5/mod-mono-server4.exe
-%{_prefix}/lib/mono/4.5/xsp4.exe
+%dir %{_prefix}/lib/mono/%{target2_dir}
+%{_prefix}/lib/mono/%{target2_dir}/Mono.WebServer2.dll
+%{_prefix}/lib/mono/%{target2_dir}/fastcgi-mono-server2.exe
+%{_prefix}/lib/mono/%{target2_dir}/mod-mono-server2.exe
+%{_prefix}/lib/mono/%{target2_dir}/xsp2.exe
+%dir %{_prefix}/lib/mono/%{target4_dir}
+%{_prefix}/lib/mono/%{target4_dir}/Mono.WebServer2.dll
+%{_prefix}/lib/mono/%{target4_dir}/fastcgi-mono-server4.exe
+%{_prefix}/lib/mono/%{target4_dir}/mod-mono-server4.exe
+%{_prefix}/lib/mono/%{target4_dir}/xsp4.exe
 %{_prefix}/lib/mono/gac/Mono.WebServer2
 %{_prefix}/lib/mono/gac/fastcgi-mono-server2
 %{_prefix}/lib/mono/gac/fastcgi-mono-server4

++ mono-4-install.patch ++
diff -uprN xsp-3.0.11.old/packaging/opensuse/xsp2.init 
xsp-3.0.11.new/packaging/opensuse/xsp2.init
--- xsp-3.0.11.old/packaging/opensuse/xsp2.init 2013-05-14 15:46:56.0 
+0400
+++ xsp-3.0.11.new/packaging/opensuse/xsp2.init 2016-06-08 15:07:47.954947643 
+0300
@@ -111,7 +111,7 @@
 
 # Check for missing binaries (stale symlinks should not happen)
 # Note: Special treatment of stop for LSB conformance
-XSP2_BIN=/usr/lib/mono/2.0/xsp2.exe
+XSP2_BIN=/usr/lib/mono/xsp2/xsp2.exe
 XSP2_WRAPPER=/usr/bin/xsp2
 MONO_BIN=/usr/bin/mono
 test -x $XSP2_BIN || { echo "$XSP2_BIN not installed"; 
diff -uprN xsp-3.0.11.old/scripts/Makefile.am xsp-3.0.11.new/scripts/Makefile.am
--- xsp-3.0.11.old/scripts/Makefile.am  2013-05-14 15:46:56.0 +0400
+++ xsp-3.0.11.new/scripts/Makefile.am  2016-06-08 15:08:27.210947559 +0300
@@ -16,11 +16,11 @@ bin_SCRIPTS = $(bin2_scripts) $(tool2_sc
 
 CLEANFILES = $(bin2_scripts_real) $(tool2_scripts) $(bin_scripts) 
$(tool_scripts) $(bin4_scripts) $(tool4_scripts)
 
-plat_bindir2 = $(prefix)/lib/mono/2.0
+plat_bindir2 = $(prefix)/lib/mono/xsp2
 plat_tooldir2 = $(prefix)/lib/xsp/2.0
 
 if NET_4_0
-plat_bindir4 = $(prefix)/lib/mono/4.5
+plat_bindir4 = $(prefix)/lib/mono/xsp4
 plat_tooldir4 = $(prefix)/lib/xsp/4.0
 endif
 
diff -uprN 

commit xsp for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2015-05-11 19:38:50

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new (New)


Package is xsp

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2015-01-20 12:37:21.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xsp.new/xsp.changes 2015-05-11 
19:49:01.0 +0200
@@ -1,0 +2,7 @@
+Sun May 10 00:58:00 UTC 2015 - Led led...@gmail.com
+
+- fix bashism in init script
+- add patches:
+  * xsp-3.0.11-fix-bashisms.patch
+
+---

New:

  xsp-3.0.11-fix-bashisms.patch



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.iAR20c/_old  2015-05-11 19:49:02.0 +0200
+++ /var/tmp/diff_new_pack.iAR20c/_new  2015-05-11 19:49:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xsp
 #
-# 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
@@ -25,6 +25,7 @@
 Group:  Productivity/Networking/Web/Servers
 Source: https://github.com/mono/xsp/archive/%{version}.tar.gz
 Source1:xsp.conf
+Patch1: %{name}-3.0.11-fix-bashisms.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  autoconf
@@ -49,6 +50,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh

++ xsp-3.0.11-fix-bashisms.patch ++
diff -Ndur xsp-3.0.11/packaging/opensuse/xsp2.init 
xsp-3.0.11-fix-bashisms/packaging/opensuse/xsp2.init
--- xsp-3.0.11/packaging/opensuse/xsp2.init 2013-05-14 14:46:56.0 
+0300
+++ xsp-3.0.11-fix-bashisms/packaging/opensuse/xsp2.init2015-05-10 
03:56:25.303773185 +0300
@@ -195,7 +195,7 @@
## the return value is set appropriately by startproc.
export MONO_OPTIONS

-   if [ -f $XSP_PIDFILE ]  [ $(readlink /proc/$(cat 
$XSP_PIDFILE)/exe) == $MONO_BIN ]; then
+   if [ -f $XSP_PIDFILE ]  [ $(readlink /proc/$(cat 
$XSP_PIDFILE)/exe) = $MONO_BIN ]; then
rc_check 0
else
/sbin/startproc -p $XSP_PIDFILE -l /var/log/xsp2.log -u 
$XSP_USER -g $XSP_GROUP $XSP2_WRAPPER $XSP_OPTIONS --pidfile $XSP_PIDFILE



commit xsp for openSUSE:Factory

2015-01-20 Thread h_root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2015-01-20 12:34:41

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new (New)


Package is xsp

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2014-08-06 11:42:21.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xsp.new/xsp.changes 2015-01-20 
12:37:21.0 +0100
@@ -1,0 +2,13 @@
+Fri Jan 16 17:33:49 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 3.11
+  + Changelog/NEWS files have not been updated
+- Use download Url as source
+- Add autoconf and automake; required because of autogen script
+- Minimal required version of mono is 2.10.0; fix mono dependency
+  version
+- Remove redundant %clean section
+- Remove obsolete conditional macros
+- Use autogen script instead of autoreconf
+
+---

Old:

  xsp-2.10.2.tar.bz2

New:

  3.0.11.tar.gz



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.XJVMtb/_old  2015-01-20 12:37:22.0 +0100
+++ /var/tmp/diff_new_pack.XJVMtb/_new  2015-01-20 12:37:22.0 +0100
@@ -18,19 +18,21 @@
 
 Name:   xsp
 Url:http://go-mono.com/
-Version:2.10.2
+Version:3.0.11
 Release:0
 Summary:Small Web Server Hosting ASP.NET
 License:MIT
 Group:  Productivity/Networking/Web/Servers
-Source: %{name}-%{version}.tar.bz2
+Source: https://github.com/mono/xsp/archive/%{version}.tar.gz
 Source1:xsp.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  mono-data-oracle
 BuildRequires:  mono-data-sqlite
-BuildRequires:  mono-devel
+BuildRequires:  mono-devel = 2.10.0
 BuildRequires:  mono-nunit
 BuildRequires:  mono-web
 BuildRequires:  monodoc-core
@@ -49,7 +51,7 @@
 %setup -q
 
 %build
-#autoreconf -f -i -Wnone
+NOCONFIGURE=1 ./autogen.sh
 # Cannot use the configure macro because noarch-redhat-linux is not recognized 
by the auto tools in the tarball
 ./configure --prefix=%{_prefix} \
--libexecdir=%{_prefix}/lib \
@@ -64,7 +66,6 @@
 rm -rf %{buildroot}%{_prefix}/lib/xsp/unittests
 mkdir -p %{buildroot}%{_datadir}
 mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_datadir}
-%if 0%{?suse_version}
 mkdir -p %{buildroot}/%{_fwdefdir}
 mkdir -p %{buildroot}/%{xspAvailableApps}
 mkdir -p %{buildroot}/%{xspEnabledApps}
@@ -82,12 +83,6 @@
 install -m 755 tools/mono-asp-apps/mono-asp-apps 
%{buildroot}%{_bindir}/mono-asp-apps
 install -m 755 %{SOURCE1} %{buildroot}/usr/lib/tmpfiles.d/
 %fdupes %{buildroot}
-%endif
-
-%clean
-rm -rf %{buildroot}
-
-%if 0%{?suse_version}
 
 %post
 %{fillup_and_insserv -n xsp2 xsp2}
@@ -99,20 +94,20 @@
 %postun
 %restart_on_update xsp2
 %{insserv_cleanup}
-%endif
 
 %files
 %defattr(-,root,root)
+%doc NEWS README
 %{_bindir}/*
 %{_datadir}/pkgconfig/*
 %{_prefix}/lib/mono/2.0/Mono.WebServer2.dll
 %{_prefix}/lib/mono/2.0/fastcgi-mono-server2.exe
 %{_prefix}/lib/mono/2.0/mod-mono-server2.exe
 %{_prefix}/lib/mono/2.0/xsp2.exe
-%{_prefix}/lib/mono/4.0/Mono.WebServer2.dll
-%{_prefix}/lib/mono/4.0/fastcgi-mono-server4.exe
-%{_prefix}/lib/mono/4.0/mod-mono-server4.exe
-%{_prefix}/lib/mono/4.0/xsp4.exe
+%{_prefix}/lib/mono/4.5/Mono.WebServer2.dll
+%{_prefix}/lib/mono/4.5/fastcgi-mono-server4.exe
+%{_prefix}/lib/mono/4.5/mod-mono-server4.exe
+%{_prefix}/lib/mono/4.5/xsp4.exe
 %{_prefix}/lib/mono/gac/Mono.WebServer2
 %{_prefix}/lib/mono/gac/fastcgi-mono-server2
 %{_prefix}/lib/mono/gac/fastcgi-mono-server4
@@ -124,7 +119,6 @@
 %{_prefix}/lib/monodoc/sources/Mono.FastCGI.*
 %{_prefix}/lib/xsp
 %{_prefix}/share/man/*/*
-%if 0%{?suse_version}
 %config %{_fwdefdir}/xsp2
 %config /etc/init.d/xsp2
 %config /etc/logrotate.d/xsp2
@@ -133,13 +127,7 @@
 %ghost %attr(0711,wwwrun,www) /run/xsp2
 /usr/lib/tmpfiles.d/
 %{_sysconfdir}/%{name}
-%endif
-%doc NEWS README
 
-%if 0%{?fedora_version} || 0%{?rhel_version}
-# Allows overrides of __find_provides in fedora distros... (already set to 
zero on newer suse distros)
-%define _use_internal_dependency_generator 0
-%endif
 %define __find_provides env sh -c 'filelist=($(cat))  { printf %s\\n 
${filelist[@]} | /usr/lib/rpm/find-provides  printf %s\\n 
${filelist[@]} | /usr/bin/mono-find-provides ; } | sort -u'
 %define __find_requires env sh -c 'filelist=($(cat))  { printf %s\\n 
${filelist[@]} | /usr/lib/rpm/find-requires  printf %s\\n 
${filelist[@]} | /usr/bin/mono-find-requires ; } | sort -u'
 

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

commit xsp for openSUSE:Factory

2014-08-06 Thread h_root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2014-08-06 11:42:19

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new (New)


Package is xsp

Changes:

--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2011-09-23 12:52:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xsp.new/xsp.changes 2014-08-06 
11:42:21.0 +0200
@@ -1,0 +2,9 @@
+Fri Aug  1 15:52:14 UTC 2014 - sfal...@opensuse.org
+
+- Changed /var/run to /run in package, to fix rpmlint check failures in 
+  oS:Factory
+- Modified:
+xsp.spec
+xsp.conf 
+
+---



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.kl63fn/_old  2014-08-06 11:42:22.0 +0200
+++ /var/tmp/diff_new_pack.kl63fn/_new  2014-08-06 11:42:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xsp
 #
-# Copyright (c) 2011 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,22 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xsp
 Url:http://go-mono.com/
-License:MIT
-Group:  Productivity/Networking/Web/Servers
-AutoReqProv:on
 Version:2.10.2
-Release:3
+Release:0
 Summary:Small Web Server Hosting ASP.NET
+License:MIT
+Group:  Productivity/Networking/Web/Servers
 Source: %{name}-%{version}.tar.bz2
 Source1:xsp.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-BuildRequires:  fdupes mono-data-oracle mono-data-sqlite mono-devel mono-nunit 
mono-web monodoc-core pkgconfig sqlite
+BuildRequires:  fdupes
+BuildRequires:  mono-data-oracle
+BuildRequires:  mono-data-sqlite
+BuildRequires:  mono-devel
+BuildRequires:  mono-nunit
+BuildRequires:  mono-web
+BuildRequires:  monodoc-core
+BuildRequires:  pkgconfig
+BuildRequires:  sqlite
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 %define xspConfigsLocation %{_sysconfdir}/xsp/2.0
 %define xspAvailableApps %{xspConfigsLocation}/applications-available
@@ -67,7 +72,7 @@
 mkdir -p %{buildroot}/etc/logrotate.d/
 mkdir -p %{buildroot}/srv/xsp2
 mkdir -p %{buildroot}/var/adm/fillup-templates
-mkdir -p %{buildroot}/var/run/xsp2
+mkdir -p %{buildroot}/run/xsp2
 mkdir -p %{buildroot}/usr/lib/tmpfiles.d/
 install -m 644 man/mono-asp-apps.1 %{buildroot}%{_mandir}/man1/mono-asp-apps.1
 install -m 644 packaging/opensuse/sysconfig.xsp2 
%{buildroot}/var/adm/fillup-templates 
@@ -86,7 +91,7 @@
 
 %post
 %{fillup_and_insserv -n xsp2 xsp2}
-install -d -m 0711 --owner=wwwrun --group=www /var/run/xsp2
+install -d -m 0711 --owner=wwwrun --group=www /run/xsp2
 
 %preun
 %stop_on_removal xsp2
@@ -125,7 +130,7 @@
 %config /etc/logrotate.d/xsp2
 /var/adm/fillup-templates/*
 %attr(0711,wwwrun,www) /srv/xsp2
-%ghost %attr(0711,wwwrun,www) /var/run/xsp2
+%ghost %attr(0711,wwwrun,www) /run/xsp2
 /usr/lib/tmpfiles.d/
 %{_sysconfdir}/%{name}
 %endif

++ xsp.conf ++
--- /var/tmp/diff_new_pack.kl63fn/_old  2014-08-06 11:42:22.0 +0200
+++ /var/tmp/diff_new_pack.kl63fn/_new  2014-08-06 11:42:22.0 +0200
@@ -1,2 +1,2 @@
 # xsp needs a directory in /var/run
-d /var/run/xsp2 0711 wwwrun www
+d /run/xsp2 0711 wwwrun www

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



commit xsp for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2011-12-06 19:18:09

Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and  /work/SRC/openSUSE:Factory/.xsp.new (New)


Package is xsp, Maintainer is mono-maintain...@suse.de

Changes:




Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.Mfykgo/_old  2011-12-06 19:59:40.0 +0100
+++ /var/tmp/diff_new_pack.Mfykgo/_new  2011-12-06 19:59:40.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   xsp
 Url:http://go-mono.com/
-License:X11/MIT
+License:MIT
 Group:  Productivity/Networking/Web/Servers
 AutoReqProv:on
 Version:2.10.2

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



commit xsp for openSUSE:Factory

2011-08-18 Thread h_root

Hello community,

here is the log from the commit of package xsp for openSUSE:Factory
checked in at Thu Aug 18 09:56:55 CEST 2011.




--- xsp/xsp.changes 2011-04-27 23:40:20.0 +0200
+++ /mounts/work_src_done/STABLE/xsp/xsp.changes2011-08-11 
21:05:30.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug 11 18:50:40 UTC 2011 - a...@suse.de
+
+- Run fdupes
+- Mark /var/run/xsp2 as %ghost and create it during package install
+- Add xsp.conf to create directory in /var/run
+
+---

calling whatdependson for head-i586


New:

  xsp.conf



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.CNLDFo/_old  2011-08-18 09:56:12.0 +0200
+++ /var/tmp/diff_new_pack.CNLDFo/_new  2011-08-18 09:56:12.0 +0200
@@ -24,12 +24,13 @@
 Group:  Productivity/Networking/Web/Servers
 AutoReqProv:on
 Version:2.10.2
-Release:1
+Release:3
 Summary:Small Web Server Hosting ASP.NET
 Source: %{name}-%{version}.tar.bz2
+Source1:xsp.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-BuildRequires:  mono-data-oracle mono-data-sqlite mono-devel mono-nunit 
mono-web monodoc-core pkgconfig sqlite
+BuildRequires:  fdupes mono-data-oracle mono-data-sqlite mono-devel mono-nunit 
mono-web monodoc-core pkgconfig sqlite
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 %define xspConfigsLocation %{_sysconfdir}/xsp/2.0
 %define xspAvailableApps %{xspConfigsLocation}/applications-available
@@ -41,7 +42,6 @@
 
 %prep
 %setup -q
-#%patch0
 
 %build
 #autoreconf -f -i -Wnone
@@ -68,12 +68,15 @@
 mkdir -p %{buildroot}/srv/xsp2
 mkdir -p %{buildroot}/var/adm/fillup-templates
 mkdir -p %{buildroot}/var/run/xsp2
+mkdir -p %{buildroot}/usr/lib/tmpfiles.d/
 install -m 644 man/mono-asp-apps.1 %{buildroot}%{_mandir}/man1/mono-asp-apps.1
 install -m 644 packaging/opensuse/sysconfig.xsp2 
%{buildroot}/var/adm/fillup-templates 
 install -m 644 packaging/opensuse/xsp2.fw %{buildroot}/%{_fwdefdir}/xsp2
 install -m 644 packaging/opensuse/xsp2.logrotate 
%{buildroot}/etc/logrotate.d/xsp2
 install -m 755 packaging/opensuse/xsp2.init %{buildroot}/etc/init.d/xsp2
 install -m 755 tools/mono-asp-apps/mono-asp-apps 
%{buildroot}%{_bindir}/mono-asp-apps
+install -m 755 %{SOURCE1} %{buildroot}/usr/lib/tmpfiles.d/
+%fdupes %{buildroot}
 %endif
 
 %clean
@@ -83,6 +86,7 @@
 
 %post
 %{fillup_and_insserv -n xsp2 xsp2}
+install -d -m 0711 --owner=wwwrun --group=www /var/run/xsp2
 
 %preun
 %stop_on_removal xsp2
@@ -121,7 +125,8 @@
 %config /etc/logrotate.d/xsp2
 /var/adm/fillup-templates/*
 %attr(0711,wwwrun,www) /srv/xsp2
-%attr(0711,wwwrun,www) /var/run/xsp2
+%ghost %attr(0711,wwwrun,www) /var/run/xsp2
+/usr/lib/tmpfiles.d/
 %{_sysconfdir}/%{name}
 %endif
 %doc NEWS README

++ xsp.conf ++
# xsp needs a directory in /var/run
d /var/run/xsp2 0711 wwwrun www





Remember to have fun...

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



commit xsp for openSUSE:Factory

2011-05-20 Thread h_root

Hello community,

here is the log from the commit of package xsp for openSUSE:Factory
checked in at Fri May 20 15:09:40 CEST 2011.




--- xsp/xsp.changes 2011-02-22 18:28:11.0 +0100
+++ /mounts/work_src_done/STABLE/xsp/xsp.changes2011-04-27 
23:40:20.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 27 21:39:56 UTC 2011 - ajorgen...@novell.com
+
+- Update to 2.10.2
+  * http://www.go-mono.com/archive/2.10.2
+
+---

calling whatdependson for head-i586


Old:

  xsp-2.10.tar.bz2

New:

  xsp-2.10.2.tar.bz2



Other differences:
--
++ xsp.spec ++
--- /var/tmp/diff_new_pack.LEgYed/_old  2011-05-20 15:09:20.0 +0200
+++ /var/tmp/diff_new_pack.LEgYed/_new  2011-05-20 15:09:20.0 +0200
@@ -20,10 +20,10 @@
 
 Name:   xsp
 Url:http://go-mono.com/
-License:MIT
+License:X11/MIT
 Group:  Productivity/Networking/Web/Servers
 AutoReqProv:on
-Version:2.10
+Version:2.10.2
 Release:1
 Summary:Small Web Server Hosting ASP.NET
 Source: %{name}-%{version}.tar.bz2

++ xsp-2.10.tar.bz2 - xsp-2.10.2.tar.bz2 ++
 8068 lines of diff (skipped)






Remember to have fun...

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