- Version bump to 0.12.0:
* Final release * Few small fixes around above the rc/beta OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=27
This commit is contained in:
parent
9b6a943284
commit
a24c3c72c1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 21 09:21:13 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Deprecate realver as it is not used now again
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 20 15:16:00 UTC 2015 - tittiatcoke@gmail.com
|
Mon Apr 20 15:16:00 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define realver 0.12.0
|
|
||||||
Name: quassel
|
Name: quassel
|
||||||
Version: 0.12.0
|
Version: 0.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -24,7 +23,7 @@ Summary: Modern, cross-platform, distributed IRC client
|
|||||||
License: GPL-2.0 or GPL-3.0
|
License: GPL-2.0 or GPL-3.0
|
||||||
Group: Productivity/Networking/IRC
|
Group: Productivity/Networking/IRC
|
||||||
Url: http://quassel-irc.org/
|
Url: http://quassel-irc.org/
|
||||||
Source: http://%{name}-irc.org/pub/%{name}-%{realver}.tar.bz2
|
Source: http://%{name}-irc.org/pub/%{name}-%{version}.tar.bz2
|
||||||
Source1: service.%{name}core
|
Source1: service.%{name}core
|
||||||
Source2: sysconfig.%{name}core
|
Source2: sysconfig.%{name}core
|
||||||
Source3: logrotate.%{name}core
|
Source3: logrotate.%{name}core
|
||||||
@ -154,7 +153,7 @@ available.
|
|||||||
This contains common parts shared by %{name} and %{name}-client
|
This contains common parts shared by %{name} and %{name}-client
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{realver}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
FAKE_BUILDDATE=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
|
FAKE_BUILDDATE=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user