Pascal Bleser 2010-03-17 08:28:53 +00:00 committed by Git OBS Bridge
parent 878cdf27f0
commit b4b26b4996
4 changed files with 186 additions and 106 deletions

View File

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

3
bitlbee-1.2.5.tar.bz2 Normal file
View File

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

181
bitlbee.changes Normal file
View File

@ -0,0 +1,181 @@
-------------------------------------------------------------------
Wed Mar 17 08:11:12 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.2.5:
* support was improved for non-away status messages
* support was improved for Facebook chat XMPP servers
* fixes were made for many bugs
* other small feature enhancements were done
-------------------------------------------------------------------
Mon Oct 19 00:00:00 UTC 2009 - pascal.bleser@opensuse.org
- update to 1.2.4:
* Yahoo! support was fixed
* various stability and usability improvements were made
- moved from Packman to openSUSE Build Service
-------------------------------------------------------------------
Sun Sep 7 00:00:00 UTC 2008 - guru@unixtech.be
- update to 1.2.3:
* fixes another account hijacking issue
-------------------------------------------------------------------
Thu Aug 28 00:00:00 UTC 2008 - guru@unixtech.be
- update to 1.2.2:
* SECURITY: fixes an account hijacking issue
* various other stability improvements
-------------------------------------------------------------------
Wed Jun 25 00:00:00 UTC 2008 - guru@unixtech.be
- new upstream version:
* many bugfixes
* stability was improved
* the single-process daemon mode is now officially declared stable
-------------------------------------------------------------------
Tue Mar 25 00:00:00 UTC 2008 - guru@unixtech.be
- fixed RPM Group
-------------------------------------------------------------------
Tue Mar 18 00:00:00 UTC 2008 - guru@unixtech.be
- new upstream version
-------------------------------------------------------------------
Sat Dec 8 00:00:00 UTC 2007 - guru@unixtech.be
- moved to Packman
-------------------------------------------------------------------
Mon Aug 20 00:00:00 UTC 2007 - guru@unixtech.be
- new upstream version
-------------------------------------------------------------------
Sun Jun 25 00:00:00 UTC 2006 - guru@unixtech.be
- new upstream version
-------------------------------------------------------------------
Thu Apr 27 00:00:00 UTC 2006 - guru@unixtech.be
- removed Packager and Distribution, injected by rpmmacros
- use makeinstall instead of make install
- added missing build dependency for libgcrypt-devel
- added binary stripping for SUSE < 9.3
- moved configure to build section
-------------------------------------------------------------------
Sat Apr 1 00:00:00 UTC 2006 - guru@unixtech.be
- new upstream version
-------------------------------------------------------------------
Mon Jan 16 00:00:00 UTC 2006 - guru@unixtech.be
- new upstream version
-------------------------------------------------------------------
Mon Dec 5 00:00:00 UTC 2005 - guru@unixtech.be
- revamped spec file header section (y2pmbuild-ready)
- new upstream version
-------------------------------------------------------------------
Mon Nov 7 00:00:00 UTC 2005 - guru@unixtech.be
- fixed wrong requires for useradd and groupadd
-------------------------------------------------------------------
Sat Nov 5 00:00:00 UTC 2005 - guru@unixtech.be
- explicitely turn off stripping
- turn off flood protection
- added creating user and group "bitlbee"
- changed xinetd user from nobody to bitlbee
- fixed ownership of /var/lib/bitlbee to bitlbee:bitlbee
-------------------------------------------------------------------
Fri Nov 4 00:00:00 UTC 2005 - guru@unixtech.be
- added --ipv6=1
- new upstream version
-------------------------------------------------------------------
Wed Nov 2 00:00:00 UTC 2005 - guru@unixtech.be
- added upstream patch
-------------------------------------------------------------------
Tue Nov 1 00:00:00 UTC 2005 - guru@unixtech.be
- added debuginfo support
- new upstream version
-------------------------------------------------------------------
Mon Feb 28 00:00:00 UTC 2005 - guru@unixtech.be
- version 0.92
-------------------------------------------------------------------
Sun Sep 26 00:00:00 UTC 2004 - guru@unixtech.be
- version 0.91
-------------------------------------------------------------------
Tue Jun 29 00:00:00 UTC 2004 - guru@unixtech.be
- fixes to Yahoo protocol
- version 0.90a
-------------------------------------------------------------------
Sun May 30 00:00:00 UTC 2004 - guru@unixtech.be
- version 0.90
-------------------------------------------------------------------
Mon Mar 15 00:00:00 UTC 2004 - guru@unixtech.be
- removed dependency to libsoup (not the case any more)
-------------------------------------------------------------------
Sun Mar 14 00:00:00 UTC 2004 - guru@unixtech.be
- flood protection is enabled
- version 0.85
-------------------------------------------------------------------
Tue Feb 17 00:00:00 UTC 2004 - guru@unixtech.be
- first RPM

View File

