Blame SPECS/cheese.spec

21cc89
Name:           cheese
21cc89
Epoch:          2
21cc89
Version:        3.28.0
21cc89
Release:        1%{?dist}
21cc89
Summary:        Application for taking pictures and movies from a webcam
21cc89
21cc89
License:        GPLv2+
21cc89
URL:            https://wiki.gnome.org/Apps/Cheese
21cc89
Source0:        https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
21cc89
21cc89
BuildRequires:  chrpath
21cc89
BuildRequires:  desktop-file-utils
21cc89
BuildRequires:  docbook-dtds
21cc89
BuildRequires:  docbook-style-xsl
21cc89
BuildRequires:  gettext
21cc89
BuildRequires:  intltool
21cc89
BuildRequires:  itstool
21cc89
BuildRequires:  libXtst-devel
21cc89
BuildRequires:  vala
21cc89
BuildRequires:  pkgconfig(clutter-1.0)
21cc89
BuildRequires:  pkgconfig(clutter-gst-3.0)
21cc89
BuildRequires:  pkgconfig(clutter-gtk-1.0)
21cc89
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
21cc89
BuildRequires:  pkgconfig(gio-2.0)
21cc89
BuildRequires:  pkgconfig(glib-2.0)
21cc89
BuildRequires:  pkgconfig(gnome-desktop-3.0) >= 3.27.90
21cc89
BuildRequires:  pkgconfig(gobject-introspection-1.0)
21cc89
BuildRequires:  pkgconfig(gtk+-3.0)
21cc89
BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
21cc89
BuildRequires:  pkgconfig(gstreamer-plugins-bad-1.0)
21cc89
BuildRequires:  pkgconfig(libcanberra-gtk3)
21cc89
BuildRequires:  pkgconfig(x11)
21cc89
BuildRequires:  /usr/bin/appstream-util
21cc89
BuildRequires:  /usr/bin/xsltproc
21cc89
21cc89
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
21cc89
Requires: gstreamer1-plugins-good
21cc89
Requires: gstreamer1-plugins-bad-free
21cc89
Requires: gnome-video-effects
21cc89
21cc89
%description
21cc89
Cheese is a Photobooth-inspired GNOME application for taking pictures and
21cc89
videos from a webcam. It can also apply fancy graphical effects.
21cc89
21cc89
%package libs
21cc89
Summary:        Webcam display and capture widgets
21cc89
License:        GPLv2+
21cc89
# Camera service was removed upstream in 3.25.90
21cc89
Obsoletes: cheese-camera-service < 2:3.25.90
21cc89
21cc89
%description libs
21cc89
This package contains libraries needed for applications that
21cc89
want to display a webcam in their interface.
21cc89
21cc89
%package libs-devel
21cc89
Summary:        Development files for %{name}-libs
21cc89
License:        GPLv2+
21cc89
Requires:       %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
21cc89
21cc89
%description libs-devel
21cc89
This package contains the libraries and header files that are needed
21cc89
for writing applications that require a webcam display widget.
21cc89
21cc89
21cc89
%prep
21cc89
%setup -q
21cc89
21cc89
21cc89
%build
21cc89
%configure --disable-static
21cc89
make V=1 %{?_smp_mflags}
21cc89
21cc89
21cc89
%install
21cc89
%make_install
21cc89
21cc89
rm -f %{buildroot}%{_libdir}/libcheese.{a,la}
21cc89
rm -f %{buildroot}%{_libdir}/libcheese-gtk.{a,la}
21cc89
21cc89
%find_lang %{name} --with-gnome
21cc89
21cc89
chrpath --delete %{buildroot}%{_bindir}/cheese
21cc89
chrpath --delete %{buildroot}%{_libdir}/libcheese-gtk.so.*
21cc89
21cc89
21cc89
%check
21cc89
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Cheese.desktop
21cc89
21cc89
21cc89
%post
21cc89
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
21cc89
21cc89
21cc89
%postun
21cc89
if [ $1 -eq 0 ]; then
21cc89
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
21cc89
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
21cc89
fi
21cc89
21cc89
21cc89
%posttrans
21cc89
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
21cc89
21cc89
21cc89
%post libs
21cc89
/sbin/ldconfig
21cc89
if [ $1 -eq 1 ] ; then
21cc89
    glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
