diff --git a/bitlbee-1.2.8.tar.bz2 b/bitlbee-1.2.8.tar.bz2 deleted file mode 100644 index f896233..0000000 --- a/bitlbee-1.2.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69f09c82467241d5fca62b6a1fa59163af32196207779e5bfe76365174746deb -size 384577 diff --git a/bitlbee-3.0.tar.bz2 b/bitlbee-3.0.tar.bz2 new file mode 100644 index 0000000..56ecea8 --- /dev/null +++ b/bitlbee-3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e1ef20ca0288145f1d3b9f4dfa8c8f97294e5cbbd5b4af8fab50169685720d +size 499413 diff --git a/bitlbee.changes b/bitlbee.changes index 9db225d..d15d0b4 100644 --- a/bitlbee.changes +++ b/bitlbee.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Oct 22 13:50:48 UTC 2010 - pascal.bleser@opensuse.org + +- update to 3.0: + * major rewrite of the IRC core + * support was added for contact groups and multiple configurable channels + * major update of the MSN Messenger code + * some Twitter additions were made + * OTR encryption support was added + * many many more changes and fixes were done + +- changes from 1.3dev: + * complete rewrite of the IRC core, allowing the user to create multiple control channels, each with a different set of users + * the ability to use libpurple as the IM backend (which adds support for many more IM protocols) + * support for file transfers + ------------------------------------------------------------------- Sun Jul 4 19:20:02 UTC 2010 - pascal.bleser@opensuse.org diff --git a/bitlbee.spec b/bitlbee.spec index 54f7973..07627a8 100644 --- a/bitlbee.spec +++ b/bitlbee.spec @@ -1,19 +1,20 @@ # norootforbuild +# vim: set ts=4 sw=4 et: Name: bitlbee -Version: 1.2.8 +Version: 3.0 Release: 0 Summary: IRC to other Chat Networks Gateway # http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz Source: bitlbee-%{version}.tar.bz2 Source1: %{name}.xinetd-suse.in -Patch1: bitlbee-fix_oscar_buffer_overflow.patch URL: http://www.bitlbee.org/ -Group: Productivity/Network/IRC +Group: Productivity/Networking/IRC License: GNU General Public License version 2 (GPL v2) BuildRoot: %{_tmppath}/build-%{name}-%{version} Requires: xinetd BuildRequires: make gcc glibc-devel pkgconfig gnutls-devel libgcrypt-devel +BuildRequires: libotr-devel BuildRequires: zlib-devel glib2-devel lzo-devel glib2-devel %if 0%{?suse_version} >= 1010 BuildRequires: xmlto @@ -43,7 +44,6 @@ enabled flood protection. %prep %setup -q -%patch1 # make it verbose! find . -name Makefile -exec %__sed -i.orig 's|@$(CC)|$(CC)|;s|@$(LD)|$(LD)|' {} \; @@ -66,6 +66,8 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \ --pidfile="%{_localstatedir}/run/%{name}.pid" \ --config="%{_localstatedir}/lib/%{name}" \ --ipcsocket="%{_localstatedir}/run/%{name}.sock" \ + --purple=0 \ + --otr=1 \ --msn=1 \ --jabber=1 \ --twitter=1 \ @@ -106,7 +108,7 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \ -d "%{_localstatedir}/run/bitlbee" bitlbee &>/dev/null || : %clean -%__rm -rf "%{buildroot}" +%{?buildroot:%__rm -rf "%{buildroot}"} %files %defattr(-,root,root) @@ -124,8 +126,3 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \ %doc %{_mandir}/man8/bitlbee.8%{ext_man} %attr(0750,bitlbee,bitlbee) %dir %{_localstatedir}/lib/bitlbee -%changelog -# Local Variables: -# mode: rpm-spec -# tab-width: 3 -# End: