Accepting request 298287 from KDE:Extra

- Deprecate realver as it is not used now again

- Update to 0.12.0 final
  * Remote password change
  * Core connection improvements
  * Build system improvements
  * PostgreSQL connection improvements
  * Improve Qt5 support
  * Translation updates

OBS-URL: https://build.opensuse.org/request/show/298287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quassel?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2015-04-21 23:19:36 +00:00 committed by Git OBS Bridge
commit 6053dea604
4 changed files with 22 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be2a982a2725dbebb5c4f908787b5173febcd2a7511f0a54ab6cf1a742a1464a
size 3640851

3
quassel-0.12.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1429929c3fdea860131e13c4e185f747e86cddb99d6e714940c1f8100020e127
size 3682159

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
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
- Update to 0.12.0 final
* Remote password change
* Core connection improvements
* Build system improvements
* PostgreSQL connection improvements
* Improve Qt5 support
* Translation updates
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 29 09:49:36 UTC 2015 - tchvatal@suse.com Sun Mar 29 09:49:36 UTC 2015 - tchvatal@suse.com

View File

@ -16,15 +16,14 @@
# #
%define realver 0.12-rc1
Name: quassel Name: quassel
Version: 0.12~rc1 Version: 0.12.0
Release: 0 Release: 0
Summary: Modern, cross-platform, distributed IRC client 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')