d8a97dd
# global pre_release rc1
4633768
38cd3fe
Name:           clementine
d8a97dd
Version:        1.3.1
f7cae80
Release:        8%{?dist}
38cd3fe
Summary:        A music player and library organizer
38cd3fe
38cd3fe
Group:          Applications/Multimedia
38cd3fe
License:        GPLv3+ and GPLv2+
Orion Poplawski 77e9ba7
URL:            https://www.clementine-player.org/
Orion Poplawski 77e9ba7
Source0:        https://github.com/clementine-player/Clementine/archive/%{version}/%{name}-%{version}.tar.gz
4633768
23801c9
Patch1:         clementine-sqlite-fts3-tokinizers-support.patch
5febc86
Patch4:         clementine-udisks-headers.patch
809ca50
Rex Dieter dab0941
# fix compiler flag handling in gst/moodbar, upstreamable --rex
Rex Dieter dab0941
Patch6:         clementine-moodbar_flags.patch
Rex Dieter 854a3d9
1568f70
# https://github.com/clementine-player/Clementine/pull/5630
1568f70
Patch7:         clementine-functional-header.patch
23801c9
38cd3fe
BuildRequires:  boost-devel
38cd3fe
BuildRequires:  cmake
4633768
BuildRequires:  cryptopp-devel
38cd3fe
BuildRequires:  desktop-file-utils
471d256
BuildRequires:  fftw-devel
38cd3fe
BuildRequires:  gettext
Rex Dieter a9376fc
BuildConflicts: gmock-devel >= 1.6
Rex Dieter a9376fc
%if 0%{?fedora} && 0%{?fedora} < 20
30587e9
BuildRequires:  gmock-devel
Rex Dieter a9376fc
%endif
4633768
BuildRequires:  gstreamer1-devel
4633768
BuildRequires:  gstreamer1-plugins-base-devel
38cd3fe
BuildRequires:  gtest-devel
16ee54f
BuildRequires:  libcdio-devel
16ee54f
BuildRequires:  libchromaprint-devel
3f75974
BuildRequires:  libechonest-devel
a5bb413
%ifnarch s390 s390x
fcd2ff4
BuildRequires:  libgpod-devel
fcd2ff4
BuildRequires:  libimobiledevice-devel
a5bb413
%endif
38cd3fe
BuildRequires:  liblastfm-devel
63bb484
BuildRequires:  libmtp-devel
63bb484
BuildRequires:  libmygpo-qt-devel
38cd3fe
BuildRequires:  libnotify-devel
63bb484
BuildRequires:  libplist-devel
38cd3fe
BuildRequires:  libprojectM-devel >= 2.0.1-7
38cd3fe
BuildRequires:  libqxt-devel
Rex Dieter 854a3d9
BuildRequires:  libxml2-devel
16ee54f
BuildRequires:  protobuf-devel
Rex Dieter dab0941
BuildRequires:  pkgconfig(qca2)
38cd3fe
BuildRequires:  qt4-devel
16ee54f
BuildRequires:  qjson-devel
38cd3fe
BuildRequires:  qtiocompressor-devel
fcd2ff4
BuildRequires:  qtsinglecoreapplication-devel
38cd3fe
BuildRequires:  qtsingleapplication-devel >= 2.6.1-2
16ee54f
BuildRequires:  sha2-devel
471d256
BuildRequires:  sparsehash-devel
38cd3fe
BuildRequires:  sqlite-devel
Rex Dieter 93a20e1
BuildRequires:  taglib-devel >= 1.8
63e5834
BuildRequires:  udisks-devel
Rex Dieter 854a3d9
# %%check
Rex Dieter 854a3d9
BuildRequires:  dbus-x11
5ae4ea0
BuildRequires:  xorg-x11-server-Xvfb
5ae4ea0
BuildRequires:  xorg-x11-xauth
30587e9
4633768
Requires:       gstreamer1-plugins-good
38cd3fe
Requires:       hicolor-icon-theme
39b2561
Requires:       qca-ossl%{?_isa}
38cd3fe
38cd3fe
%description
47a76eb
Clementine is a multi-platform music player. It is inspired by Amarok 1.4,
30587e9
focusing on a fast and easy-to-use interface for searching and playing your
30587e9
music.
38cd3fe
38cd3fe
%prep
Orion Poplawski 77e9ba7
%setup -qn Clementine-%{version}
4633768
23801c9
%patch1 -p1 -b .sqlite-fts3-tokinizers-support
5febc86
%patch4 -p1 -b .udisks-headers
Rex Dieter dab0941
%patch6 -p1 -b .moodbar_flags
1568f70
%patch7 -p1 -b .functional-header
fcd2ff4
Rex Dieter 854a3d9
# Remove most 3rdparty libraries
4633768
mv 3rdparty/{gmock,qocoa,qsqlite,sha2,libmygpo-qt,vreen}/ .
fcd2ff4
rm -fr 3rdparty/*
4633768
mv {gmock,qocoa,qsqlite,sha2,libmygpo-qt,vreen}/ 3rdparty/
38cd3fe
30587e9
# Can't run all the unit tests
30587e9
#   songloader requires internet connection
Rex Dieter 854a3d9
for test in songloader; do
30587e9
    sed -i -e "/${test}_test/d" tests/CMakeLists.txt
30587e9
done
38cd3fe
Rex Dieter 854a3d9
38cd3fe
%build
38cd3fe
mkdir -p %{_target_platform}
38cd3fe
pushd %{_target_platform}
Rex Dieter 854a3d9
%{cmake} \
Rex Dieter 854a3d9
  -DBUILD_WERROR:BOOL=OFF \
Rex Dieter 854a3d9
  -DCMAKE_BUILD_TYPE:STRING=Release \
Rex Dieter 854a3d9
  -DUSE_SYSTEM_QTSINGLEAPPLICATION=1 \
Rex Dieter 854a3d9
  -DUSE_SYSTEM_PROJECTM=1 \
Rex Dieter 854a3d9
  -DUSE_SYSTEM_QXT=1 \
Rex Dieter 854a3d9
  ..
38cd3fe
popd
38cd3fe
Rex Dieter 3fac02a
make %{?_smp_mflags} -C %{_target_platform}
Rex Dieter 3fac02a
Rex Dieter 854a3d9
38cd3fe
%install
38cd3fe
make install DESTDIR=%{buildroot} -C %{_target_platform}
38cd3fe
38cd3fe
38cd3fe
%check
Rex Dieter 854a3d9
desktop-file-validate %{buildroot}%{_datadir}/applications/clementine.desktop
30587e9
pushd %{_target_platform}
Rex Dieter 854a3d9
# Run a fake X session since some tests check for X, tests still fail sometimes
Rex Dieter 854a3d9
xvfb-run -a dbus-launch --exit-with-session make test ||:
30587e9
popd
16ee54f
38cd3fe
38cd3fe
%post
38cd3fe
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
38cd3fe
38cd3fe
%postun
38cd3fe
if [ $1 -eq 0 ] ; then
Rex Dieter 854a3d9
  touch --no-create %{_datadir}/icons/hicolor &>/dev/null
Rex Dieter 854a3d9
  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter 854a3d9
  update-desktop-database &> /dev/null || :
38cd3fe
fi
38cd3fe
38cd3fe
%posttrans
38cd3fe
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Rex Dieter 854a3d9
update-desktop-database &> /dev/null || :
38cd3fe
38cd3fe
%files
Orion Poplawski 77e9ba7
%license COPYING
Orion Poplawski 77e9ba7
%doc Changelog
38cd3fe
%{_bindir}/clementine
471d256
%{_bindir}/clementine-tagreader
4633768
%{_datadir}/appdata/clementine.appdata.xml
38cd3fe
%{_datadir}/applications/clementine.desktop
4633768
%{_datadir}/icons/hicolor/*/apps/clementine.*
471d256
%{_datadir}/kde4/services/clementine-feed.protocol
471d256
%{_datadir}/kde4/services/clementine-itms.protocol
471d256
%{_datadir}/kde4/services/clementine-itpc.protocol
471d256
%{_datadir}/kde4/services/clementine-zune.protocol
38cd3fe
38cd3fe
%changelog
1568f70
* Fri Feb 17 2017 Jonathan Wakely <jwakely@redhat.com> - 1.3.1-8
1568f70
- Add patch to fix build with GCC 7
1568f70
f7cae80
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-8
f7cae80
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f7cae80
b65afe6
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.3.1-7
b65afe6
- Rebuilt for Boost 1.63
b65afe6
3d35e83
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.3.1-6
3d35e83
- Rebuilt for Boost 1.63
3d35e83
Orion Poplawski 67778ad
* Mon Jan 23 2017 Orion Poplawski <orion@cora.nwra.com> - 1.3.1-5
Orion Poplawski 67778ad
- Rebuild for protobuf 3.2.0
Orion Poplawski 67778ad
Orion Poplawski 2d4ceb1
* Sat Nov 19 2016 Orion Poplawski <orion@cora.nwra.com> - 1.3.1-4
Orion Poplawski 77e9ba7
- Fix URL, Source URL
Orion Poplawski 77e9ba7
- Use %%license
Orion Poplawski 77e9ba7
Orion Poplawski 77e9ba7
* Sat Nov 19 2016 Orion Poplawski <orion@cora.nwra.com> - 1.3.1-4
Orion Poplawski 2d4ceb1
- Rebuild for protobuf 3.1.0
Orion Poplawski 2d4ceb1
0063612
* Mon Nov 14 2016 Adrian Reber <adrian@lisas.de> 1.3.1-3
0063612
- rebuild (libcdio)
0063612
23801c9
* Tue May 31 2016 Jan Grulich <jgrulich@redhat.com> - 1.3.1-2
23801c9
- Enable fts3 tokinizers at runtime
23801c9
  Resolves: bz#1323540
