Leigh Scott 72b3939
%global commit0 fe21fa8c0475b38522db2b7a68f11e95cca4ac91
Leigh Scott 72b3939
%global date 20231109
Leigh Scott 72b3939
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Leigh Scott 23c9669
%global tag %{version}
Leigh Scott 72b3939
dc3f71e
%global gtk3_version                      3.16.0
1fa70c1
%global glib2_version                     2.37.3
0fb269b
%global gtk_doc_version                   1.9
0fb269b
%global po_package                        cinnamon-desktop-3.0
0fb269b
0fb269b
Summary: Shared code among cinnamon-session, nemo, etc
0fb269b
Name:    cinnamon-desktop
Leigh Scott 23c9669
Version: 6.0.0
ed28c14
Release: 4%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
147f25e
License: GPLv2+ and LGPLv2+ and MIT
99a06f5
URL:     https://github.com/linuxmint/%{name}
Leigh Scott 72b3939
%if 0%{?tag:1}
99a06f5
Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
Leigh Scott 72b3939
%else
Leigh Scott 72b3939
Source0: %url/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
Leigh Scott 72b3939
%endif
25362dc
Source1: x-cinnamon-mimeapps.list
0fb269b
Leigh Scott 5c0131f
ExcludeArch: %{ix86}
Leigh Scott 5c0131f
835296e
Patch0:   set_font_defaults.patch
97a0121
0fb269b
Requires: redhat-menus
0fb269b
0fb269b
# Make sure to update libgnome schema when changing this
65f4374
%if 0%{?fedora}
0fb269b
Requires: system-backgrounds-gnome
3513fb4
%else
3513fb4
Requires: system-backgrounds
3513fb4
%endif
0fb269b
0fb269b
# Make sure that gnome-themes-standard gets pulled in for upgrades
0fb269b
Requires: gnome-themes-standard
0fb269b
Leigh Scott 23c9669
BuildRequires: pkgconfig(accountsservice)
6478b84
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
Leigh Scott 23c9669
BuildRequires: pkgconfig(gtk-doc) >= %{gtk_doc_version}
Leigh Scott 23c9669
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
Leigh Scott 23c9669
BuildRequires: pkgconfig(gio-2.0)
Leigh Scott 23c9669
BuildRequires: pkgconfig(glib-2.0)  >= %{glib2_version}
6478b84
BuildRequires: pkgconfig(gobject-introspection-1.0)
Leigh Scott 23c9669
BuildRequires: pkgconfig(libpulse)
Leigh Scott 72b3939
BuildRequires: pkgconfig(libsystemd)
Leigh Scott 23c9669
BuildRequires: pkgconfig(x11)
Leigh Scott 23c9669
BuildRequires: pkgconfig(xext)
6478b84
BuildRequires: pkgconfig(xkbfile)
6478b84
BuildRequires: pkgconfig(xkeyboard-config)
Leigh Scott 23c9669
BuildRequires: pkgconfig(xrandr) 
420c9d1
BuildRequires: meson
Leigh Scott 23c9669
BuildRequires: gcc
0fb269b
BuildRequires: intltool
0fb269b
BuildRequires: itstool
Leigh Scott 58b7de2
BuildRequires: python3-packaging
0fb269b
0fb269b
%description
0fb269b
The cinnamon-desktop package contains an internal library
32c9f9a
(libcinnamon-desktop) used to implement some portions of the CINNAMON
0fb269b
desktop, and also some data files and other shared components of the
0fb269b
CINNAMON user environment.
0fb269b
0fb269b
%package devel
0fb269b
Summary:  Libraries and headers for libcinnamon-desktop
0fb269b
License:  LGPLv2+
0fb269b
Requires: %{name}%{?_isa} = %{version}-%{release}
0fb269b
0fb269b
%description devel
0fb269b
Libraries and header files for the CINNAMON-internal private library
32c9f9a
libcinnamon-desktop.
0fb269b
0fb269b
%prep
Leigh Scott 72b3939
%if 0%{?tag:1}
dc3f71e
%autosetup -p1
Leigh Scott 72b3939
%else
Leigh Scott 72b3939
%autosetup -p1 -n %{name}-%{commit0}
Leigh Scott 72b3939
%endif
0fb269b
0fb269b
%build
53a1fe4
%meson -Dpnp_ids=/usr/share/hwdata/pnp.ids -Ddeprecation_warnings=false
420c9d1
%meson_build
0fb269b
0fb269b
%install
420c9d1
%meson_install
0fb269b
3583058
mkdir -p %buildroot%{_datadir}/applications/
3583058
install -m 644 %SOURCE1 %buildroot%{_datadir}/applications/x-cinnamon-mimeapps.list
0b5a8e3
0fb269b
%find_lang %{po_package} --all-name --with-gnome
0fb269b
0fb269b
420c9d1
%ldconfig_scriptlets
0fb269b
0fb269b
0fb269b
%files -f %{po_package}.lang
cd006a6
%doc AUTHORS README
d658429
%license COPYING COPYING.LIB
0fb269b
%{_datadir}/glib-2.0/schemas/org.cinnamon.*.xml
25362dc
%{_datadir}/applications/x-cinnamon-mimeapps.list
d658429
%{_libdir}/*.so.*
05c2afc
%{_libdir}/girepository-1.0/C*.typelib
0fb269b
0fb269b
%files devel
d658429
%{_libdir}/*.so
d658429
%{_libdir}/pkgconfig/*.pc
0fb269b
%{_includedir}/cinnamon-desktop/
05c2afc
%{_datadir}/gir-1.0/C*.gir
0fb269b
0fb269b
%changelog
ed28c14
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-4
ed28c14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
ed28c14
32d80f1
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-3
32d80f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
32d80f1
Leigh Scott 58b7de2
* Fri Jan 12 2024 Leigh Scott <leigh123linux@gmail.com> - 6.0.0-2
Leigh Scott 58b7de2
- AAdd buildrequires python3-packaging
Leigh Scott 58b7de2
Leigh Scott 23c9669
* Sun Nov 19 2023 Leigh Scott <leigh123linux@gmail.com> - 6.0.0-1
Leigh Scott 23c9669
- Update to 6.0.0 release
Leigh Scott 23c9669
Leigh Scott 72b3939
* Thu Nov 09 2023 Leigh Scott <leigh123linux@gmail.com> - 5.9.0-1.20231109gitfe21fa8
Leigh Scott 72b3939
- Update to git snapshot
Leigh Scott 72b3939
0b0c679
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-2
0b0c679
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
0b0c679
Leigh Scott af88857
* Fri Jun 02 2023 Leigh Scott <leigh123linux@gmail.com> - 5.8.0-1
Leigh Scott af88857
- Update to 5.8.0 release
Leigh Scott af88857
22e746d
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.1-2
22e746d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
22e746d
Leigh Scott 8c31486
* Sun Jan 08 2023 Leigh Scott <leigh123linux@gmail.com> - 5.6.1-1
Leigh Scott 8c31486
- Update to 5.6.1 release
Leigh Scott 8c31486
Leigh Scott d8d268f
* Fri Nov 18 2022 Leigh Scott <leigh123linux@gmail.com> - 5.6.0-1
Leigh Scott d8d268f
- Update to 5.6.0 release
Leigh Scott d8d268f
9a332dd
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.2-2
9a332dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
9a332dd
Leigh Scott 33f724f
* Wed Jul 20 2022 Leigh Scott <leigh123linux@gmail.com> - 5.4.2-1
Leigh Scott 33f724f
- Update to 5.4.2 release
Leigh Scott 33f724f
Leigh Scott 31a9abc
* Sun Jul 17 2022 Leigh Scott <leigh123linux@gmail.com> - 5.4.1-1
Leigh Scott 31a9abc
- Update to 5.4.1 release
Leigh Scott 31a9abc
Leigh Scott 7fa18ca
* Tue Jul 12 2022 Leigh Scott <leigh123linux@gmail.com> - 5.4.0-2
Leigh Scott 7fa18ca
- Fix testsound positions in cinnamon-settings
Leigh Scott 7fa18ca
Leigh Scott 37c9c59
* Fri Jun 10 2022 Leigh Scott <leigh123linux@gmail.com> - 5.4.0-1
Leigh Scott 37c9c59
- Update to 5.4.0 release
Leigh Scott 37c9c59
Leigh Scott f2275ce
* Sat May 28 2022 Leigh Scott <leigh123linux@gmail.com> - 5.2.1-1
Leigh Scott f2275ce
- Update to 5.2.1 release
Leigh Scott f2275ce
3012ce6
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.0-2
3012ce6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
3012ce6
Leigh Scott 5c0131f
* Fri Nov 19 2021 Leigh Scott <leigh123linux@gmail.com> - 5.2.0-1
Leigh Scott 5c0131f
- Update to 5.2.0 release
Leigh Scott 5c0131f
c8eba42
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-2
c8eba42
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
c8eba42
Leigh Scott 1012499
* Fri May 28 2021 Leigh Scott <leigh123linux@gmail.com> - 5.0.0-1
Leigh Scott 1012499
- Update to 5.0.0 release
Leigh Scott 1012499
e365d01
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.1-2
e365d01
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e365d01
Leigh Scott 50fce7b
* Tue Dec  8 2020 Leigh Scott <leigh123linux@gmail.com> - 4.8.1-1
Leigh Scott 50fce7b
- Update to 4.8.1 release
Leigh Scott 50fce7b
Leigh Scott b53cf0d
* Wed Nov 25 2020 Leigh Scott <leigh123linux@gmail.com> - 4.8.0-1
Leigh Scott b53cf0d
- Update to 4.8.0 release
Leigh Scott b53cf0d
Leigh Scott 32922a0
* Tue Aug 11 2020 Leigh Scott <leigh123linux@gmail.com> - 4.6.4-1
Leigh Scott 32922a0
- Update to 4.6.4 release
Leigh Scott 32922a0
cb0b563
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.3-2
cb0b563
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
cb0b563
Leigh Scott 75a246b
* Tue Jul 14 2020 Leigh Scott <leigh123linux@gmail.com> - 4.6.3-1
Leigh Scott 75a246b
- Update to 4.6.3 release
Leigh Scott 75a246b
Leigh Scott 94e2e55
* Thu Jul 02 2020 Leigh Scott <leigh123linux@gmail.com> - 4.6.2-2
Leigh Scott 94e2e55
- Add patch to monitor issue
Leigh Scott 94e2e55
Leigh Scott 56c0353
* Sun Jun 21 2020 Leigh Scott <leigh123linux@gmail.com> - 4.6.2-1
Leigh Scott 56c0353
- Update to 4.6.2 release
Leigh Scott 56c0353
Leigh Scott 0986515
* Sat Jun 06 2020 Leigh Scott <leigh123linux@gmail.com> - 4.6.1-1
Leigh Scott 0986515
- Update to 4.6.1 release
Leigh Scott 0986515
Leigh Scott 47b4ae2
* Tue May 12 2020 Leigh Scott <leigh123linux@gmail.com> - 4.6.0-1
Leigh Scott 0986515
- Update to 4.6.0 release
Leigh Scott 47b4ae2
61089b1
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.1-2
61089b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
61089b1
6788af7
* Thu Dec 12 2019 Leigh Scott <leigh123linux@googlemail.com> - 4.4.1-1
6788af7
- Update to 4.4.1 release
6788af7
803f7d7
* Sat Nov 16 2019 Leigh Scott <leigh123linux@googlemail.com> - 4.4.0-1
803f7d7
- Update to 4.4.0 release
803f7d7
bb1334b
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-2
bb1334b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
bb1334b
99a06f5
* Fri Jun 14 2019 Leigh Scott <leigh123linux@googlemail.com> - 4.2.0-1
99a06f5
- Update to 4.2.0 release
99a06f5
082199c
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-2
082199c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
082199c
6b1ca7b
* Mon Nov 12 2018 Leigh Scott <leigh123linux@googlemail.com> - 4.0.1-1
6b1ca7b
- Update to 4.0.1 release
6b1ca7b
5b45537
* Tue Oct 30 2018 Leigh Scott <leigh123linux@googlemail.com> - 4.0.0-1
5b45537
- Update to 4.0.0 release
5b45537
3583058
* Sun Oct 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.1-3
3583058
- Drop EPEL/RHEL support
3583058
4586501
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.1-2
4586501
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4586501
b54ce8f
* Sun May 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.1-1
b54ce8f
- Update to 3.8.1 release
b54ce8f
dc3f71e
* Mon Apr 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.8.0-1
dc3f71e
- Update to 3.8.0 release
dc3f71e
97a0121
* Wed Feb 21 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.3-0.5.20180218git119a96b
97a0121
- Update to git snapshot
97a0121
e797f6c
* Thu Feb 15 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.3-0.4.20180214git90547df
e797f6c
- Update to git snapshot
e797f6c
81cec8a
* Sat Feb 10 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.3-0.3.20180209git90bf499
81cec8a
- Fix missing schema
81cec8a
856f317
* Fri Feb 09 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.3-0.2.20180209git90bf499
856f317
- Update to git snapshot
856f317
420c9d1
* Thu Feb 08 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.6.3-0.1.20180208gited3d24c
420c9d1
- Update to git snapshot
420c9d1
b51faed
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.2-4
b51faed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b51faed
1c37b5d
* Mon Nov 13 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.6.2-3
1c37b5d
- update to 3.6.2 release
1c37b5d
3530d3b
* Sat Oct 28 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.6.0-2
3530d3b
- Update mimeapps list
3530d3b
cdc6fac
* Mon Oct 23 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.6.0-1
cdc6fac
- update to 3.6.0 release
cdc6fac
6883f08
* Wed Aug 30 2017 Björn Esser <besser82@fedoraproject.org> - 3.4.2-5
6883f08
- Fix invocation of `/sbin/ldconfig`
6883f08
ebf8a8f
* Wed Aug 30 2017 Björn Esser <besser82@fedoraproject.org> - 3.4.2-4
ebf8a8f
- Adjustments for EPEL7
ebf8a8f
30c42f4
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.2-3
30c42f4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
30c42f4
447d9b2
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.2-2
447d9b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
447d9b2
700c01d
* Wed Jun 21 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.2-1
700c01d
- update to 3.4.2 release
700c01d
2da518a
* Tue May 23 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.1-1
2da518a
- update to 3.4.1 release
2da518a
d680f80
* Wed May 03 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.0-1
d680f80
- update to 3.4.0 release
d680f80
3f3f65f
* Tue May 02 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.0-0.2.20170421git75d297a
3f3f65f
- remove requires xorg-x11-drv-libinput
3f3f65f
32c9f9a
* Fri Apr 21 2017 Leigh Scott <leigh123linux@googlemail.com> - 3.4.0-0.1.20170421git75d297a
32c9f9a
- update to git snapshot
32c9f9a
d9c85f8
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.4-2
d9c85f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d9c85f8
f358915
* Wed Dec 14 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.4-1
f358915
- update to 3.2.4 release
f358915
e8b1589
* Sat Dec 10 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.2-1
e8b1589
- update to 3.2.2 release
e8b1589
de5b701
* Wed Nov 23 2016 Dan Horák <dan[at]danny.cz> - 3.2.1-2
de5b701
- no libinput driver on s390(x)
de5b701
6d12922
* Wed Nov 23 2016 leigh scott <leigh123linux@googlemail.com> - 3.2.1-1
6d12922
- update to 3.2.1 release
6d12922
273605b
* Thu Nov 10 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.2.0-3
273605b
- switch to xorg-x11-drv-libinput
273605b
- remove requires xorg-x11-drv-synaptics
273605b
- add requires xorg-x11-drv-libinput
273605b
36312d4
* Tue Nov 08 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.2.0-2
36312d4
- patch PAM file for selinux
36312d4
d658429
* Mon Nov 07 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.2.0-1
d658429
- update to 3.2.0 release
d658429
Peter Hutterer cfd3041
* Tue Sep 06 2016 Peter Hutterer <peter.hutterer@redhat.com> 3.0.2-2
Peter Hutterer cfd3041
- Move the synaptics override to /etc/ (related #1338585)
Peter Hutterer cfd3041
11ad551
* Sat May 21 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.2-1
11ad551
- update to 3.0.2 release
11ad551
8daaa29
* Tue May 17 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.1-2
8daaa29
- add setting for gtk overlay scrollbars
8daaa29
9a3f551
* Mon May 16 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.1-1
9a3f551
- update to 3.0.1 release
9a3f551
940dadf
* Sun May 01 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.0-2
940dadf
- remove account service background as it's ubuntu only
940dadf
6b87c42
* Sat Apr 23 2016 Leigh Scott <leigh123linux@googlemail.com> - 3.0.0-1
6b87c42
- update to 3.0.0 release
6b87c42
6f03696
* Wed Mar 09 2016 Leigh Scott <leigh123linux@googlemail.com> - 2.8.1-1
6f03696
- update to 2.8.1 release
6f03696
e38febb
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0-3
e38febb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e38febb
7025ac7
* Mon Nov 09 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.0-2
7025ac7
- rebuilt
7025ac7
a7dbd2e
* Fri Oct 16 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.8.0-1
a7dbd2e
- update to 2.8.0 release
a7dbd2e
7ef2f12
* Thu Sep 10 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.5-5
7ef2f12
- fix warning message when background is xml file
7ef2f12
a676e5b
* Mon Jul 13 2015 Dan Horák <dan[at]danny.cz> - 2.6.5-4
a676e5b
- no synaptic driver on s390(x)
a676e5b
9b8c117
* Fri Jul 03 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.5-3
9b8c117
- block known buggy images (bz 1212827)
9b8c117
788af83
* Thu Jul 02 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.5-2
788af83
- add requires xorg-x11-drv-synaptics
788af83
5926337
* Sun Jun 28 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.5-1
5926337
- update to 2.6.5 release
5926337
bb6d6df
* Fri Jun 26 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.4-6
bb6d6df
- move synaptics conf to posttrans
bb6d6df
7d70194
* Fri Jun 26 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.4-5
7d70194
- ghost the synaptics conf file
7d70194
25362dc
* Thu Jun 18 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.4-4
25362dc
- rename the mimeapps.list
25362dc
ff46052
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.4-3
ff46052
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ff46052
cd006a6
* Mon Jun 01 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.4-2
cd006a6
- use new license macro
cd006a6
990efde
* Mon Jun 01 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.4-1
990efde
- update to 2.6.4 release
990efde
8e25351
* Thu May 28 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.3-2
8e25351
- Fix synaptics issue
8e25351
23d3362
* Mon May 25 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.3-1
23d3362
- update to 2.6.3 release
23d3362
841da3e
* Thu May 21 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.2-1
841da3e
- update to 2.6.2 release
841da3e
3ab8afe
* Thu May 21 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.1-2
3ab8afe
- add upstream patch to fix USERNAME issue
3ab8afe
b36924b
* Thu May 21 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.1-1
b36924b
- update to 2.6.1 release
b36924b
6b4470f
* Wed May 20 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.0-1
6b4470f
- update to 2.6.0 release
6b4470f
a300e0b
* Wed May 06 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.5.1-0.2.gitfcbafe3
a300e0b
- update to git snapshot
a300e0b
75ae926
* Tue May 05 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.5.1-0.1.gitdb43144
75ae926
- update to git snapshot
75ae926
0b5a8e3
* Fri Apr 24 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.2-2
0b5a8e3
- add cinnamon-mimeapps.list for F22
0b5a8e3
835296e
* Sun Nov 23 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.2-1
835296e
- update to 2.4.2
835296e
68de718
* Wed Nov 19 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.1-3
68de718
- set default screensaver fonts
68de718
aa0876b
* Wed Nov 12 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.1-2
aa0876b
- patch cinnamon-desktop-migrate-mediakeys
aa0876b
6f8e5b8
* Sat Nov 08 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.1-1
6f8e5b8
- update to 2.4.1
6f8e5b8
95250ba
* Fri Oct 31 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-1
95250ba
- update to 2.4.0
95250ba
e743170
* Fri Oct 10 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-0.2.git5194ced
e743170
- update to latest git
e743170
f55a745
* Tue Sep 30 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-0.1.gitf4ee205
f55a745
- update to latest git
f55a745
05003da
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.3-4
05003da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
05003da
fa9e2b0
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.2.3-3
fa9e2b0
- Rebuilt for gobject-introspection 1.41.4
fa9e2b0
8f9822e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.3-2
8f9822e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8f9822e
cc096c4
* Tue May 20 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.3-1
cc096c4
- update to 2.2.3
cc096c4
87571b1
* Sun May 11 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.2-1
87571b1
- update to 2.2.2
87571b1
8b7f19e
* Sat May 03 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.1-1
8b7f19e
- update to 2.2.1
8b7f19e
1f13585
* Sat Apr 12 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.0-1
1f13585
- update to 2.2.0
1f13585
ffa5eb3
* Mon Dec 02 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.4-1
ffa5eb3
- update to 2.0.4
ffa5eb3
4efb96b
* Sun Nov 03 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.3-1
4efb96b
- update to 2.0.3
4efb96b
0a1aa81
* Thu Oct 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.2-1
0a1aa81
- update to 2.0.2
0a1aa81
dae47b6
* Wed Oct 09 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.1-1
dae47b6
- update to 2.0.1
dae47b6
89b4e4b
* Wed Oct 02 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.0-1
89b4e4b
- update to 2.0.0
89b4e4b
12b6a7c
* Mon Sep 30 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.1-1
12b6a7c
- update to 1.9.1
12b6a7c
6d6ce74
* Wed Sep 18 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.4.git37ca83b
6d6ce74
- update to latest git
6d6ce74
0fb269b
* Sun Aug 25 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.3.git22ab5c0
0fb269b
- update to latest git
0fb269b
- change to linuxmint source
0fb269b
0fb269b
* Sat Aug 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.2.gita631087
0fb269b
- update to latest git
0fb269b
0fb269b
* Sat Aug 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-0.1.gitbf41f5f
0fb269b
- initial build
0fb269b
0fb269b