@ -1,7 +1,7 @@
# norootforbuild
Name: bitlbee
Version: 1.2.4
Version: 1.2.5
Release: 0
Summary: IRC to other Chat Networks Gateway
# http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
@ -16,8 +16,7 @@ Requires: xinetd
BuildRequires: make gcc glibc-devel pkgconfig gnutls-devel libgcrypt-devel
BuildRequires: zlib-devel xmlto glib2-devel lzo-devel glib2-devel
%if 0%{?suse_version} >= 1030
BuildRequires: licenses fdupes
Requires: licenses
BuildRequires: fdupes
%endif
PreReq: /usr/sbin/groupadd /usr/sbin/useradd
@ -84,9 +83,6 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
< "%{SOURCE1}" > "%{buildroot}%{_sysconfdir}/xinetd.d/bitlbee"
%if 0%{?suse_version} >= 1030
h=/usr/share/doc/licenses/md5/$(md5sum COPYING | cut -f1 -d" ")
[ -e "$h" ] && %__ln_s -f "$h" COPYING
%fdupes -s
%endif
@ -114,103 +110,6 @@ h=/usr/share/doc/licenses/md5/$(md5sum COPYING | cut -f1 -d" ")
%attr(0750,bitlbee,bitlbee) %dir %{_localstatedir}/lib/bitlbee
%changelog
* Mon Oct 19 2009 Pascal Bleser <pascal.bleser@opensuse.org> 1.2.4-0
- update to 1.2.4:
* Yahoo! support was fixed
* various stability and usability improvements were made
- moved from Packman to openSUSE Build Service
* Sun Sep 7 2008 Pascal Bleser <guru@unixtech.be> 1.2.3-0.pm.1
- update to 1.2.3:
* fixes another account hijacking issue
* Thu Aug 28 2008 Pascal Bleser <guru@unixtech.be> 1.2.2-0.pm.1
- update to 1.2.2:
* SECURITY: fixes an account hijacking issue
* various other stability improvements
* Wed Jun 25 2008 Pascal Bleser <guru@unixtech.be> 1.2.1-0.pm.1
- new upstream version:
* many bugfixes
* stability was improved
* the single-process daemon mode is now officially declared stable
* Tue Mar 25 2008 Pascal Bleser <guru@unixtech.be> 1.2-0.pm.2
- fixed RPM Group
* Tue Mar 18 2008 Pascal Bleser <guru@unixtech.be> 1.2-0.pm.1
- new upstream version
* Sat Dec 8 2007 Pascal Bleser <guru@unixtech.be> 1.0.4-0.pm.1
- moved to Packman
* Mon Aug 20 2007 Pascal Bleser <guru@unixtech.be> 1.0.4-1
- new upstream version
* Sun Jun 25 2006 Pascal Bleser <guru@unixtech.be> 1.0.3-1
- new upstream version
* Thu Apr 27 2006 Pascal Bleser <guru@unixtech.be> 1.0.2-2
- removed Packager and Distribution, injected by rpmmacros
- use makeinstall instead of make install
- added missing build dependency for libgcrypt-devel
- added binary stripping for SUSE < 9.3
- moved configure to build section
* Sat Apr 1 2006 Pascal Bleser <guru@unixtech.be> 1.0.2-1
- new upstream version
* Mon Jan 16 2006 Pascal Bleser <guru@unixtech.be> 1.0.1-1
- new upstream version
* Mon Dec 5 2005 Pascal Bleser <guru@unixtech.be> 1.0-1
- revamped spec file header section (y2pmbuild-ready)
- new upstream version
* Mon Nov 7 2005 Pascal Bleser <guru@unixtech.be> 0.99-3
- fixed wrong requires for useradd and groupadd
* Sat Nov 5 2005 Pascal Bleser <guru@unixtech.be> 0.99-2
- explicitely turn off stripping
- turn off flood protection
- added creating user and group "bitlbee"
- changed xinetd user from nobody to bitlbee
- fixed ownership of /var/lib/bitlbee to bitlbee:bitlbee
* Fri Nov 4 2005 Pascal Bleser <guru@unixtech.be> 0.99-1
- added --ipv6=1
- new upstream version
* Wed Nov 2 2005 Pascal Bleser <guru@unixtech.be> 0.93a-2
- added upstream patch
* Tue Nov 1 2005 Pascal Bleser <guru@unixtech.be> 0.93a-1
- added debuginfo support
- new upstream version
* Mon Feb 28 2005 Pascal Bleser <guru@unixtech.be> 0.92-1
- version 0.92
* Sun Sep 26 2004 Pascal Bleser <guru@unixtech.be> 0.91-2
- version 0.91
* Tue Jun 29 2004 Pascal Bleser <guru@unixtech.be> 0.90a-1
- fixes to Yahoo protocol
- version 0.90a
* Sun May 30 2004 Pascal Bleser <guru@unixtech.be> 0.90-1
- version 0.90
* Mon Mar 15 2004 Pascal Bleser <guru@unixtech.be> 0.85-1
- removed dependency to libsoup (not the case any more)
* Sun Mar 14 2004 Pascal Bleser <guru@unixtech.be> 0.85-1
- flood protection is enabled
- version 0.85
* Tue Feb 17 2004 Pascal Bleser <guru@unixtech.be> 0.84-1
- first RPM
# Local Variables:
# mode: rpm-spec
# tab-width: 3