pingou pushed to pagure (epel7). "Update to 0.1.6"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 20 10:00:17 UTC 2015


From 1b4677e8eb89b0ab9c5054d043c386e5b928c0cc Mon Sep 17 00:00:00 2001
From: Pierre-Yves Chibon <pingou at pingoured.fr>
Date: Wed, 20 May 2015 11:51:46 +0200
Subject: Update to 0.1.6


diff --git a/.gitignore b/.gitignore
index 1546423..194f178 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pagure-0.1.3.tar.gz
+/pagure-0.1.6.tar.gz
diff --git a/pagure.spec b/pagure.spec
index 3fdaeba..57d3fad 100644
--- a/pagure.spec
+++ b/pagure.spec
@@ -2,7 +2,7 @@
 %distutils.sysconfig import get_python_lib; print (get_python_lib())")}
 
 Name:           pagure
-Version:        0.1.3
+Version:        0.1.6
 Release:        1%{?dist}
 Summary:        A git-centered forge
 
@@ -129,6 +129,8 @@ install -m 0644 milters/milter_tempfile.conf \
     $RPM_BUILD_ROOT/%{_tmpfilesdir}/%{name}-milter.conf
 install -m 644 milters/pagure_milter.service \
     $RPM_BUILD_ROOT/%{_unitdir}/pagure_milter.service
+install -m 644 milters/comment_email_milter.py \
+    $RPM_BUILD_ROOT/%{_datadir}/pagure/comment_email_milter.py
 
 
 %post milters
@@ -147,7 +149,8 @@ install -m 644 milters/pagure_milter.service \
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/pagure.conf
 %config(noreplace) %{_sysconfdir}/pagure/pagure.cfg
 %dir %{_sysconfdir}/pagure/
-%{_datadir}/pagure/
+%dir %{_datadir}/pagure/
+%{_datadir}/pagure/pagure*
 %{python_sitelib}/pagure/
 %{python_sitelib}/pagure*.egg-info
 
@@ -155,11 +158,32 @@ install -m 644 milters/pagure_milter.service \
 %files milters
 %license LICENSE
 %attr(755,postfix,postfix) %dir %{_localstatedir}/run/pagure
+%dir %{_datadir}/pagure/
 %{_tmpfilesdir}/%{name}-milter.conf
 %{_unitdir}/pagure_milter.service
+%{_datadir}/pagure/comment_email_milter.py*
 
 
 %changelog
+* Wed May 20 2015 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.1.6-1
+- Update to 0.1.6
+- Fix sending notification emails to multiple users, avoid sending private into
+  to all of them
+
+* Tue May 19 2015 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.1.5-1
+- Update to 0.1.5
+- Bug fix on the milter and the internal API endpoint
+
+* Tue May 19 2015 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.1.4-1
+- Update to 0.1.4
+- Fix loading requests and tickets from git (allows syncing projects between
+  pagure instances)
+- Add to the template .wsgi file a way to re-locate the tmp folder to work
+  around a bug in libgit2
+- Fix unit-tests suite
+- Adjust the spec file to install all the files required for the milters
+- Fix the `View` button on the pull-request pages
+
 * Wed May 13 2015 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.1.3-1
 - Update to 0.1.3
 - Add support for gitolite3
diff --git a/sources b/sources
index 76c975c..3b21d9d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d39521435e3e99456a3f9794ff5ec3e6  pagure-0.1.3.tar.gz
+3e331e3e9c13cc5131b6104f4f27dfe3  pagure-0.1.6.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pagure.git/commit/?h=epel7&id=1b4677e8eb89b0ab9c5054d043c386e5b928c0cc


More information about the scm-commits mailing list