[gnome-shell] Fix typo in last commit
by Florian Müllner
commit 398e38823c75357fdd5fb381d85af4c7fd5c90ea
Author: Florian Müllner <fmuellner(a)gnome.org>
Date: Wed May 1 00:28:05 2013 +0200
Fix typo in last commit
gnome-shell.spec | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index b4710ca..0fe0a74 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,5 +1,5 @@
Name: gnome-shell
-Version: 3.1.1
+Version: 3.9.1
Release: 1%{?dist}
Summary: Window management and application launching for GNOME
9Â years, 9Â months
[gnome-shell] Update to 3.9.1
by Florian Müllner
commit e4f5cac73526ad4c6e93f771cb682851afa68c35
Author: Florian Müllner <fmuellner(a)gnome.org>
Date: Wed May 1 00:19:47 2013 +0200
Update to 3.9.1
.gitignore | 1 +
gnome-shell.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 18f758c..0ab40b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,4 @@ gnome-shell-2.31.5.tar.bz2
/gnome-shell-3.8.0.tar.xz
/gnome-shell-3.8.0.1.tar.xz
/gnome-shell-3.8.1.tar.xz
+/gnome-shell-3.9.1.tar.xz
diff --git a/gnome-shell.spec b/gnome-shell.spec
index 557f1e1..b4710ca 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,5 +1,5 @@
Name: gnome-shell
-Version: 3.8.1
+Version: 3.1.1
Release: 1%{?dist}
Summary: Window management and application launching for GNOME
@@ -17,7 +17,7 @@ Patch1: gnome-shell-favourite-apps-firefox.patch
%define gnome_bluetooth_version 3.5.5
%define gobject_introspection_version 0.10.1
%define gjs_version 1.35.4
-%define mutter_version 3.8.1
+%define mutter_version 3.1.1
%define eds_version 3.5.3
%define gnome_desktop_version 3.7.90
%define gnome_menus_version 3.5.3
@@ -174,6 +174,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
%exclude %{_datadir}/gtk-doc
%changelog
+* Wed May 01 2013 Florian Müllner <fmuellner(a)redhat.com> - 3.9.1-1
+- Update to 3.9.1
+
* Tue Apr 16 2013 Florian Müllner <fmuellner(a)redhat.com> - 3.8.1-1
- Update to 3.8.1
diff --git a/sources b/sources
index 38a805f..8c0df81 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f225e73c40fd695ae1755ceff54fea0f gnome-shell-3.8.1.tar.xz
+350b20f4a52792a3c7c5b49ab0a94a92 gnome-shell-3.9.1.tar.xz
9Â years, 9Â months
[digikam] kipiplugin_jalbumexport.so
by nucleo
commit 2d250f44d414eb8eb03e4d996af179f4dd1a1ca1
Author: nucleo <nucleo(a)fedoraproject.org>
Date: Wed May 1 01:09:52 2013 +0300
kipiplugin_jalbumexport.so
digikam.spec | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/digikam.spec b/digikam.spec
index c3fd8d6..6111a44 100644
--- a/digikam.spec
+++ b/digikam.spec
@@ -477,6 +477,7 @@ update-desktop-database -q &> /dev/null
%{_kde4_libdir}/kde4/kipiplugin_yandexfotki.so
%{_kde4_libdir}/kde4/kipiplugin_wikimedia.so
%{_kde4_libdir}/kde4/kipiplugin_dlnaexport.so
+%{_kde4_libdir}/kde4/kipiplugin_jalbumexport.so
# Plugin not yet ready for production
#{_kde4_libdir}/kde4/kipiplugin_photivointegration.so
%if 0%{?videoslideshow}
9Â years, 9Â months
[mutter] Update to 3.9.1
by Florian Müllner
commit 32e19eb9676e2dd98883fcf2f8dcdbb42ea24a5e
Author: Florian Müllner <fmuellner(a)gnome.org>
Date: Wed May 1 00:05:43 2013 +0200
Update to 3.9.1
.gitignore | 1 +
mutter.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb45910..8592064 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@ mutter-2.31.5.tar.bz2
/mutter-3.7.92.tar.xz
/mutter-3.8.0.tar.xz
/mutter-3.8.1.tar.xz
+/mutter-3.9.1.tar.xz
diff --git a/mutter.spec b/mutter.spec
index 5162903..11a35d9 100644
--- a/mutter.spec
+++ b/mutter.spec
@@ -1,5 +1,5 @@
Name: mutter
-Version: 3.8.1
+Version: 3.9.1
Release: 1%{?dist}
Summary: Window and compositing manager based on Clutter
@@ -133,6 +133,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%exclude %{_datadir}/gtk-doc
%changelog
+* Wed May 01 2013 Florian Müllner <fmuellner(a)redhat.com> - 3.9.1-1
+- Update to 3.9.1
+
* Tue Apr 21 2013 Florian Müllner <fmuellner(a)redhat.com> - 3.8.1-1
- Update to 3.8.1
diff --git a/sources b/sources
index d6d8414..e7c5ba9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-082dca083a59231664f7bc9bc320acae mutter-3.8.1.tar.xz
+1e1aea96528b352e832b7b19d4000ce4 mutter-3.9.1.tar.xz
9Â years, 9Â months
[digikam] digikam-3.2.0-beta2
by nucleo
commit 2742e0b0c5652cd91dbe1044b3b37284e6007e2d
Author: nucleo <nucleo(a)fedoraproject.org>
Date: Wed May 1 00:31:46 2013 +0300
digikam-3.2.0-beta2
.gitignore | 1 +
digikam.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8eba386..21be4ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/digikam-3.0.0.tar.bz2
/digikam-3.1.0.tar.bz2
/digikam-3.2.0-beta1.tar.bz2
+/digikam-3.2.0-beta2.tar.bz2
diff --git a/digikam.spec b/digikam.spec
index 4b684da..c3fd8d6 100644
--- a/digikam.spec
+++ b/digikam.spec
@@ -1,4 +1,4 @@
-%define pre beta1
+%define pre beta2
%if 0%{?fedora} || 0%{?rhel} > 6
%define videoslideshow 1
@@ -6,7 +6,7 @@
Name: digikam
Version: 3.2.0
-Release: 0.1.%{?pre}%{?dist}
+Release: 0.2.%{?pre}%{?dist}
Summary: A digital camera accessing & photo management application
License: GPLv2+
@@ -524,6 +524,9 @@ update-desktop-database -q &> /dev/null
%changelog
+* Wed May 1 2013 Alexey Kurov <nucleo(a)fedoraproject.org> - 3.2.0-0.2.beta2
+- digikam-3.2.0-beta2
+
* Mon Apr 8 2013 Alexey Kurov <nucleo(a)fedoraproject.org> - 3.2.0-0.1.beta1
- digikam-3.2.0-beta1
- BR: eigen3-devel instead of atlas-devel, drop clapack patch
diff --git a/sources b/sources
index 0b25629..d7cb086 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b316d23d5da611aa2d43907166befefb digikam-3.2.0-beta1.tar.bz2
+e9867fa124cda63546e90f4ef6ad6782 digikam-3.2.0-beta2.tar.bz2
9Â years, 9Â months