I have made the following changes intended for : CE:MW:Shared / libcontentaction
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/7141 Thank You, Islam Amer [This message was auto-generated] --- Request # 7141: Messages from BOSS: State: review at 2012-10-25T14:20:16 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: Project:MTF:MW / libcontentaction -> CE:MW:Shared / libcontentaction changes files: -------------- --- libcontentaction.changes +++ libcontentaction.changes @@ -0,0 +1,4 @@ +* Thu Oct 25 2012 Vesa Halttunen <[email protected]> - 0.1.74 +- Replace dependency to libmeegotouch with mlite and mlocale +- Update to 0.1.74 + old: ---- maemo-af-libcontentaction-0.1.73.tar.gz new: ---- libcontentaction-0.1.74.tar.bz2 spec files: ----------- --- libcontentaction.spec +++ libcontentaction.spec @@ -1,6 +1,6 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.24.1 +# Generated by: spectacle version 0.25 # Name: libcontentaction @@ -9,12 +9,12 @@ # << macros Summary: Library for associating content with actions -Version: 0.1.73 +Version: 0.1.74 Release: 1 Group: System/Desktop License: LGPLv2.1 -URL: http://maemo.gitorious.org/maemo-af/libcontentaction -Source0: maemo-af-libcontentaction-%{version}.tar.gz +URL: https://github.com/nemomobile/libcontentaction +Source0: libcontentaction-%{version}.tar.bz2 Source1: %{name}.rpmlintrc Source100: libcontentaction.yaml Patch0: 0001-Fix-python-version-for-tests.patch @@ -23,7 +23,8 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(glib-2.0) >= 2.12.0 -BuildRequires: pkgconfig(meegotouch) +BuildRequires: pkgconfig(mlite) >= 0.0.6 +BuildRequires: pkgconfig(mlocale) >= 0.1 BuildRequires: pkgconfig(QtCore) >= 4.6.0 BuildRequires: pkgconfig(QtDBus) BuildRequires: pkgconfig(QtTest) @@ -60,7 +61,7 @@ %prep -%setup -q -n maemo-af-%{name} +%setup -q -n %{name} # 0001-Fix-python-version-for-tests.patch %patch0 -p1 other changes: -------------- ++++++ libcontentaction-0.1.74.tar.bz2 (new) ++++++ libcontentaction.yaml --- libcontentaction.yaml +++ libcontentaction.yaml @@ -1,12 +1,12 @@ Name: libcontentaction Summary: Library for associating content with actions -Version: 0.1.73 +Version: 0.1.74 Release: 1 Group: System/Desktop License: LGPLv2.1 -URL: http://maemo.gitorious.org/maemo-af/libcontentaction +URL: https://github.com/nemomobile/libcontentaction Sources: - - "maemo-af-libcontentaction-%{version}.tar.gz" + - "libcontentaction-%{version}.tar.bz2" - "%{name}.rpmlintrc" Patches: - 0001-Fix-python-version-for-tests.patch @@ -16,7 +16,8 @@ libcontentaction is a library for associating content with actions. PkgConfigBR: - glib-2.0 >= 2.12.0 - - meegotouch + - mlite >= 0.0.6 + - mlocale >= 0.1 - QtCore >= 4.6.0 - QtDBus - QtTest ++++++ deleted files: --- maemo-af-libcontentaction-0.1.73.tar.gz