21cc89
fi
21cc89
21cc89
21cc89
%postun libs
21cc89
/sbin/ldconfig
21cc89
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
21cc89
21cc89
21cc89
%files
21cc89
%doc AUTHORS README
21cc89
%{_bindir}/cheese
21cc89
%{_datadir}/applications/org.gnome.Cheese.desktop
21cc89
%{_datadir}/icons/hicolor/*/apps/org.gnome.Cheese.png
21cc89
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Cheese-symbolic.svg
21cc89
%{_datadir}/appdata/org.gnome.Cheese.appdata.xml
21cc89
%{_datadir}/dbus-1/services/org.gnome.Cheese.service
21cc89
%{_mandir}/man1/cheese.1*
21cc89
21cc89
%files -f %{name}.lang libs
21cc89
%license COPYING
21cc89
%{_libdir}/libcheese.so.*
21cc89
%{_libdir}/libcheese-gtk.so.*
21cc89
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
21cc89
%{_libdir}/girepository-1.0/Cheese-3.0.typelib
21cc89
21cc89
%files libs-devel
21cc89
%{_libdir}/libcheese.so
21cc89
%{_libdir}/libcheese-gtk.so
21cc89
%{_includedir}/cheese/
21cc89
%{_datadir}/gtk-doc/
21cc89
%{_libdir}/pkgconfig/cheese.pc
21cc89
%{_libdir}/pkgconfig/cheese-gtk.pc
21cc89
%{_datadir}/gir-1.0/Cheese-3.0.gir
21cc89
21cc89
21cc89
%changelog
21cc89
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 2:3.28.0-1
21cc89
- Update to 3.28.0
21cc89
- Resolves: #1567170
21cc89
21cc89
* Thu Oct 19 2017 David King <dking@redhat.com> - 3.22.1-2
21cc89
- Fix a device argument crash (#1444760)
21cc89
21cc89
* Wed Oct 19 2016 Kalev Lember <klember@redhat.com> - 2:3.22.1-1
21cc89
- Update to 3.22.1
21cc89
- Resolves: #1386826
21cc89
21cc89
* Fri May 15 2015 Matthias Clasen <mclasen@redhat.com> 3.14.2-5
21cc89
- Tighten inter-subpackage deps to pacify rpmdiff
21cc89
Related: #1174584
21cc89
21cc89
* Wed May 13 2015 Debarshi Ray <rishi@fedoraproject.org> 3.14.2-4
21cc89
- Restore desktop file validation
21cc89
  Related: #1174584
21cc89
21cc89
* Wed May 13 2015 Debarshi Ray <rishi@fedoraproject.org> 3.14.2-3
21cc89
- Rebuild for cogl update
21cc89
- Disable desktop file validation
21cc89
  Related: #1174584
21cc89
21cc89
* Thu May 07 2015 Ray Strode <rstrode@redhat.com> 3.14.2-2
21cc89
- Rebuild for gnome-desktop update
21cc89
  Related: #1174584
21cc89
21cc89
* Mon Mar 23 2015 Richard Hughes <rhughes@redhat.com> - 2:3.14.2-1
21cc89
- Update to 3.14.2
21cc89
- Resolves: #1174584
21cc89
21cc89
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2:3.8.2-7
21cc89
- Mass rebuild 2014-01-24
21cc89
21cc89
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2:3.8.2-6
21cc89
- Mass rebuild 2013-12-27
21cc89
21cc89
* Tue Jul 16 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.8.2-5
21cc89
- Remove live image hack that causes multilib problems
21cc89
21cc89
* Thu Jun 20 2013 Hans de Goede <hdegoede@redhat.com> - 2:3.8.2-4
21cc89
- Fix misbehavior when started without a camera
21cc89
- Don't crash when the (last) camera gets unplugged
21cc89
- Automatically use a newly plugged camera when going from 0 to 1 cameras
21cc89
- Misc. other bugfixes
21cc89
21cc89
* Mon Jun 17 2013 Hans de Goede <hdegoede@redhat.com> - 2:3.8.2-3
21cc89
- Add a number of bug-fixes to deal better with high res cams (#873434)
21cc89
- Fix cheese-introduction.png being in both cheese and cheese-libs (#893756)
21cc89
- Put the COPYING file in the docs for cheese-libs (#893800)
21cc89
- Fix the flash when taking a photo being dark grey instead of white (#965813)
21cc89
- Fix needing to press the effects button twice to select effects after
21cc89
  selecting an effect for the first time
21cc89
- Various other bug-fixes
21cc89
21cc89
* Tue May 14 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.8.2-2
21cc89
- Conserve space by shrinking images
21cc89
21cc89
* Mon May 13 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.8.2-1
21cc89
- Update to 3.8.2
21cc89
21cc89
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.8.1-1
21cc89
- Update to 3.8.1
21cc89
21cc89
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.8.0-1
21cc89
- Update to 3.8.0
21cc89
21cc89
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.7.92-2
21cc89
- Rebuilt for clutter-gtk soname bump
21cc89
21cc89
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 2:3.7.92-1
21cc89
- Update to 3.7.92
21cc89
21cc89
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.7.91-1
21cc89
- Update to 3.7.91
21cc89
21cc89
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.7.90-3
21cc89
- Rebuilt for cogl soname bump
21cc89
21cc89
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.7.90-2
21cc89
- Rebuilt for libgnome-desktop soname bump
21cc89
21cc89
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 2:3.7.90-1
21cc89
- Update to 3.7.90
21cc89
21cc89
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2:3.7.4-2
21cc89
- Rebuild for new cogl
21cc89
21cc89
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 2:3.7.4-1
21cc89
- Update to 3.7.4
21cc89
21cc89
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.7.3-1
21cc89
- Update to 3.7.3
21cc89
21cc89
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.6.2-1
21cc89
- Update to 3.6.2
21cc89
21cc89
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.6.1-1
21cc89
- Update to 3.6.1
21cc89
21cc89
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 2:3.6.0-1
21cc89
- Update to 3.6.0
21cc89
21cc89
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 2:3.5.92-1
21cc89
- Update to 3.5.92
21cc89
21cc89
* Thu Sep  6 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.5.91-1
21cc89
- Update to 3.5.91
21cc89
- Drop upstreamed patches
21cc89
21cc89
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.5.5-2
21cc89
- Rebuild against new cogl/clutter
21cc89
21cc89
* Wed Aug 22 2012 Hans de Goede <hdegoede@redhat.com> - 2:3.5.5-1
21cc89
- New upstream release 3.5.5
21cc89
- Fix cheese crashing on tvcards which report they can capture 0x0 as
21cc89
  minimum resolution (rhbz#850505)
21cc89
21cc89
* Tue Aug 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 2:3.5.2-6
21cc89
- Rebuild for new libcogl.
21cc89
21cc89
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.5.2-5
21cc89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
21cc89
21cc89
* Tue Jun 19 2012 Hans de Goede <hdegoede@redhat.com> - 2:3.4.2-3
21cc89
- Reduce camerabin pipeline creation time (rhbz#797188, gnome#677731)
21cc89
- Don't add 0 byte sized files to the thumb-view (rhbz#830166, gnome#677735)
21cc89
- Fix sizing of horizontal thumbnail list (rhbz#829957)
21cc89
- Optimize encoding parameters (rhbz#572169)
21cc89
21cc89
* Wed Jun 13 2012 Owen Taylor <otaylor@redhat.com> - 2:3.5.2-3
21cc89
- Require matching version of cheese-libs for cheese
21cc89
21cc89
* Thu Jun 07 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.5.2-2
21cc89
- Rebuild against new gnome-desktop
21cc89
21cc89
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 2:3.5.2-1
21cc89
- Update to 3.5.2
21cc89
21cc89
* Tue Jun  5 2012 Hans de Goede <hdegoede@redhat.com> - 2:3.5.1-2
21cc89
- Fix missing images on buttons, also fixes the "Gtk-WARNING **: Attempting to
21cc89
  add a widget with type GtkImage to a GtkButton ..." warnings (gnome#677543)
21cc89
- Fix cheese crashing when started on machines with v4l2 radio or vbi devices
21cc89
  (rhbz#810429, gnome#677544)
21cc89
21cc89
* Sun May 06 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.5.1-1
21cc89
- Update to 3.5.1
21cc89
21cc89
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.4.1-1
21cc89
- Update to 3.4.1
21cc89
21cc89
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 2:3.4.0-1
21cc89
- Update to 3.4.0
21cc89
21cc89
* Wed Mar 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 2:3.3.5-2
21cc89
- Rebuild for new cogl
21cc89
21cc89
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.3.5-1
21cc89
- Update to 3.3.5
21cc89
21cc89
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.3.4-1
21cc89
- Update to 3.3.4
21cc89
21cc89
* Mon Jan 16 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.3.3-3
21cc89
- Add a BuildRequires for itstool
21cc89
21cc89
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.3.3-2
21cc89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
21cc89
21cc89
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 2:3.3.3-1
21cc89
- Update to 3.3.3
21cc89
21cc89
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.2-2
21cc89
- Rebuild against new clutter
21cc89
21cc89
* Tue Nov 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 1:3.3.2-1
21cc89
- Update to 3.3.2
21cc89
21cc89
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.1-1
21cc89
- Update to 3.3.1-1
21cc89
21cc89
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.1-2
21cc89
- Rebuilt for glibc bug#747377
21cc89
21cc89
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.2.1-1
21cc89
- Update to 3.2.1
21cc89
21cc89
* Thu Sep 29 2011 Hans de Goede <hdegoede@redhat.com> - 1:3.2.0-2
21cc89
- Add Requires: gstreamer-plugins-bad-free for the camerabin element (#717872)
21cc89
21cc89
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1:3.2.0-1
21cc89
- Update to 3.2.0
21cc89
21cc89
* Wed Sep 21 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:3.1.92-2
21cc89
- Rebuld for new libcogl.
21cc89
- Use old libgee api.
21cc89
21cc89
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.92-1
21cc89
- Update to 3.1.92
21cc89
21cc89
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.91.1-1
21cc89
- Update to 3.1.91.1
21cc89
21cc89
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.0.2-2
21cc89
- Rebuild
21cc89
21cc89
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.0.2-1
21cc89
- Update to 3.0.2
21cc89
21cc89
* Wed Jun 29 2011 Julian Sikorski <belegdol@fedoraproject.org> - 1:3.0.1-3
21cc89
- Removed RPATHS (RH #703636)
21cc89
21cc89
* Wed Jun 15 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-2
21cc89
- Rebuild against newest gnome-desktop3
21cc89
21cc89
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.1-1
21cc89
- Update to 3.0.1
21cc89
21cc89
* Tue Apr  5 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.0-2
21cc89
- Add newer icons from upstream
21cc89
21cc89
* Mon Apr  4 2011 Christopher Aillon <caillon@redhat.com> 1:3.0.0-1
21cc89
- Update to 3.0
21cc89
21cc89
* Wed Mar 30 2011 Alexander Larsson <alexl@redhat.com> - 1:2.91.93-3
21cc89
- Move gsettings schema to cheese-libs, fixes control-center crash (#691667)
21cc89
- Move typelib to cheese-libs
21cc89
21cc89
* Mon Mar 28 2011 Bastien Nocera <bnocera@redhat.com> 2.91.93-2
21cc89
- Add missing gnome-video-effects dependency
21cc89
21cc89
* Fri Mar 25 2011 Bastien Nocera <bnocera@redhat.com> 2.91.93-1
21cc89
- Update to 2.91.93
21cc89
21cc89
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.92-1
21cc89
- Update to 2.91.92
21cc89
21cc89
* Sat Mar 12 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91.1-1
21cc89
- Update to 2.91.91.1
21cc89
21cc89
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.4-2
21cc89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
21cc89
21cc89
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> 1:2.91.4-1
21cc89
- Update to 2.91.4
21cc89
21cc89
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.3-1
21cc89
- Update to 2.91.3
21cc89
21cc89
* Thu Sep 30 2010 Matthias Clasen <mclasen@redhat.com> 1:2.32.0-1
21cc89
- Update to 2.32.0
21cc89
21cc89
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> 1:2.31.91-1
21cc89
- Update to 2.31.91
21cc89
21cc89
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> 1:2.31.90-2
21cc89
- Co-own /usr/share/gtk-doc
21cc89
21cc89
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> 1:2.31.90-1
21cc89
- Update to 2.31.90
21cc89
21cc89
* Wed Aug 11 2010 Matthias Clasen <mclasen@redhat.com> 1:2.31.1-2
21cc89
- Add an epoch to stay ahead of F14
21cc89
21cc89
* Fri Aug  6 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-1
21cc89
- Update to 2.31.1
21cc89
21cc89
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
21cc89
- Update to 2.30.1
21cc89
- Spec file cleanups
21cc89
21cc89
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
21cc89
- Update to 2.30.0
21cc89
21cc89
* Wed Mar 24 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-4
21cc89
- Fix possible crasher when countdown reaches zero
21cc89
21cc89
* Fri Mar 19 2010 Matthias Clasen <mclasen@redhat.com> 2.29.92-3
21cc89
- Fix text rendering issues on the effects tab
21cc89
21cc89
* Tue Mar 16 2010 Matthias Clasen <mclasen@redhat.com> 2.29.92-2
21cc89
- Use an existing icon
21cc89
21cc89
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
21cc89
- Update to 2.29.92
21cc89
21cc89
* Tue Feb 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-2
21cc89
- Fix include path, and missing requires for the pkg-config file
21cc89
21cc89
* Tue Feb 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
21cc89
- Update to 2.29.90
21cc89
21cc89
* Sun Jan 17 2010 Matthias Clasen  <mclasen@redhat.com> 2.29.5-2
21cc89
- Rebuild
21cc89
21cc89
* Tue Jan 12 2010 Matthias Clasen  <mclasen@redhat.com> 2.29.5-1
21cc89
- Update to 2.29.5
21cc89
21cc89
* Sun Sep 27 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.28.0-2
21cc89
- Update desktop file according to F-12 FedoraStudio feature
21cc89
21cc89
* Mon Sep 21 2009 Matthias Clasen  <mclasen@redhat.com> 2.28.0-1
21cc89
- Update to 2.28.0
21cc89
21cc89
* Mon Sep  7 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.92-1
21cc89
- Update to 2.27.92
21cc89
21cc89
* Mon Aug 24 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.91-1
21cc89
- Update to 2.27.91
21cc89
21cc89
* Sat Aug 22 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.90-3
21cc89
- Update sensitivity of menu items
21cc89
21cc89
* Fri Aug 14 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.90-2
21cc89
- Fix schemas file syntax
21cc89
21cc89
* Tue Aug 11 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.90-1
21cc89
- Update to 2.27.90
21cc89
21cc89
* Tue Jul 28 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.5-1
21cc89
- Update to 2.27.5
21cc89
21cc89
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
21cc89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
21cc89
21cc89
* Mon Jul 13 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.4-1
21cc89
- Update to 2.27.4
21cc89
21cc89
* Tue Jun 16 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.3-1
21cc89
- Update to 2.27.3
21cc89
21cc89
* Sun May 31 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.2-1
21cc89
- Update to 2.27.2
21cc89
21cc89
* Fri May 15 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.1-1
21cc89
- Update to 2.27.1
21cc89
21cc89
* Mon Mar 16 2009 Matthias Clasen  <mclasen@redhat.com> 2.26.0-1
21cc89
- Update to 2.26.0
21cc89
21cc89
* Mon Mar  2 2009 Matthias Clasen  <mclasen@redhat.com> 2.25.92-1
21cc89
- Update to 2.25.92
21cc89
21cc89
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
21cc89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
21cc89
21cc89
* Wed Feb 18 2009 Matthias Clasen  <mclasen@redhat.com> 2.25.91-1
21cc89
- Update to 2.25.91
21cc89
21cc89
* Tue Feb  3 2009 Matthias Clasen  <mclasen@redhat.com> 2.25.90-1
21cc89
- Update to 2.25.90
21cc89
21cc89
* Tue Jan  6 2009 Matthias Clasen  <mclasen@redhat.com> 2.25.4-1
21cc89
- Update to 2.25.4
21cc89
21cc89
* Wed Dec 17 2008 Matthias Clasen  <mclasen@redhat.com> 2.25.3-1
21cc89
- Update to 2.25.3
21cc89
21cc89
* Wed Dec  3 2008 Matthias Clasen  <mclasen@redhat.com> 2.25.2-1
21cc89
- Update to 2.25.2
21cc89
21cc89
* Fri Nov 21 2008 Matthias Clasen  <mclasen@redhat.com> 2.25.1-4
21cc89
- Better URL
21cc89
21cc89
* Thu Nov 13 2008 Matthias Clasen  <mclasen@redhat.com> 2.25.1-3
21cc89
- Update to 2.25.1
21cc89
21cc89
* Sun Nov  9 2008 Hans de Goede <hdegoede@redhat.com> 2.24.1-2
21cc89
- Fix cams which only support 1 resolution not working (rh470698, gnome560032)
21cc89
21cc89
* Mon Oct 20 2008 Matthias Clasen  <mclasen@redhat.com> 2.24.1-1
21cc89
- Update to 2.24.1
21cc89
21cc89
* Wed Oct  8 2008 Matthias Clasen  <mclasen@redhat.com> 2.24.0-2
21cc89
- Save space
21cc89
21cc89
* Mon Sep 22 2008 Matthias Clasen  <mclasen@redhat.com> 2.24.0-1
21cc89
- Update to 2.24.0
21cc89
21cc89
* Tue Sep  9 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.92-3
21cc89
- Update to 2.23.92
21cc89
- Drop upstreamed patches
21cc89
21cc89
* Wed Sep  3 2008 Hans de Goede <hdegoede@redhat.com> 2.23.91-2
21cc89
- Fix use with multiple v4l devices (rh 460956, gnome 546868, gnome 547144)
21cc89
21cc89
* Tue Sep  2 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.91-1
21cc89
- Update to 2.23.91
21cc89
21cc89
* Fri Aug 22 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.90-1
21cc89
- Update to 2.23.90
21cc89
21cc89
* Tue Aug  5 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.6-1
21cc89
- Update to 2.23.6
21cc89
21cc89
* Tue Jul 22 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.5-1
21cc89
- Update to 2.23.5
21cc89
21cc89
* Wed Jun 18 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.4-1
21cc89
- Update to 2.23.4
21cc89
21cc89
* Tue Jun  3 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.3-1
21cc89
- Update to 2.23.3
21cc89
21cc89
* Tue May 13 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.2-1
21cc89
- Update to 2.23.2
21cc89
21cc89
* Fri Apr 25 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.1-1
21cc89
- Update to 2.23.1
21cc89
21cc89
* Tue Apr 22 2008 Matthias Clasen  <mclasen@redhat.com> 2.22.1-2
21cc89
- Fix an invalid free
21cc89
21cc89
* Mon Apr  7 2008 Matthias Clasen  <mclasen@redhat.com> 2.22.1-1
21cc89
- Update to 2.22.1
21cc89
21cc89
* Mon Mar 10 2008 Matthias Clasen  <mclasen@redhat.com> 2.22.0-1
21cc89
- Update to 2.22.0
21cc89
21cc89
* Tue Feb 26 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.92-1
21cc89
- Update to 2.21.92
21cc89
21cc89
* Fri Feb 15 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.91-3
21cc89
- Fix a locking problem that causes the UI to freeze
21cc89
21cc89
* Fri Feb  8 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.91-2
21cc89
- Rebuild for gcc 4.3
21cc89
21cc89
* Tue Jan 29 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.91-1
21cc89
- Update to 2.21.91
21cc89
21cc89
* Mon Jan 14 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.5-1
21cc89
- Update to 2.21.5
21cc89
21cc89
* Mon Dec 24 2007  Matthias Clasen  <mclasen@redhat.com> 0.3.0-1
21cc89
- Update to 0.3.0
21cc89
21cc89
* Fri Sep  7 2007  Matthias Clasen  <mclasen@redhat.com> 0.2.4-2
21cc89
- package review feedback
21cc89
21cc89
* Thu Sep  6 2007  Matthias Clasen  <mclasen@redhat.com> 0.2.4-1
21cc89
- Initial packages