commit log4net for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package log4net for openSUSE:Factory checked 
in at 2018-03-26 13:03:38

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


Package is "log4net"

Mon Mar 26 13:03:38 2018 rev:19 rq:590336 version:1.2.10

Changes:

--- /work/SRC/openSUSE:Factory/log4net/log4net.changes  2018-03-09 
10:40:29.023886460 +0100
+++ /work/SRC/openSUSE:Factory/.log4net.new/log4net.changes 2018-03-26 
13:03:48.639733926 +0200
@@ -1,0 +2,6 @@
+Mon Mar 19 09:21:53 UTC 2018 - dims...@opensuse.org
+
+- Make version in the injected .pc file a variable, which is
+  dynamically updated to %{version} (boo#880273).
+
+---



Other differences:
--
++ log4net.spec ++
--- /var/tmp/diff_new_pack.xutoPA/_old  2018-03-26 13:03:50.375671532 +0200
+++ /var/tmp/diff_new_pack.xutoPA/_new  2018-03-26 13:03:50.379671387 +0200
@@ -41,6 +41,7 @@
 
 %prep
 %setup -q -c
+sed -i "s|@VERSION@|%{version}|" %{SOURCE2}
 #=
 
 %build



++ log4net.pc ++
--- /var/tmp/diff_new_pack.xutoPA/_old  2018-03-26 13:03:50.459668512 +0200
+++ /var/tmp/diff_new_pack.xutoPA/_new  2018-03-26 13:03:50.471668081 +0200
@@ -4,5 +4,5 @@
 
 Name: log4net
 Description: log4net - .Net logging framework
-Version: 1.2.9
+Version: @VERSION@
 Libs: -r:${libdir}/mono/log4net/log4net.dll




commit log4net for openSUSE:Factory

2018-03-09 Thread root
Hello community,

here is the log from the commit of package log4net for openSUSE:Factory checked 
in at 2018-03-09 10:40:25

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


Package is "log4net"

Fri Mar  9 10:40:25 2018 rev:18 rq:582853 version:1.2.10

Changes:

--- /work/SRC/openSUSE:Factory/log4net/log4net.changes  2013-03-25 
20:40:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.log4net.new/log4net.changes 2018-03-09 
10:40:29.023886460 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:37:03 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ log4net.spec ++
--- /var/tmp/diff_new_pack.iLRNeI/_old  2018-03-09 10:40:30.327839503 +0100
+++ /var/tmp/diff_new_pack.iLRNeI/_new  2018-03-09 10:40:30.331839360 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package log4net
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -14,30 +14,23 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
 Name:   log4net
-BuildRequires:  mono-basic
-BuildRequires:  mono-data-sqlite
-BuildRequires:  mono-devel
-BuildRequires:  unzip
-BuildRequires:  update-desktop-files
-Url:http://logging.apache.org/log4net/
-%define prefix /usr
-%define sysconfdir /etc
-#Requires:   mono-core >= 1.1.7.7
-#Requires:   mono-data >= 1.1.7.7
-#Requires:   mono-web >= 1.1.7.7
 Version:1.2.10
 Release:0
 Summary:A .NET framework for logging
 License:Apache-2.0
 Group:  System/Libraries
+URL:http://logging.apache.org/log4net/
 Source: incubating-log4net-1.2.10.zip
 Source1:log4net.key
 Source2:log4net.pc
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  mono-basic
+BuildRequires:  mono-data-sqlite
+BuildRequires:  mono-devel
+BuildRequires:  unzip
+BuildRequires:  update-desktop-files
 BuildArch:  noarch
 #=
 
@@ -46,33 +39,15 @@
 variety of output targets. log4net is a port of the excellent log4j
 framework to the .NET runtime
 
-
-
-Authors:
-
-Nicko Cadell
-Niall Daley
-Gert Driesen
-Ron Grabowski
-Julian Biddle
-Daniel Cazzulino
-Aspi Havewala
-Rick Hobbs
-Lance Nehring
-Angelika Schnagl
-Edward Smit
-Douglas de la Torre
-Thomas Voss
-
 %prep
-%setup -c -n %{name}-%{version}
+%setup -q -c
 #=
 
 %build
 export LC_CTYPE=en_US.UTF-8
 cd log4net-%{version}
 mcs -out:../log4net.dll \
-   -keyfile:%{S:1} \
+   -keyfile:%{SOURCE1} \
/target:library \
/r:System.dll \
/r:System.Data.dll \
@@ -283,20 +258,15 @@
 #=
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/%{prefix}/share/pkgconfig
-cp %{S:2} $RPM_BUILD_ROOT/%{prefix}/share/pkgconfig
-gacutil -package log4net -gacdir /usr/lib -root ${RPM_BUILD_ROOT}/usr/lib -i 
log4net.dll > /dev/null
-#=
-
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}/%{_datadir}/pkgconfig
+cp %{SOURCE2} %{buildroot}/%{_datadir}/pkgconfig
+gacutil -package log4net -gacdir %{_prefix}/lib -root 
%{buildroot}%{_prefix}/lib -i log4net.dll > /dev/null
 #=
 
 %files
 %defattr(755,root,root)
