Accepting request 590336 from GNOME:Factory

- Make version in the injected .pc file a variable, which is
  dynamically updated to %{version} (boo#880273). (forwarded request 588464 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/590336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/log4net?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2018-03-26 11:03:38 +00:00 committed by Git OBS Bridge
parent 6b15ed4442
commit ed374fdd0f
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 19 09:21:53 UTC 2018 - dimstar@opensuse.org
- Make version in the injected .pc file a variable, which is
dynamically updated to %{version} (boo#880273).
-------------------------------------------------------------------
Wed Feb 28 16:37:03 UTC 2018 - dimstar@opensuse.org

View File

@ -4,5 +4,5 @@ libdir=${exec_prefix}/lib
Name: log4net
Description: log4net - .Net logging framework
Version: 1.2.9
Version: @VERSION@
Libs: -r:${libdir}/mono/log4net/log4net.dll

View File

@ -41,6 +41,7 @@ framework to the .NET runtime
%prep
%setup -q -c
sed -i "s|@VERSION@|%{version}|" %{SOURCE2}
#=============================================================================
%build