Skip to content

Commit

Permalink
Changelog updates to 0.9.7.47
Browse files Browse the repository at this point in the history
  • Loading branch information
marguerite committed Mar 20, 2012
1 parent c861445 commit 2ce1d23
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 28 deletions.
43 changes: 30 additions & 13 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,20 +1,37 @@
The Latest Stable Version is 0.9.7.45
The Latest Development Version is 0.9.7.46
The Latest Stable Version is 0.9.7.47
The Latest Development Version is 0.9.7.48

Version 0.9.7.47
* New login page

Version 0.9.7.46
*
*
*
* GTK/QT can be built in a single build through cmake.
* Fixed image uploader for gtk/qt.
* Fixed Qt text hover bubble effect.
* Fixed marguerite's email address.
* Fixed Qt desktop categories.
* Fixed UnicodeEncode error.
* Fixed DM recipient changed to undefined when clicking Reply or Reply All.
* Fixed hotkey for retweet.
* Some Windows fix.
* Refactored twitter api, oauth and network code to prepare for multi-signin.
* Quote tweet calculate remaining chars correctly now.
* zh_CN translation update.
* Added specfile examples for downstream packgers.
* DM box now show recipient.
* Added more keyboard shortcuts.
* Updated keyboard help.
* License updated to LGPL-3.0
* New Polish Translation.
* Auto Sign-in.
* Two new options
one for anonymous statistic, another for delete tweet from timeline, or just mark it deleted.

Version 0.9.7.45
* Now KDE/GTK can be built at the same time.
* Translation update. New Polish Translation.
* Add more keyboard shortcuts.
* DM box now show recipient.
* Quote tweet calculate remaining chars correctly now.
* Documentation & Help update
* Auto Sign in.
* Universal image uploader for gir(gtk) and Chrome edition.
* Fix image uploading failure in gtk/gir edtion
* Universal image uploader for gtk/chrome edition.
extension imguploader is officially dropped.
* Hotkey support for gir edition.

Version 0.9.7.44
* Improve accuracy of Speech Input for Chrome edition.
Expand Down
44 changes: 36 additions & 8 deletions spec/hotot.changes
Original file line number Diff line number Diff line change
@@ -1,15 +1,41 @@
-------------------------------------------------------------------
Tue Mar 20 13:54:01 UTC 2012 - [email protected]

- Updated version 0.9.7.47
* New login page

- Previous version changelog
* Version 0.9.7.46
* GTK/QT can be built in a single build through cmake.
* Fixed image uploader for gtk/qt.
* Fixed Qt text hover bubble effect.
* Fixed marguerite's email address.
* Fixed Qt desktop categories.
* Fixed UnicodeEncode error.
* Fixed DM recipient changed to undefined when clicking Reply or Reply All.
* Fixed hotkey for retweet.
* Some Windows fix.
* Refactored twitter api, oauth and network code to prepare for multi-signin.
* Quote tweet calculate remaining chars correctly now.
* zh_CN translation update.
* Added specfile examples for downstream packgers.
* DM box now show recipient.
* Added more keyboard shortcuts.
* Updated keyboard help.
* License updated to LGPL-3.0
* New Polish Translation.
* Auto Sign-in.
* Two new options
one for anonymous statistic, another for delete tweet from timeline, or just mark it deleted.

-------------------------------------------------------------------
Mon Mar 12 15:46:56 UTC 2012 - [email protected]

- Updated version 0.9.7.45
* Now KDE/GTK can be built at the same time.
* Translation update. New Polish Translation.
* Add more keyboard shortcuts.
* DM box now show recipient.
* Quote tweet calculate remaining chars correctly now.
* Documentation & Help update
* Auto Sign in.
* Universal image uploader for gir(gtk) and Chrome edition.
* Fix image uploading failure in gtk/gir edtion
* Universal image uploader for gtk/chrome edition.
extension imguploader is officially dropped.
* Hotkey support for gir edition.
- Previous version changelog
* Version 0.9.7.44
* Improve accuracy of Speech Input for Chrome edition.
Expand All @@ -36,6 +62,8 @@ Mon Mar 12 15:46:56 UTC 2012 - [email protected]
* Socket proxy support.
- No upstream changelog or release note available.
* Use git commit log aggregated by packger instead.
- Fixed python-bytecode-inconsistent-mtime rpmlint warning.
Thanks to Lazy Kent <[email protected]>, http://is.gd/E1GNg5

-------------------------------------------------------------------
Tue Jan 24 05:32:34 UTC 2012 - [email protected]
Expand Down
19 changes: 12 additions & 7 deletions spec/hotot.spec.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,41 @@
# norootforbuild

Name: hotot
Version: 0.9.7.45
Version: 0.9.7.47
Release: 1
Summary: A lightweight, flexible microblogging client
Group: Productivity/Networking/Instant Messenger
License: LGPL-3.0
Url: https://hotot.org
Source: %{name}-%{version}.tar.bz2
BuildRequires: cmake gcc-c++ intltool
%if 0%{?suse_version}
%py_requires
%endif

# KDE Versions
%if 0%{?suse_version}
BuildRequires: libqt4-devel libQtWebKit-devel libkde4-devel
BuildRequires: update-desktop-files fdupes
%else
BuildRequires: qt-devel qt-webkit-devel kdelibs-devel
BuildRequires: qt-devel qt-webkit-devel kdelibs-devel sane-backends-libs
%endif

# GTK/GIR Versions
%if %{?suse_version}
%if %{?suse_version} <= 1140
BuildRequires: python-devel python-keybinder
BuildRequires: python-keybinder
BuildRequires: libwebkitgtk-devel gtk2-devel python-gtk-devel python-webkitgtk-devel
%else
BuildRequires: libwebkitgtk3-devel gtk3-devel
BuildRequires: python-gobject-devel python-devel
BuildRequires: python-gobject-devel
%endif
%else
%if %{?fedora_version} >= 15
BuildRequires: webkitgtk3-devel gtk3-devel pygobject2-devel python-devel
%else
BuildRequires: python-devel python-keybinder
BuildRequires: pygtk2-devel gtk2-devel pywebkitgtk webkitgtk-devel
BuildRequires: python-keybinder
BuildRequires: pygtk2-devel gtk2-devel pywebkitgtk webkitgtk-devel python-devel
%endif
%endif

Expand Down Expand Up @@ -211,7 +214,9 @@ cd ..
%suse_update_desktop_file %{name}-qt Network InstantMessaging

# Fix python-bytecode-inconsistent-mtime
python -m compileall %{buildroot}
pushd %{buildroot}%{python_sitearch}/%{name}/
%py_compile .
popd

%fdupes %{buildroot}
%endif
Expand Down

0 comments on commit 2ce1d23

Please sign in to comment.