[openstack-neutron-gbp] Update to rc1
by Robert A. Kukura
commit 050881c3238c2509458ca57a38a14bf5412f4b85
Author: Robert Kukura <kukura(a)noironetworks.com>
Date: Wed Dec 31 16:41:43 2014 -0500
Update to rc1
.gitignore | 2 +-
openstack-neutron-gbp.spec | 31 ++++++++++++++-----------------
sources | 2 +-
3 files changed, 16 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd21ea5..f913c17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/group-based-policy-2014.2.dev19.g011bcf6.tar.gz
+/group-based-policy-2014.2rc1.tar.gz
diff --git a/openstack-neutron-gbp.spec b/openstack-neutron-gbp.spec
index 8bacd93..5462f71 100644
--- a/openstack-neutron-gbp.spec
+++ b/openstack-neutron-gbp.spec
@@ -1,22 +1,12 @@
-%global commit 011bcf605a755e7039904b1764490964cb57dd5b
-%global commitseq 19
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-
Name: openstack-neutron-gbp
Version: 2014.2
-Release: 0.3.%{shortcommit}git%{?dist}
+Release: 0.4.rc1%{?dist}
Summary: Group Based Policy service plugin for OpenStack Networking Service
-Group: Applications/System
License: ASL 2.0
URL: https://launchpad.net/group-based-policy
-# The source tarball is created as follows:
-# git clone git://git.openstack.org/stackforge/group-based-policy
-# cd group-based-policy
-# git checkout %%{commit}
-# python setup.py sdist
-Source0: group-based-policy-%{version}.dev%{commitseq}.g%{shortcommit}.tar.gz
+Source0: http://tarballs.openstack.org/group-based-policy/group-based-policy-2014....
Patch0: 0001-remove-runtime-dependency-on-pbr.patch
@@ -38,7 +28,7 @@ that can be applied between groups of network endpoints.
%prep
-%setup -qn group-based-policy-%{version}.dev%{commitseq}.g%{shortcommit}
+%setup -qn group-based-policy-%{version}rc1
%patch0 -p1
@@ -57,19 +47,26 @@ rm -f requirements.txt
%{__python2} setup.py install -O1 --skip-build --root %{buildroot}
# Remove unused files
-rm -rf %{buildroot}%{python_sitelib}/gbp/neutron/tests
-rm -rf %{buildroot}%{python_sitelib}/gbp/tests
+rm -rf %{buildroot}%{python2_sitelib}/gbp/neutron/tests
+rm -rf %{buildroot}%{python2_sitelib}/gbp/tests
%files
%doc LICENSE
%doc README.rst
+%doc etc/grouppolicy.ini
%{_bindir}/gbp-db-manage
-%{python_sitelib}/gbp
-%{python_sitelib}/group_based_policy-%%{version}*.egg-info
+%{python2_sitelib}/gbp
+%{python2_sitelib}/group_based_policy-%%{version}*.egg-info
%changelog
+* Tue Dec 30 2014 Robert Kukura <rk(a)theep.net> - 2014.2-0.4.rc1
+- Update to rc1
+- Remove Group tag
+- Use python2_sitelib instead of python_sitelib
+- Package sample config file fragment
+
* Mon Dec 15 2014 Robert Kukura <rk(a)theep.net> - 2014.2-0.3.acb85f0git
- Don't require specific neutron stable version
- Update to latest upstream commit
diff --git a/sources b/sources
index 7c0825d..97dd0c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0e8500018b31c74521b2d5d7aa8ffe1 group-based-policy-2014.2.dev19.g011bcf6.tar.gz
+945ade42c5902c4a64ebd32592e752ec group-based-policy-2014.2rc1.tar.gz
4 years, 11 months
[ember] Rebuild for new lua
by Kevin Fenzi
commit b53d05eb10c3134afed7d2c7ceeb8aa4f8ce6b73
Author: Kevin Fenzi <kevin(a)scrye.com>
Date: Wed Dec 31 14:09:27 2014 -0700
Rebuild for new lua
ember.spec | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ember.spec b/ember.spec
index 5999c5b..0e9e12b 100644
--- a/ember.spec
+++ b/ember.spec
@@ -1,6 +1,6 @@
Name: ember
Version: 0.7.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: 3D client for WorldForge
Group: Amusements/Games
@@ -86,6 +86,9 @@ make check
%config %{_sysconfdir}/%{name}/*
%changelog
+* Wed Dec 31 2014 Kevin Fenzi <kevin(a)scrye.com> 0.7.2-3
+- Rebuild for new lua
+
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4 years, 11 months
[easytag] Update to 2.3.3
by David King
commit 070bfb2411d94fcb4f774aaf1ae004bdc88a68dd
Author: David King <amigadave(a)amigadave.com>
Date: Wed Dec 31 19:36:04 2014 +0000
Update to 2.3.3
.gitignore | 1 +
easytag.spec | 8 +++++---
sources | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2a806b4..d95469b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/easytag-2.2.4.tar.xz
/easytag-2.3.1.tar.xz
/easytag-2.3.2.tar.xz
+/easytag-2.3.3.tar.xz
diff --git a/easytag.spec b/easytag.spec
index ec8e281..b01a638 100644
--- a/easytag.spec
+++ b/easytag.spec
@@ -1,13 +1,12 @@
%global _hardened_build 1
Name: easytag
-Version: 2.3.2
+Version: 2.3.3
Release: 1%{?dist}
Summary: Tag editor for MP3, Ogg, FLAC and other music files
Group: Applications/Multimedia
-# Program is GPL only the included libapetag is LGPL
-License: GPLv2+ and LGPLv2+
+License: GPLv2+
URL: https://wiki.gnome.org/Apps/EasyTAG
Source: https://download.gnome.org/sources/%{name}/2.3/%{name}-%{version}.tar.xz
@@ -96,6 +95,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Wed Dec 31 2014 David King <amigadave(a)amigadave.com> - 2.3.3-1
+- Update to 2.3.3
+
* Sun Nov 30 2014 David King <amigadave(a)amigadave.com> - 2.3.2-1
- Update to 2.3.2
diff --git a/sources b/sources
index 8545659..a134a4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3ea39a248e7c34ff38ae831a6272358d easytag-2.3.2.tar.xz
+a454f2b0bc0ebe645f6a9a4dbd3535c7 easytag-2.3.3.tar.xz
4 years, 11 months
[tracer/f20] Update tracer to 0.5.5-1
by frostyx@fedoraproject.org
Summary of changes:
e95f18a... Update tracer to 0.5.5-1 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 11 months
[tracer/f21] Update tracer to 0.5.5-1
by frostyx@fedoraproject.org
Summary of changes:
e95f18a... Update tracer to 0.5.5-1 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 11 months
[tracer] Update tracer to 0.5.5-1
by frostyx@fedoraproject.org
commit e95f18aff7af22d02411df7cd2b2409e31fb5c5e
Author: Jakub Kadlčík <frostyx(a)email.cz>
Date: Wed Dec 31 20:38:25 2014 +0100
Update tracer to 0.5.5-1
.gitignore | 1 +
sources | 2 +-
tracer.spec | 17 +++++++++++++++--
3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1359514..16c3478 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/tracer-0.5.4.tar.gz
+/tracer-0.5.5.tar.gz
diff --git a/sources b/sources
index b896c73..0e9bc9d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a5a7afd596e9784118c7414567c6730 tracer-0.5.4.tar.gz
+598ee735efc824f4f4a334ef9a09c771 tracer-0.5.5.tar.gz
diff --git a/tracer.spec b/tracer.spec
index 8b3c4aa..727e3ee 100644
--- a/tracer.spec
+++ b/tracer.spec
@@ -1,5 +1,5 @@
Name: tracer
-Version: 0.5.4
+Version: 0.5.5
Release: 1%{?dist}
Summary: Finds outdated running applications in your system
@@ -44,7 +44,7 @@ This is plugin for DNF which runs tracer after every successful transaction.
%build
-make man
+make %{?_smp_mflags} man
%install
@@ -72,6 +72,19 @@ cp -ar integration/dnf/plugins/tracer.py %{buildroot}/%{python2_sitelib}/dnf-plu
%{python2_sitelib}/dnf-plugins/tracer.py*
%changelog
+* Wed Dec 31 2014 Jakub Kadlčík <frostyx(a)email.cz> 0.5.5-1
+- On Fedora, use DNF and YUM at once; (RhBug:1168807) (frostyx(a)email.cz)
+- Return empty collection if DNF wasn't used yet; (RhBug:1168807)
+ (frostyx(a)email.cz)
+- Rewrite default view using blocks Print blocks of session and static
+ applications when `-a`; Fix #23 (frostyx(a)email.cz)
+- Implement helper arguments functionality; Close #21 (frostyx(a)email.cz)
+- Make set step by step; Fix #25 (frostyx(a)email.cz)
+- Don't run tracer when uninstalling it; Fix #24 (frostyx(a)email.cz)
+- Add fedora-git releaser (frostyx(a)email.cz)
+- Implement '--show-resource' parameter (frostyx(a)email.cz)
+- Use parallel make (frostyx(a)email.cz)
+
* Thu Oct 30 2014 Jakub Kadlčík <frostyx(a)email.cz> 0.5.4-1
- Rename DNF plugin to dnf-plugin-tracer (frostyx(a)email.cz)
- Trace affected applications instead of processes (frostyx(a)email.cz)
4 years, 11 months
[3Depict] Rebuild for new mgl
by Kevin Fenzi
commit a33e85831809f490d3c2713b0a0978f190867709
Author: Kevin Fenzi <kevin(a)scrye.com>
Date: Wed Dec 31 11:41:44 2014 -0700
Rebuild for new mgl
3Depict.spec | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/3Depict.spec b/3Depict.spec
index 7f47865..5982a8c 100644
--- a/3Depict.spec
+++ b/3Depict.spec
@@ -1,6 +1,6 @@
Name: 3Depict
Version: 0.0.17
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Valued 3D point cloud visualization and analysis
Group: Applications/Engineering
@@ -113,6 +113,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Dec 31 2014 Kevin Fenzi <kevin(a)scrye.com> 0.0.17-3
+- Rebuild for new mgl
+
* Sat Oct 11 2014 D Haley <mycae(a!t)gmx.com> - 0.0.17-2
- Rebuild for mathgl 2.3
4 years, 11 months