forked from pool/pidgin-otr
Accepting request 123663 from GNOME:Apps
Push G:A OBS-URL: https://build.opensuse.org/request/show/123663 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-otr?expand=0&rev=13
This commit is contained in:
parent
17e51dcb7b
commit
9fa88e2b27
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11501e6c23236383a9eb904c11a3de382574b4a98dcba1d2332c65bfce8fdeb0
|
||||
size 326980
|
3
pidgin-otr-3.2.1.tar.gz
Normal file
3
pidgin-otr-3.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce17e9769e3853076d80645adafaa866e7d7188f988d28a9793afc32c85cb979
|
||||
size 409238
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 30 17:15:05 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Remove unnecessary autoreconf call (there are no patches atm)
|
||||
- Drop no longer needed libtool BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 19 18:53:08 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.2.1:
|
||||
+ Fix a format string vulnerability (CVE-2012-2369).
|
||||
+ Set the umask to 0077 before creating the otr.* files in the
|
||||
purple directory so that they end up mode 0600.
|
||||
+ Use /dev/urandom to generate keys instead of /dev/random.
|
||||
+ Make the fingerprints in the manual authentication dialog
|
||||
selectable.
|
||||
+ Don't delete the OTR menus if a non-foreground conversation
|
||||
window is closed.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 27 06:46:48 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pidgin-otr
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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,18 +15,20 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: pidgin-otr
|
||||
BuildRequires: gtk2-devel intltool libotr-devel libtool pidgin-devel update-desktop-files
|
||||
Version: 3.2.0
|
||||
Release: 1
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libotr-devel
|
||||
BuildRequires: pidgin-devel
|
||||
BuildRequires: update-desktop-files
|
||||
Version: 3.2.1
|
||||
Release: 0
|
||||
Url: http://www.cypherpunks.ca/otr/
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
License: GPL-2.0+
|
||||
Summary: "Off The Record" end-to-end encryption plugin for gaim
|
||||
Source: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.bz2
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Source: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: gaim-otr = %{version}
|
||||
Obsoletes: gaim-otr <= 3.0.0
|
||||
@ -66,19 +68,14 @@ Authors:
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
autoreconf -fi
|
||||
%configure --with-pic --disable-static
|
||||
%{__make} %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__make} DESTDIR=$RPM_BUILD_ROOT install
|
||||
%{__rm} $RPM_BUILD_ROOT%{_libdir}/pidgin/*.la
|
||||
%find_lang pidgin-otr
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f pidgin-otr.lang
|
||||
%defattr (-, root, root)
|
||||
%doc COPYING README AUTHORS NEWS ChangeLog
|
||||
|
Loading…
Reference in New Issue
Block a user