23801c9
d8a97dd
* Wed Apr 20 2016 Jan Grulich <jgrulich@redhat.com> - 1.3.1-1
d8a97dd
- Update to 1.3.1
d8a97dd
21b4eea
* Mon Mar 21 2016 Jan Grulich <jgrulich@redhat.com> - 1.3.0-0.4.rc1
21b4eea
- Rebuild for libprojectM
21b4eea
e54676a
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-0.3.rc1
e54676a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e54676a
be3ce6f
* Thu Jan 14 2016 Jonathan Wakely <jwakely@redhat.com> - 1.3.0-0.2.rc1
be3ce6f
- Rebuilt for Boost 1.60
be3ce6f
4633768
* Thu Jan 07 2016 Jan Grulich <jgrulich@redhat.com> - 1.3.0-0.1rc1
4633768
- Update to 1.3.0rc1
4633768
9a8fccd
* Tue Dec 01 2015 Jan Grulich <jgrulich@redhat.com> - 1.2.3-14
9a8fccd
- Requires: gstreamer-plugins-good
9a8fccd
5519b74
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 1.2.3-13
5519b74
- Rebuilt for Boost 1.59
5519b74
2da003d
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-12
2da003d
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
2da003d
24e5960
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 1.2.3-11
24e5960
- rebuild for Boost 1.58
24e5960
63bb484
* Wed Jul 15 2015 Jan Grulich <jgrulich@redhat.com> - 1.2.3-10
63bb484
- Rebuild (qtsingleapplication, qtsinglecoreapplication)
63bb484
b3480e6
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-9
b3480e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b3480e6
Rex Dieter dab0941
* Mon May 04 2015 Rex Dieter <rdieter@fedoraproject.org> 1.2.3-8
Rex Dieter dab0941
- fix gst/moodbar compiler flags, simplify qca2 build dep
Rex Dieter dab0941
b28898d
* Wed Apr 29 2015 Kalev Lember <kalevlember@gmail.com> - 1.2.3-7
b28898d
- Rebuilt for protobuf soname bump
b28898d
4a4ce93
* Mon Apr 27 2015 Jan Grulich <jgrulich@redhat.com> - 1.2.3-6
4a4ce93
- Rebuild for protobuf 2.6.1
4a4ce93
Petr Machata 6a8a0e3
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 1.2.3-5
Petr Machata 6a8a0e3
- Rebuild for boost 1.57.0
Petr Machata 6a8a0e3
Rex Dieter 47e172b
* Tue Nov 18 2014 Rex Dieter <rdieter@fedoraproject.org> 1.2.3-4
Rex Dieter 47e172b
- rebuild (libechonest)
Rex Dieter 47e172b
8404513
* Wed Nov 12 2014 Adrian Reber <adrian@lisas.de> 1.2.3-3
8404513
- rebuild (libcdio)
8404513
Rex Dieter b248490
* Wed Nov 05 2014 Rex Dieter <rdieter@fedoraproject.org> 1.2.3-2
Rex Dieter b248490
- rebuild (libechonest)
Rex Dieter b248490
06da879
* Mon Sep 22 2014 Jan Grulich <jgrulich@redhat.com> - 1.2.3-1
06da879
- 1.2.3
06da879
d5db178
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-5
d5db178
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d5db178
63e5834
* Mon Jun 09 2014 Jan Grulich <jgrulich@redhat.com> - 1.2.1-4
5febc86
- Do not generate namespace headers for udisks
63e5834
c295af1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
c295af1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c295af1
Petr Machata 3a48e87
* Thu May 22 2014 Petr Machata <pmachata@redhat.com> - 1.2.1-2
Petr Machata 3a48e87
- Rebuild for boost 1.55.0
Petr Machata 3a48e87
Rex Dieter 854a3d9
* Fri Jan 03 2014 Rex Dieter <rdieter@fedoraproject.org> 1.2.1-1
Rex Dieter 854a3d9
- 1.2.1
Rex Dieter 854a3d9
fd7012a
* Tue Dec 17 2013 Adrian Reber <adrian@lisas.de> 1.1.1-10
fd7012a
- rebuild (libcdio)
fd7012a
Rex Dieter 08de9e1
* Wed Sep 04 2013 Rex Dieter <rdieter@fedoraproject.org> 1.1.1-9
Rex Dieter 08de9e1
- fix .desktop categories (+Audio)
Rex Dieter 58497ff
- clementine - excessive debug output (#1001595)
Rex Dieter 186bf8e
- drop Requires: libtaginfo (not needed or used afaict)
Rex Dieter b9d201d
- drop Requires: libprojectM, qtsingleapplication
Rex Dieter a9376fc
- allow bundled gmock(1.5), not compat with 1.6 (yet)
Rex Dieter 3fac02a
- restore parallel builds
Rex Dieter 08de9e1
63cb499
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-8
63cb499
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
63cb499
Petr Machata 9aeeba3
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 1.1.1-7
Petr Machata 9aeeba3
- Rebuild for boost 1.54.0
Petr Machata 9aeeba3
Rex Dieter 93a20e1
* Tue Jun 11 2013 Rex Dieter <rdieter@fedoraproject.org> 1.1.1-6
Rex Dieter 93a20e1
- BR: taglib-devel >= 1.8
Rex Dieter 93a20e1
cfb0ce4
* Wed May 29 2013 Luis Bazan <lbazan@fedoraproject.org> 1.1.1-5
cfb0ce4
- rebuild (libtaginfo)
cfb0ce4
Rex Dieter 588767e
* Wed May 22 2013 Rex Dieter <rdieter@fedoraproject.org> 1.1.1-4
Rex Dieter 588767e
- rebuild (libechonest)
Rex Dieter 588767e
8f29a1c
* Tue Apr 23 2013 Tom Callaway <spot@fedoraproject.org> - 1.1.1-3
8f29a1c
- fix compile against new libimobiledevice
8f29a1c
68d3439
* Wed Mar 20 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.1-2
68d3439
- Rebuild for new libimobiledevice
68d3439
471d256
* Sun Feb 24 2013 Orion Poplawski <orion@cora.nwra.com> - 1.1.1-1
471d256
- Update to 1.1.1
471d256
- Rebase desktop patch
471d256
- Drop system-sha2, fresh-start, fix-albumcoverfetch-crash, imobiledevice, and
471d256
  liblastfm1-compatibility patches fixed upstream
471d256
- Add mygpo patch to use system mygpo-qt library
471d256
- Use bundled qocoa library for now
471d256
- Add BR on fftw-devel and sparsehash-devel
471d256
- Drop BR on notification-daemon, not used and being dropped from Fedora
471d256
7977894
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-16
7977894
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7977894
Rex Dieter 755be22
* Sun Jan 13 2013 Rex Dieter <rdieter@fedoraproject.org> 1.0.1-15
Rex Dieter 755be22
- -DBUILD_WERROR=OFF
Rex Dieter 755be22
ac62011
* Mon Jan 07 2013 Adrian Reber <adrian@lisas.de> 1.0.1-14
ac62011
- rebuild (libcdio)
ac62011
Rex Dieter 375347d
* Sat Nov 24 2012 Rex Dieter <rdieter@fedoraproject.org> 1.0.1-13
Rex Dieter 375347d
- rebuild (qjson)
Rex Dieter 375347d
bf00fc4
* Sat Jul 28 2012 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.0.1-12
bf00fc4
- Rebuild on F-18 against new boost
bf00fc4
8b3acb4
* Thu Jul 26 2012 Rex Dieter <rdieter@fedoraproject.org> 1.0.1-11
8b3acb4
- rebuild (libechonest)
8b3acb4
622fea3
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-10
622fea3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
622fea3
09d8431
* Sun Jul 08 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.1-9
09d8431
- Disable plasmarunner plugin as it was unstable. Upstream removed it from trunk
09d8431
a5555e7
* Tue Jul 03 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.1-8
a5555e7
- liblastfm1 compatibility fix
a5555e7
75178f9
* Tue Jul 03 2012 Rex Dieter <rdieter@fedoraproject.org> 1.0.1-7
75178f9
- rebuild (liblastfm)
75178f9
39b2561
* Tue Jun 05 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.1-6
39b2561
- Add Requires: qca-ossl RHBZ#826723
39b2561
39b2561
* Sat Apr 21 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.1-5
dd2bf45
- Rebuild for new libimobiledevice and usbmuxd one more time on F-18
dd2bf45
d7fb3cc
* Thu Apr 12 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.1-4
d7fb3cc
- Rebuild for new libimobiledevice and usbmuxd
d7fb3cc
1a7a29d
* Sun Feb 26 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.1-3
1a7a29d
- Fix a possible crash when an album cover search times out RHBZ#797451
1a7a29d
06da879
* Tue Feb 07 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.1-2
0570c18
- Re-add the fresh start patch. Looks like it didn't make it to 1.0.1
0570c18
- Include plasma addon only in F-17+
0570c18
16ee54f
* Thu Feb 02 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.1-1
16ee54f
- New upstream release RHBZ#772175
16ee54f
3b96bc6
* Thu Jan 12 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.7.1-6
3b96bc6
- Fix startup on a fresh install RHBZ#773547
3b96bc6
- Some specfile clean-ups
3b96bc6
ed2a3b6
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-5
ed2a3b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ed2a3b6
16ee54f
* Tue Jan 10 2012 Rex Dieter <rdieter@fedoraproject.org> 0.7.1-4.1
16ee54f
- rebuild (libechonest)
16ee54f
1e900f7
* Tue Nov 29 2011 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.7.1-4
1e900f7
- Lastfm login fix RHBZ#757280
1e900f7
- Patches for building against newer glibmm24 and glib2
1e900f7
d530293
* Mon Oct 10 2011 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.7.1-3
d530293
- Rebuild for libechonest soname bump.
d530293
e50f92c
* Sat Jun 11 2011 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.7.1-2
e50f92c
- Rebuild due to libmtp soname bump. Was this announced?
e50f92c
47a76eb
* Thu Mar 31 2011 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.7.1-1
47a76eb
- New upstream release
47a76eb
- Drop upstreamed patch
47a76eb
466163b
* Thu Mar 31 2011 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.7-2
466163b
- gcc-4.6 fix
466163b
30587e9
* Wed Mar 30 2011 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.7-1
30587e9
- New upstream version
30587e9
- Drop all upstreamed patches
30587e9
dc78d8b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-3
dc78d8b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
dc78d8b
c0ab174
* Mon Dec 27 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.6-2
c0ab174
- Rebuilt against new libimobiledevice on F-15
c0ab174
3f75974
* Thu Dec 23 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.6-1
3f75974
- New upstream version
3f75974
a5bb413
* Thu Oct 14 2010 Dan HorĂ¡k <dan[at]danny.cz> - 0.5.3-2
a5bb413
- Update BRs for s390(x)
a5bb413
9bfeed7
* Wed Sep 29 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5.3-1
9bfeed7
- New upstream version
9bfeed7
fcd2ff4
* Sun Sep 26 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5.2-1
fcd2ff4
- New upstream version
fcd2ff4
fcd2ff4
* Wed Sep 22 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5.1-1
fcd2ff4
- New upstream version
fcd2ff4
- Drop all upstreamed patches
fcd2ff4
14b0c6b
* Sun Aug 08 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.4.2-9
14b0c6b
- Only create the OpenGL graphics context when you first open the visualisations
14b0c6b
  window. Fixes RHBZ#621913
14b0c6b
0fee003
* Fri Aug 06 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.4.2-8
0fee003
- Enforce Fedora compilation flags
0fee003
f682485
* Thu Aug 05 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.4.2-7
f682485
- Fix crash on lastfm tree RHBZ#618474
f682485
86e34ba
* Tue Jul 27 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.4.2-6
86e34ba
- Rebuild against new boost on F-14
86e34ba
38cd3fe
* Fri Jul 23 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.4.2-5
38cd3fe
- Add missing scriptlets
38cd3fe
38cd3fe
* Wed Jul 21 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.4.2-4
38cd3fe
- Use: make VERBOSE=1
38cd3fe
- License is GPLv3+ and GPLv2+
38cd3fe
- Put BRs in alphabetical order
38cd3fe
- Remove redundant BRs: glew-devel, xine-lib-devel, and
38cd3fe
  the extra libprojectM-devel
38cd3fe
- Add R: hicolor-icon-theme
38cd3fe
38cd3fe
* Sun Jul 18 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.4.2-3
38cd3fe
- Better qxt split patch
38cd3fe
38cd3fe
* Sat Jul 17 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.4.2-2
38cd3fe
- Fix font paths issue, which caused a segfault on visualizations
38cd3fe
38cd3fe
* Sat Jul 17 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.4.2-1
38cd3fe
- Version 0.4.2
38cd3fe
38cd3fe
* Fri May 07 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.3-1
38cd3fe
- Version 0.3
38cd3fe
38cd3fe
* Sat Apr 17 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.2-2
38cd3fe
- Patch out the external libraries
38cd3fe
- Build the libclementine_lib into the final executable
38cd3fe
38cd3fe
* Sat Mar 27 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.2-1
38cd3fe
- Fedorized the upstream specfile
38cd3fe
38cd3fe
* Mon Mar 22 2010 David Sansome <me@davidsansome.com> - 0.2
38cd3fe
- Version 0.2
38cd3fe
38cd3fe
* Sun Feb 21 2010 David Sansome <me@davidsansome.com> - 0.1-5
38cd3fe
- Various last-minute bugfixes
38cd3fe
38cd3fe
* Sun Jan 17 2010 David Sansome <me@davidsansome.com> - 0.1-1
38cd3fe
- Initial package