-%{prefix}/share/pkgconfig/log4net.pc
-%{prefix}/lib/mono/gac
-%{prefix}/lib/mono/log4net
+%{_datadir}/pkgconfig/log4net.pc
+%{_prefix}/lib/mono/gac
+%{_prefix}/lib/mono/log4net
 
 %changelog






commit log4net for openSUSE:Factory

2013-03-25 Thread h_root
Hello community,

here is the log from the commit of package log4net for openSUSE:Factory checked 
in at 2013-03-25 20:38:21

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


Package is log4net, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/log4net/log4net.changes  2011-09-23 
02:11:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.log4net.new/log4net.changes 2013-03-25 
20:40:47.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  1 12:45:58 UTC 2013 - dims...@opensuse.org
+
+- Spec-cleanup using format_spec_file service.
+
+---



Other differences:
--
++ log4net.spec ++
--- /var/tmp/diff_new_pack.ponVWY/_old  2013-03-25 20:40:50.0 +0100
+++ /var/tmp/diff_new_pack.ponVWY/_new  2013-03-25 20:40:50.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package log4net (Version 1.2.10)
+# spec file for package log4net
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -14,25 +14,26 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
 # icecream 0
 
 
 Name:   log4net
-BuildRequires:  mono-basic mono-data-sqlite mono-devel unzip 
update-desktop-files
+BuildRequires:  mono-basic
+BuildRequires:  mono-data-sqlite
+BuildRequires:  mono-devel
+BuildRequires:  unzip
+BuildRequires:  update-desktop-files
 Url:http://logging.apache.org/log4net/
 %define prefix /usr
 %define sysconfdir /etc
-License:Apache-2.0
-Group:  System/Libraries
-AutoReqProv:on
 #Requires:   mono-core = 1.1.7.7
 #Requires:   mono-data = 1.1.7.7
 #Requires:   mono-web = 1.1.7.7
 Version:1.2.10
-Release:53
+Release:0
 Summary:A .NET framework for logging
+License:Apache-2.0
+Group:  System/Libraries
 Source: incubating-log4net-1.2.10.zip
 Source1:log4net.key
 Source2:log4net.pc



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



commit log4net for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

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

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


Package is log4net, Maintainer is gnome-maintain...@suse.de

Changes:




Other differences:
--
++ log4net.spec ++
--- /var/tmp/diff_new_pack.rlutNp/_old  2011-12-06 18:48:47.0 +0100
+++ /var/tmp/diff_new_pack.rlutNp/_new  2011-12-06 18:48:47.0 +0100
@@ -24,7 +24,7 @@
 Url:http://logging.apache.org/log4net/
 %define prefix /usr
 %define sysconfdir /etc
-License:The Apache Software License
+License:Apache-2.0
 Group:  System/Libraries
 AutoReqProv:on
 #Requires:   mono-core = 1.1.7.7



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