I have made the following changes intended for : CE:Apps / twimgo Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below.
https://build.pub.meego.com//request/show/4042 Thank You, Marko Saukko [This message was auto-generated] --- Request # 4042: Messages from BOSS: State: review at 2012-01-10T20:07:02 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sage:branches:CE:Apps / twimgo -> CE:Apps / twimgo changes files: -------------- --- com.substanceofcode.twimgo.changes +++ com.substanceofcode.twimgo.changes @@ -0,0 +1,3 @@ +* Tue Jan 10 2012 Marko Saukko <[email protected]> - 3.1.0 +- Fixes NEMO#42: Updated twimgo to version 3.1.0 + old: ---- com.substanceofcode.twimgo-2.8.4.tar.gz new: ---- twimgo-3.1.0-desktop-file-version.patch twimgo-3.1.0.tar.bz2 spec files: ----------- --- com.substanceofcode.twimgo.spec +++ com.substanceofcode.twimgo.spec @@ -7,13 +7,14 @@ Name: com.substanceofcode.twimgo Summary: Twitter client -Version: 2.8.4 -Release: 2 +Version: 3.1.0 +Release: 1 Group: Applications/Internet -License: TBD +License: LGPLv3 URL: http://www.substanceofcode.com/ -Source0: %{name}-%{version}.tar.gz +Source0: twimgo-%{version}.tar.bz2 Source100: com.substanceofcode.twimgo.yaml +Patch0: twimgo-3.1.0-desktop-file-version.patch BuildRequires: pkgconfig(QtCore) >= 4.7.0 BuildRequires: pkgconfig(QtGui) BuildRequires: pkgconfig(QtWebKit) @@ -27,8 +28,10 @@ %prep -%setup -q -n %{name}-%{version} +%setup -q -n twimgo-%{version} +# twimgo-3.1.0-desktop-file-version.patch +%patch0 -p1 # >> setup # << setup other changes: -------------- ++++++ com.substanceofcode.twimgo.yaml --- com.substanceofcode.twimgo.yaml +++ com.substanceofcode.twimgo.yaml @@ -1,12 +1,14 @@ Name: com.substanceofcode.twimgo Summary: Twitter client -Version: 2.8.4 -Release: 2 +Version: 3.1.0 +Release: 1 Group: Applications/Internet -License: TBD +License: LGPLv3 URL: http://www.substanceofcode.com/ Sources: - - "%{name}-%{version}.tar.gz" + - "twimgo-%{version}.tar.bz2" +Patches: + - twimgo-3.1.0-desktop-file-version.patch Description: Twitter client. ++++++ twimgo-3.1.0-desktop-file-version.patch (new) --- twimgo-3.1.0-desktop-file-version.patch +++ twimgo-3.1.0-desktop-file-version.patch @@ -0,0 +1,12 @@ +diff --git a/TwimGo.desktop b/TwimGo.desktop +index d9a7986..c4e693d 100755 +--- a/TwimGo.desktop ++++ b/TwimGo.desktop +@@ -1,6 +1,6 @@ + [Desktop Entry] + Encoding=UTF-8 +-Version=3.1.0 ++Version=1.0 + Type=Application + Terminal=false + Name=TwimGo ++++++ twimgo-3.1.0.tar.bz2 (new) ++++++ deleted files: --- com.substanceofcode.twimgo-2.8.4.tar.gz
